Bolke de Bruin created AIRFLOW-2287:
---------------------------------------
Summary: Missing and incorrect license headers
Key: AIRFLOW-2287
URL: https://issues.apache.org/jira/browse/AIRFLOW-2287
Project: Apache Airflow
Issue Type: Improvement
Reporter: Bolke de Bruin
Fix For: 1.10.0
* {color:#454545}a few files are missing licenses, like docs/Makefile{color}
* {color:#454545}please fix year in notice ("2016 and onwards” makes it a
little bard to work out when copyright would expire){color}
* {color:#454545}LICENSE is OK but some license texts are missing i.e.
Bootstrap Toggle, normalize.css, parallel.js. Note that in order to comply with
the terms of the the licenses the full text of the license MUST be
included.{color}
* {color:#454545}also note that ace and d3 are under a BSD 3 clause not BSD 2
clause{color}
* {color:#454545} A large number of files are missing the correct ASF header.
(see below){color}
** {color:#454545}Re incorrect header not perfect but shows scope of the
issue:{color}
*** {color:#454545} find . -name "*.*" -exec grep "contributor license" {} \;
-print | wc{color}
*** {color:#454545} find . -name "*.*" -exec grep
"[http://www.apache.org/licenses/LICENSE-2.0]" {} \; -print | wc{color}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)