You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by he...@apache.org on 2015/11/17 10:07:57 UTC

[1/2] incubator-brooklyn git commit: add copyright-holder info and url overrides for use in generating LICENSE reports

Repository: incubator-brooklyn
Updated Branches:
  refs/heads/master 89cf94fc0 -> de82e7a46


add copyright-holder info and url overrides for use in generating LICENSE reports


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

Branch: refs/heads/master
Commit: d94534bc55d7d4c3256ea576a7e86298437e1f31
Parents: 89cf94f
Author: Alex Heneveld <al...@cloudsoftcorp.com>
Authored: Tue Nov 17 08:57:26 2015 +0000
Committer: Alex Heneveld <al...@cloudsoftcorp.com>
Committed: Tue Nov 17 09:07:22 2015 +0000

----------------------------------------------------------------------
 usage/dist/licensing/overrides.yaml | 44 ++++++++++++++++++++++++--------
 1 file changed, 34 insertions(+), 10 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/d94534bc/usage/dist/licensing/overrides.yaml
----------------------------------------------------------------------
diff --git a/usage/dist/licensing/overrides.yaml b/usage/dist/licensing/overrides.yaml
index b37d5d6..e46d152 100644
--- a/usage/dist/licensing/overrides.yaml
+++ b/usage/dist/licensing/overrides.yaml
@@ -17,6 +17,7 @@
 # under the License.
 #
 
+
 # overrides file for org.heneveld.license-audit-maven-plugin
 # expands/corrects detail needed for generating license notices
 
@@ -27,13 +28,8 @@
   url: http://brooklyn.incubator.apache.org/
   license: ASL2
   internal: true
-- id: org.apache.jclouds
-  url: http://jclouds.apache.org/
-- id: com.fasterxml.jackson
-  url: http://wiki.fasterxml.com/JacksonHome
-
 
-# poms with missing data
+# poms with missing and incorrect data
 
 - id: org.codehaus.jettison:jettison
   url: https://github.com/codehaus/jettison
@@ -41,26 +37,54 @@
 - id: org.glassfish.external:opendmk_jmxremote_optional_jar
   url: https://opendmk.java.net/
   license: CDDL
