Fix incorrect NOTICE files
--------------------------
Key: CLEREZZA-616
URL: https://issues.apache.org/jira/browse/CLEREZZA-616
Project: Clerezza
Issue Type: Task
Reporter: Bertrand Delacretaz
Priority: Minor
According to http://www.apache.org/legal/src-headers.html all NOTICE.txt files
should start with
Apache Clerezza
Copyright [yyyy] The Apache Software Foundation
This product includes software developed at
The Apache Software Foundation (http://www.apache.org/).
Which is not the case for a number of them in Clerezza: a number of NOTICE.txt
files are empty, and others contains text like "Portions are" which doesn't say
what they are, or "Portions are! Inc. All rights reserved."
Assuming the top-level NOTICE.txt is ok, this command finds the ones which are
different:
md5 $(find . -name NOTICE.txt) | grep -v $(md5 -q NOTICE.txt)
And the empty ones:
find . -name NOTICE.txt -size 0
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira