You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by kl...@apache.org on 2016/04/12 19:43:13 UTC

[23/50] [abbrv] incubator-geode git commit: GEODE-914: Added specific NOTICE files for war projects

GEODE-914: Added specific NOTICE files for war projects

Since the war projects (geode-web, geode-web-api, geode-pulse)
are distributed on Maven, added a NOTICE file specific to each
war based on the bundled jars.

Also added the source LICENSE to all jar-type artifacts.


Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/12efa36d
Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/12efa36d
Diff: http://git-wip-us.apache.org/repos/asf/incubator-geode/diff/12efa36d

Branch: refs/heads/feature/GEODE-1162
Commit: 12efa36db9899754b24068f26916b6629b2bbdb1
Parents: a096644
Author: Anthony Baker <ab...@apache.org>
Authored: Fri Apr 8 08:19:45 2016 -0700
Committer: Anthony Baker <ab...@apache.org>
Committed: Fri Apr 8 12:27:29 2016 -0700

----------------------------------------------------------------------
 .../src/main/webapp/META-INF/MANIFEST.MF        |  3 -
 geode-pulse/src/main/webapp/META-INF/NOTICE     | 90 ++++++++++++++++++++
 geode-web-api/src/main/webapp/META-INF/NOTICE   | 89 +++++++++++++++++++
 geode-web/src/main/webapp/META-INF/NOTICE       | 36 ++++++++
 gradle/java.gradle                              |  5 +-
 5 files changed, 219 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/12efa36d/geode-pulse/src/main/webapp/META-INF/MANIFEST.MF
