Mike Drob created CURATOR-119:
---------------------------------
Summary: Remove explicit year from Appendix in LICENSE files
Key: CURATOR-119
URL: https://issues.apache.org/jira/browse/CURATOR-119
Project: Apache Curator
Issue Type: Bug
Components: Apache
Reporter: Mike Drob
The {{LICENSE}} files in the project should match
http://www.apache.org/licenses/LICENSE-2.0.txt exactly.
{noformat}
mdrob@mdrob-W530:~/workspace/curator$ diff LICENSE LICENSE-2.0.txt
190c190
< Copyright 2013 The Apache Software Foundation
---
> Copyright [yyyy] [name of copyright owner]
{noformat}
And there's a bunch of them.
{noformat}
mdrob@mdrob-W530:~/workspace/curator$ grep -r 2013 .
./curator-x-discovery/LICENSE: Copyright 2013 The Apache Software Foundation
./curator-x-discovery/NOTICE:Copyright 2013-2014 The Apache Software Foundation
./LICENSE: Copyright 2013 The Apache Software Foundation
./curator-test/LICENSE: Copyright 2013 The Apache Software Foundation
./curator-test/NOTICE:Copyright 2013-2014 The Apache Software Foundation
./curator-examples/LICENSE: Copyright 2013 The Apache Software Foundation
./curator-examples/NOTICE:Copyright 2013-2014 The Apache Software Foundation
./NOTICE:Copyright 2013-2014 The Apache Software Foundation
./curator-client/LICENSE: Copyright 2013 The Apache Software Foundation
./curator-client/NOTICE:Copyright 2013-2014 The Apache Software Foundation
./curator-framework/LICENSE: Copyright 2013 The Apache Software Foundation
./curator-framework/NOTICE:Copyright 2013-2014 The Apache Software Foundation
./curator-recipes/LICENSE: Copyright 2013 The Apache Software Foundation
./curator-recipes/NOTICE:Copyright 2013-2014 The Apache Software Foundation
./curator-x-discovery-server/LICENSE: Copyright 2013 The Apache Software
Foundation
./curator-x-discovery-server/NOTICE:Copyright 2013-2014 The Apache Software
Foundation
{noformat}
Also, I think we might only need a LICENSE file in the root directory, but I'm
not sure.
--
This message was sent by Atlassian JIRA
(v6.2#6252)