-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/20824/
-----------------------------------------------------------

Review request for Aurora and Kevin Sweeney.


Bugs: AURORA-278
    https://issues.apache.org/jira/browse/AURORA-278


Repository: aurora


Description
-------

AURORA-278: Review Incubator release check list

Adds missing license headers in python files.


Diffs
-----

  src/main/python/apache/aurora/common/shellify.py 
67d81f0983a343d5527ce6152bad2d591e5f08dd 
  src/test/python/apache/aurora/common/test_shellify.py 
8ecce7ff98769cd17cc016bee30750c5841fa942 

Diff: https://reviews.apache.org/r/20824/diff/


Testing
-------

Since there is no checkstyle yet for py code ran following check to see which 
py files where missing headers still

Dir['src/**/*.py'].each { |f| content = File.open(f).read(); next if 
content.empty? ; puts f unless File.open(f).read().include?("Apache Software 
Foundation") }


Thanks,

Jake Farrell

Reply via email to