----------------------------------------------------------------------
diff --git a/geode-pulse/src/main/webapp/META-INF/MANIFEST.MF b/geode-pulse/src/main/webapp/META-INF/MANIFEST.MF
deleted file mode 100644
index 5e94951..0000000
--- a/geode-pulse/src/main/webapp/META-INF/MANIFEST.MF
+++ /dev/null
@@ -1,3 +0,0 @@
-Manifest-Version: 1.0
-Class-Path: 
-

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/12efa36d/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
new file mode 100644
index 0000000..25a229d
--- /dev/null
+++ b/geode-pulse/src/main/webapp/META-INF/NOTICE
@@ -0,0 +1,90 @@
+Apache Geode (incubating) 
+Copyright 2016 The Apache Software Foundation.
+
+This product includes software developed at
+The Apache Software Foundation (http://www.apache.org/).
+
+
+The following NOTICEs pertain to software distributed with this project.
+
+stream-lib
+Copyright 2016 AddThis
+
+   This product includes software developed by AddThis.
+
+   This product also includes code adapted from:
+
+   Apache Solr (http://lucene.apache.org/solr/)
+   Copyright 2014 The Apache Software Foundation
+
+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
+  
+  Jackson is a high-performance, Free/Open Source JSON processing library.
+  It was originally written by Tatu Saloranta (tatu.saloranta@iki.fi), and has
+  been in development since 2007.
+  It is currently developed by a community of developers, as well as supported
+  commercially by FasterXML.com.
+  
+  ## Licensing
+  
+  Jackson core and extension components may licensed under different licenses.
+  To find the details that apply to this artifact see the accompanying LICENSE file.
+  For more information, including possible other licensing options, contact
+  FasterXML.com (http://fasterxml.com).
+  
+  ## Credits
+  
+  A list of contributors may be found from CREDITS file, which is included
+  in some artifacts (usually source distributions); but is always available
+  from the source code management (SCM) system project uses.
+
+Spring Framework 4.2.4.RELEASE
+Copyright (c) 2002-2015 Pivotal, Inc.
+
+  This product is licensed to you under the Apache License, Version 2.0
+  (the "License"). You may not use this product except in compliance with
+  the License.
+  
+  This product may include a number of subcomponents with separate
+  copyright notices and license terms. Your use of the source code for
+  these subcomponents is subject to the terms and conditions of the
+  subcomponent's license, as noted in the license.txt file.
+
+Spring LDAP Core 1.3.2.RELEASE
+
+   ======================================================================
+   == NOTICE file corresponding to section 4 d of the Apache License,  ==
+   == Version 2.0, for the Spring LDAP distribution.                   ==
+   ======================================================================
+
+   This product includes software developed by
+   the Apache Software Foundation (http://www.apache.org).
+
+   The end-user documentation included with a redistribution, if any,
+   must include the following acknowledgement:
+
+     "This product includes software developed by the Spring LDAP
+      Project (http://www.springframework.org/ldap)."
+
+   Alternately, this acknowledgement may appear in the software itself,
+   if and wherever such third-party acknowledgements normally appear.

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/12efa36d/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
new file mode 100644
index 0000000..b62c5dc
--- /dev/null
+++ b/geode-web-api/src/main/webapp/META-INF/NOTICE
@@ -0,0 +1,89 @@
+Apache Geode (incubating) 
+Copyright 2016 The Apache Software Foundation.
+
+This product includes software developed at
+The Apache Software Foundation (http://www.apache.org/).
+
+
+The following NOTICEs pertain to software distributed with this project.
+
+stream-lib
+Copyright 2016 AddThis
+
+   This product includes software developed by AddThis.
+
+   This product also includes code adapted from:
+
+   Apache Solr (http://lucene.apache.org/solr/)
+   Copyright 2014 The Apache Software Foundation
+
+This product includes software developed by the MX4J
+project (http://mx4j.sourceforge.net).
+
+Java ClassMate library was originally written by Tatu Saloranta (tatu.saloranta@iki.fi)
+
+  Other developers who have contributed code are:
+  
+  * 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
+  
+  Jackson is a high-performance, Free/Open Source JSON processing library.
+  It was originally written by Tatu Saloranta (tatu.saloranta@iki.fi), and has
+  been in development since 2007.
+  It is currently developed by a community of developers, as well as supported
+  commercially by FasterXML.com.
+  
+  ## Licensing
+  
+  Jackson core and extension components may licensed under different licenses.
+  To find the details that apply to this artifact see the accompanying LICENSE file.
+  For more information, including possible other licensing options, contact
+  FasterXML.com (http://fasterxml.com).
+  
+  ## Credits
+  
+  A list of contributors may be found from CREDITS file, which is included
+  in some artifacts (usually source distributions); but is always available
+  from the source code management (SCM) system project uses.
+
+Spring Framework 4.2.4.RELEASE
+Copyright (c) 2002-2015 Pivotal, Inc.
+
+  This product is licensed to you under the Apache License, Version 2.0
+  (the "License"). You may not use this product except in compliance with
+  the License.
+  
+  This product may include a number of subcomponents with separate
+  copyright notices and license terms. Your use of the source code for
+  these subcomponents is subject to the terms and conditions of the
+  subcomponent's license, as noted in the license.txt file.
+
+Spring Hateoas 0.12
+Copyright (c) [2012-2014] Pivotal Software, Inc.
+
+  This product is licensed to you under the Apache License, Version 2.0 (the "License").  
+  You may not use this product except in compliance with the License.  
+  
+  This product may include a number of subcomponents with
+  separate copyright notices and license terms. Your use of the source
+  code for the these subcomponents is subject to the terms and
+  conditions of the subcomponent's license, as noted in the LICENSE file.Spring Framework 4.2.4.RELEASE
+  Copyright (c) 2002-2015 Pivotal, Inc.
+  
+  This product is licensed to you under the Apache License, Version 2.0
+  (the "License"). You may not use this product except in compliance with
+  the License.
+  
+  This product may include a number of subcomponents with separate
+  copyright notices and license terms. Your use of the source code for
+  these subcomponents is subject to the terms and conditions of the
+  subcomponent's license, as noted in the license.txt file.

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/12efa36d/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
new file mode 100644
index 0000000..1369396
--- /dev/null
+++ b/geode-web/src/main/webapp/META-INF/NOTICE
@@ -0,0 +1,36 @@
+Apache Geode (incubating) 
+Copyright 2016 The Apache Software Foundation.
+
+This product includes software developed at
+The Apache Software Foundation (http://www.apache.org/).
+
+
+The following NOTICEs pertain to software distributed with this project.
+
+stream-lib
+Copyright 2016 AddThis
+
+   This product includes software developed by AddThis.
+
+   This product also includes code adapted from:
+
+   Apache Solr (http://lucene.apache.org/solr/)
+   Copyright 2014 The Apache Software Foundation
+
+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.
+
+  This product is licensed to you under the Apache License, Version 2.0
+  (the "License"). You may not use this product except in compliance with
+  the License.
+  
+  This product may include a number of subcomponents with separate
+  copyright notices and license terms. Your use of the source code for
+  these subcomponents is subject to the terms and conditions of the
+  subcomponent's license, as noted in the license.txt file.

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/12efa36d/gradle/java.gradle
----------------------------------------------------------------------
diff --git a/gradle/java.gradle b/gradle/java.gradle
index 85e18d8..4acb4da 100644
--- a/gradle/java.gradle
+++ b/gradle/java.gradle
@@ -43,7 +43,10 @@ subprojects {
         }
 
         metaInf {
-          from("$rootDir/NOTICE")
+          from("$rootDir/LICENSE")
+          if (!jar.source.contains('NOTICE')) {
+            from("$rootDir/NOTICE")
+          }
         }
       }
     }