[
https://issues.apache.org/jira/browse/AIRFLOW-2287?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16438265#comment-16438265
]
ASF subversion and git services commented on AIRFLOW-2287:
----------------------------------------------------------
Commit c7a472ed6b0d8a4720f57ba1140c8cf665757167 in incubator-airflow's branch
refs/heads/master from [~bolke]
[ https://git-wip-us.apache.org/repos/asf?p=incubator-airflow.git;h=c7a472e ]
[AIRFLOW-2287] Fix incorrect ASF headers
Closes #3219 from bolkedebruin/fix_header
> 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
> Priority: Blocker
> 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)