GEODE-1267: Remove unneeded ASF attributions For ASF projects, we do not need to include the following boilerplate text from the dependent NOTICE files:
Apache Foo Copyright 2016 The Apache Software Foundation We only need to include the dependent NOTICE when the text goes beyond the above (see for example the Lucene NOTICE). Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/fa3a9375 Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/fa3a9375 Diff: http://git-wip-us.apache.org/repos/asf/incubator-geode/diff/fa3a9375 Branch: refs/heads/feature/GEODE-1400 Commit: fa3a937508b05ec579f78ed4f0a44278a9665b75 Parents: 3e8fe7a Author: Anthony Baker <[email protected]> Authored: Fri May 27 13:24:05 2016 -0700 Committer: Anthony Baker <[email protected]> Committed: Sun May 29 09:46:41 2016 -0700 ---------------------------------------------------------------------- geode-assembly/src/main/dist/NOTICE | 35 ---------------------- geode-pulse/src/main/webapp/META-INF/NOTICE | 15 ---------- geode-web-api/src/main/webapp/META-INF/NOTICE | 6 ---- geode-web/src/main/webapp/META-INF/NOTICE | 3 -- 4 files changed, 59 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/fa3a9375/geode-assembly/src/main/dist/NOTICE ---------------------------------------------------------------------- diff --git a/geode-assembly/src/main/dist/NOTICE b/geode-assembly/src/main/dist/NOTICE index 4556826..1924007 100644 --- a/geode-assembly/src/main/dist/NOTICE +++ b/geode-assembly/src/main/dist/NOTICE @@ -26,27 +26,6 @@ Java ClassMate library was originally written by Tatu Saloranta (tatu.saloranta@ * Brian Langel -Apache Commons BeanUtils -Copyright 2000-2010 The Apache Software Foundation - -Apache Commons Collections -Copyright 2001-2015 The Apache Software Foundation - -Apache Commons Digester -Copyright 2001-2010 The Apache Software Foundation - -Apache Commons FileUpload -Copyright 2002-2014 The Apache Software Foundation - -Apache Commons IO -Copyright 2002-2012 The Apache Software Foundation - -Apache Commons Lang -Copyright 2001-2010 The Apache Software Foundation - -Apache Commons Logging -Copyright 2003-2014 The Apache Software Foundation - Jackson Core 2.2.0 # Jackson JSON processor @@ -70,26 +49,12 @@ Jackson Core 2.2.0 in some artifacts (usually source distributions); but is always available from the source code management (SCM) system project uses. -Apache Log4j API -Copyright 1999-2015 Apache Software Foundation - Apache Log4j Core -Copyright 1999-2012 Apache Software Foundation ResolverUtil.java Copyright 2005-2006 Tim Fennell -Apache Log4j Commons Logging Bridge -Copyright 1999-2015 Apache Software Foundation - -Apache Log4j JUL Adapter -Copyright 1999-2015 Apache Software Foundation - -Apache Log4j SLF4J Binding -Copyright 1999-2015 Apache Software Foundation - Apache Lucene -Copyright 2014 The Apache Software Foundation Includes software from other Apache Software Foundation projects, including, but not limited to: http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/fa3a9375/geode-pulse/src/main/webapp/META-INF/NOTICE ---------------------------------------------------------------------- diff --git a/geode-pulse/src/main/webapp/META-INF/NOTICE b/geode-pulse/src/main/webapp/META-INF/NOTICE index 763788e..40f9fc8 100644 --- a/geode-pulse/src/main/webapp/META-INF/NOTICE +++ b/geode-pulse/src/main/webapp/META-INF/NOTICE @@ -20,21 +20,6 @@ Copyright 2016 AddThis This product includes software developed by the MX4J project (http://mx4j.sourceforge.net). -Apache Commons BeanUtils -Copyright 2000-2010 The Apache Software Foundation - -Apache Commons Collections -Copyright 2001-2015 The Apache Software Foundation - -Apache Commons Digester -Copyright 2001-2010 The Apache Software Foundation - -Apache Commons Lang -Copyright 2001-2010 The Apache Software Foundation - -Apache Commons Logging -Copyright 2003-2014 The Apache Software Foundation - Jackson Core 2.2.0 # Jackson JSON processor http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/fa3a9375/geode-web-api/src/main/webapp/META-INF/NOTICE ---------------------------------------------------------------------- diff --git a/geode-web-api/src/main/webapp/META-INF/NOTICE b/geode-web-api/src/main/webapp/META-INF/NOTICE index 7cd12aa..2f4da6e 100644 --- a/geode-web-api/src/main/webapp/META-INF/NOTICE +++ b/geode-web-api/src/main/webapp/META-INF/NOTICE @@ -26,12 +26,6 @@ Java ClassMate library was originally written by Tatu Saloranta (tatu.saloranta@ * Brian Langel -Apache Commons FileUpload -Copyright 2002-2014 The Apache Software Foundation - -Apache Commons Lang -Copyright 2001-2010 The Apache Software Foundation - Jackson Core 2.2.0 # Jackson JSON processor http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/fa3a9375/geode-web/src/main/webapp/META-INF/NOTICE ---------------------------------------------------------------------- diff --git a/geode-web/src/main/webapp/META-INF/NOTICE b/geode-web/src/main/webapp/META-INF/NOTICE index 1369396..dd46891 100644 --- a/geode-web/src/main/webapp/META-INF/NOTICE +++ b/geode-web/src/main/webapp/META-INF/NOTICE @@ -20,9 +20,6 @@ Copyright 2016 AddThis This product includes software developed by the MX4J project (http://mx4j.sourceforge.net). -Apache Commons FileUpload -Copyright 2002-2014 The Apache Software Foundation - Spring Framework 4.2.4.RELEASE Copyright (c) 2002-2015 Pivotal, Inc.