-
-
-# poms with incorrect data (out-of-date URL's mainly)
+- id: javax.validation:validation-api
+  url: http://beanvalidation.org/
+- id: com.squareup.okhttp:okhttp
+  copyright_by: Square, Inc.
+- id: com.squareup.okio:okio
+  copyright_by: Square, Inc.
+- id: com.wordnik:swagger-core_2.9.1
+  copyright_by: SmartBear Software
+- id: com.wordnik:swagger-jaxrs_2.9.1
+  copyright_by: SmartBear Software
+- id: org.bouncycastle  
+  copyright_by: The Legion of the Bouncy Castle Inc. (http://www.bouncycastle.org)
+- id: org.javassist:javassist
+  copyright_by: Shigeru Chiba
+- id: org.mongodb:mongo-java-driver
+  copyright_by: MongoDB, Inc
+- id: org.apache.httpcomponents:httpclient:*
+  url: http://hc.apache.org/httpcomponents-client-ga
+- id: javax.annotation:jsr250-api:*
+  url: https://jcp.org/en/jsr/detail?id=250
+- id: javax.ws.rs:jsr311-api:*
+  url: https://jsr311.java.net/
+- id: com.thoughtworks.xstream:*:*
+  url: http://x-stream.github.io/
+- id: com.fasterxml.jackson:*:*
+  url: http://wiki.fasterxml.com/JacksonHome
 
 - id: org.hibernate:jtidy:r8-20060801
   license:
   - url: "http://sourceforge.net/p/jtidy/code/HEAD/tree/trunk/jtidy/LICENSE.txt?revision=95"
     name: Java HTML Tidy License
     comment: Original link http://svn.sourceforge.net/viewvc/*checkout*/jtidy/trunk/jtidy/LICENSE.txt?revision=95 is no longer valid
+
 - id: dom4j:dom4j:1.6.1
   url: "http://dom4j.sourceforge.net/"
   license:
   - name: MetaStuff BSD style license (3-clause)
     url: http://dom4j.sourceforge.net/dom4j-1.6.1/license.html
+
 - id: org.python:jython-standalone:2.7-b3
+  copyright_by: Jython Developers
   license:
   - url: http://www.jython.org/license.html
     name: Jython Software License
     comment: Original link http://www.jython.org/Project/license.html is no longer valid
-- id: xpp3:xpp3_min:1.1.4c
+
+- id: xpp3:xpp3_min:*
+  copyright_by: Extreme! Lab, Indiana University
   license:
   - url: https://github.com/apache/openmeetings/blob/a95714ce3f7e587d13d3d0bb3b4f570be15c67a5/LICENSE#L1361
     name: "Indiana University Extreme! Lab Software License, vesion 1.1.1"


[2/2] incubator-brooklyn git commit: add updated LICENSE for new jetty and new urls, copyright-holder

Posted by he...@apache.org.
add updated LICENSE for new jetty and new urls, copyright-holder


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

Branch: refs/heads/master
Commit: de82e7a4693f609bf6f86a299e1d3858417be108
Parents: d94534b
Author: Alex Heneveld <al...@cloudsoftcorp.com>
Authored: Tue Nov 17 09:06:53 2015 +0000
Committer: Alex Heneveld <al...@cloudsoftcorp.com>
Committed: Tue Nov 17 09:07:40 2015 +0000

----------------------------------------------------------------------
 usage/dist/src/main/license/files/LICENSE | 92 +++++++++++++++++++-------
 1 file changed, 67 insertions(+), 25 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/de82e7a4/usage/dist/src/main/license/files/LICENSE
----------------------------------------------------------------------
diff --git a/usage/dist/src/main/license/files/LICENSE b/usage/dist/src/main/license/files/LICENSE
index 17500ba..b280a7d 100644
--- a/usage/dist/src/main/license/files/LICENSE
+++ b/usage/dist/src/main/license/files/LICENSE
@@ -200,7 +200,7 @@ This project includes the software: aopalliance
   Used under the following license: Public Domain
 
 This project includes the software: asm
-  Available at: http://asm.objectweb.org/asm/
+  Available at: http://asm.objectweb.org/
   Developed by: ObjectWeb (http://www.objectweb.org/)
   Version used: 3.3.1
   Used under the following license: BSD License (http://asm.objectweb.org/license.html)
@@ -231,12 +231,24 @@ This project includes the software: ch.qos.logback
   Version used: 1.0.7
   Used under the following license: Eclipse Public License, version 1.0 (http://www.eclipse.org/legal/epl-v10.html)
 
-This project includes the software: com.fasterxml.jackson
+This project includes the software: com.fasterxml.jackson.core
   Available at: http://wiki.fasterxml.com/JacksonHome
   Developed by: FasterXML (http://fasterxml.com/)
   Version used: 2.4.2; 2.4.0
   Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
 
+This project includes the software: com.fasterxml.jackson.jaxrs
+  Available at: http://wiki.fasterxml.com/JacksonHome
+  Developed by: FasterXML (http://fasterxml.com/)
+  Version used: 2.4.2
+  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
+
+This project includes the software: com.fasterxml.jackson.module
+  Available at: http://wiki.fasterxml.com/JacksonJAXBAnnotations
+  Developed by: FasterXML (http://fasterxml.com/)
+  Version used: 2.4.2
+  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
+
 This project includes the software: com.google.code.findbugs
   Available at: http://findbugs.sourceforge.net/
   Version used: 2.0.1
@@ -249,24 +261,24 @@ This project includes the software: com.google.code.gson
   Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
 
 This project includes the software: com.google.guava
-  Available at: http://code.google.com/p/guava-libraries/guava
+  Available at: http://code.google.com/p/guava-libraries
   Version used: 17.0
   Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
 
 This project includes the software: com.google.http-client
-  Available at: http://code.google.com/p/google-http-java-client/google-http-client/
+  Available at: http://code.google.com/p/google-http-java-client/
   Developed by: Google (http://www.google.com/)
   Version used: 1.18.0-rc
   Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
 
 This project includes the software: com.google.inject
-  Available at: http://code.google.com/p/google-guice/guice/
+  Available at: http://code.google.com/p/google-guice/
   Developed by: Google, Inc. (http://www.google.com)
   Version used: 3.0
   Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
 
 This project includes the software: com.google.inject.extensions
-  Available at: http://code.google.com/p/google-guice/extensions-parent/
+  Available at: http://code.google.com/p/google-guice/
   Developed by: Google, Inc. (http://www.google.com)
   Version used: 3.0
   Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
@@ -305,12 +317,12 @@ This project includes the software: com.maxmind.geoip2
   Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.html)
 
 This project includes the software: com.squareup.okhttp
-  Available at: https://github.com/square/okhttp/okhttp
+  Available at: https://github.com/square/okhttp
   Version used: 2.2.0
   Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
 
 This project includes the software: com.squareup.okio
-  Available at: https://github.com/square/okio/okio
+  Available at: https://github.com/square/okio
   Version used: 1.2.0
   Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
 
@@ -321,19 +333,19 @@ This project includes the software: com.sun.jersey
   Used under the following license: Common Development and Distribution License, version 1.1 (http://glassfish.java.net/public/CDDL+GPL_1_1.html)
 
 This project includes the software: com.sun.jersey.contribs
-  Available at: https://jersey.java.net/jersey-contribs/jersey-multipart/
+  Available at: https://jersey.java.net/
   Developed by: Oracle Corporation (http://www.oracle.com/)
   Version used: 1.18.1
   Used under the following license: Common Development and Distribution License, version 1.1 (http://glassfish.java.net/public/CDDL+GPL_1_1.html)
 
 This project includes the software: com.thoughtworks.xstream
-  Available at: http://codehaus.org/xstream-parent/xstream/
+  Available at: http://x-stream.github.io/
   Developed by: XStream (http://xstream.codehaus.org)
   Version used: 1.4.7
   Used under the following license: BSD License (http://xstream.codehaus.org/license.html)
 
 This project includes the software: com.wordnik
-  Available at: https://github.com/wordnik/swagger-core/
+  Available at: https://github.com/wordnik/swagger-core
   Version used: 1.0.1
   Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.html)
 
@@ -398,7 +410,7 @@ This project includes the software: io.cloudsoft.windows
   Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
 
 This project includes the software: javax.annotation
-  Available at: http://jcp.org/aboutJava/communityprocess/final/jsr250/index.html
+  Available at: https://jcp.org/en/jsr/detail?id=250
   Version used: 1.0
   Used under the following license: Common Development and Distribution License, version 1.0 (https://glassfish.dev.java.net/public/CDDLv1.0.html)
 
@@ -407,12 +419,18 @@ This project includes the software: javax.inject
   Version used: 1
   Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
 
+This project includes the software: javax.servlet
+  Available at: http://servlet-spec.java.net
+  Developed by: GlassFish Community (https://glassfish.dev.java.net)
+  Version used: 3.1.0
+  Used under the following license: CDDL + GPLv2 with classpath exception (https://glassfish.dev.java.net/nonav/public/CDDL+GPL.html)
+
 This project includes the software: javax.validation
   Version used: 1.0.0.GA
   Used under the following license: Apache License, version 2.0 (in-project reference: license.txt)
 
 This project includes the software: javax.ws.rs
-  Available at: https://jsr311.dev.java.net
+  Available at: https://jsr311.java.net/
   Developed by: Sun Microsystems, Inc (http://www.sun.com/)
   Version used: 1.1.1
   Used under the following license: CDDL License (http://www.opensource.org/licenses/cddl1.php)
@@ -495,7 +513,7 @@ This project includes the software: net.java.dev.jna
   Used under the following license: Apache License, version 2.0 (http://www.gnu.org/licenses/licenses.html)
 
 This project includes the software: net.minidev
-  Available at: (invalid url reported: http://json-smart/) (invalid url reported: http://asm/)
+  Available at: http://www.minidev.net/
   Developed by: Chemouni Uriel (http://www.minidev.net/)
   Version used: 2.1.1; 1.0.2
   Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
@@ -518,13 +536,13 @@ This project includes the software: org.apache.commons
   Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
 
 This project includes the software: org.apache.felix
-  Available at: http://felix.apache.org/org.apache.felix.framework/
+  Available at: http://felix.apache.org/
   Developed by: The Apache Software Foundation (http://www.apache.org/)
   Version used: 4.4.0
   Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
 
 This project includes the software: org.apache.httpcomponents
-  Available at: http://hc.apache.org/httpcomponents-client http://hc.apache.org/httpcomponents-core-ga
+  Available at: http://hc.apache.org/httpcomponents-client-ga http://hc.apache.org/httpcomponents-core-ga
   Developed by: The Apache Software Foundation (http://www.apache.org/)
   Version used: 4.4.1
   Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
@@ -535,6 +553,36 @@ This project includes the software: org.apache.jclouds
   Version used: 1.9.1
   Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
 
+This project includes the software: org.apache.jclouds.api
+  Available at: http://jclouds.apache.org/
+  Developed by: The Apache Software Foundation (http://www.apache.org/)
+  Version used: 1.9.1
+  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
+
+This project includes the software: org.apache.jclouds.common
+  Available at: http://jclouds.apache.org/
+  Developed by: The Apache Software Foundation (http://www.apache.org/)
+  Version used: 1.9.1
+  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
+
+This project includes the software: org.apache.jclouds.driver
+  Available at: http://jclouds.apache.org/
+  Developed by: The Apache Software Foundation (http://www.apache.org/)
+  Version used: 1.9.1
+  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
+
+This project includes the software: org.apache.jclouds.labs
+  Available at: http://jclouds.apache.org/
+  Developed by: The Apache Software Foundation (http://www.apache.org/)
+  Version used: 1.9.1
+  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
+
+This project includes the software: org.apache.jclouds.provider
+  Available at: http://jclouds.apache.org/
+  Developed by: The Apache Software Foundation (http://www.apache.org/)
+  Version used: 1.9.1
+  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
+
 This project includes the software: org.bouncycastle
   Available at: http://www.bouncycastle.org/java.html
   Version used: 1.49
@@ -558,14 +606,8 @@ This project includes the software: org.codehaus.jettison
 
 This project includes the software: org.eclipse.jetty
   Available at: http://www.eclipse.org/jetty
-  Developed by: Mort Bay Consulting (http://www.mortbay.com)
-  Version used: 8.1.17.v20150415
-  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0)
-
-This project includes the software: org.eclipse.jetty.orbit
-  Available at: http://www.eclipse.org/jetty/jetty-orbit/javax.servlet
-  Developed by: Mort Bay Consulting (http://www.mortbay.com)
-  Version used: 3.0.0.v201112011016
+  Developed by: Webtide (http://webtide.com)
+  Version used: 9.2.13.v20150730
   Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 
 This project includes the software: org.freemarker
@@ -604,7 +646,7 @@ This project includes the software: org.python
   Used under the following license: Jython Software License (http://www.jython.org/license.html)
 
 This project includes the software: org.reflections
-  Available at: http://code.google.com/p/reflections/reflections/
+  Available at: http://code.google.com/p/reflections/
   Version used: 0.9.9-RC1
   Used under the following license: WTFPL (http://www.wtfpl.net/)