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 2022/01/14 16:54:53 UTC

[brooklyn-dist] branch master updated: update license lookups and files

This is an automated email from the ASF dual-hosted git repository.

heneveld pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/brooklyn-dist.git


The following commit(s) were added to refs/heads/master by this push:
     new e98500d  update license lookups and files
e98500d is described below

commit e98500dd20a82271f62906bfc649a744f956c896
Author: Alex Heneveld <al...@cloudsoftcorp.com>
AuthorDate: Fri Jan 14 16:54:40 2022 +0000

    update license lookups and files
---
 ...-metadata-manual-mvn-aggregation-and-overrides.yaml | 18 +++++++++++++++---
 ...rsity Extreme! Lab Software License, version 1.1.1} |  0
 2 files changed, 15 insertions(+), 3 deletions(-)

diff --git a/dist/licensing/license-metadata-manual-mvn-aggregation-and-overrides.yaml b/dist/licensing/license-metadata-manual-mvn-aggregation-and-overrides.yaml
index 5555015..99a4048 100644
--- a/dist/licensing/license-metadata-manual-mvn-aggregation-and-overrides.yaml
+++ b/dist/licensing/license-metadata-manual-mvn-aggregation-and-overrides.yaml
@@ -165,7 +165,7 @@
   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"
+    name: "Indiana University Extreme! Lab Software License, version 1.1.1"
     comment: |
       The license applies to the Xpp3 classes (all classes below the org.xmlpull package with exception of classes directly in package org.xmlpull.v1);
       original link http://www.extreme.indiana.edu/viewcvs/~checkout~/XPP3/java/LICENSE.txt is no longer valid
@@ -173,9 +173,12 @@
   #  - url: http://creativecommons.org/licenses/publicdomain
   #    name: Public Domain
   #    comment: "The license applies to the XmlPull API (all classes directly in the org.xmlpull.v1 package)"
+- id: io.github.x-stream.mxparser:1.2.2
+  # fork/evolution of xpp3
+  license:
+  - url: https://raw.githubusercontent.com/x-stream/mxparser/master/LICENSE.txt
+    name: "Indiana University Extreme! Lab Software License, version 1.2"
 
-- id: org.apache.sshd.sshd-osgi:2.5.1
-  license: Apache-2.0
 - id: org.codehaus.jettison:jettison
   url: https://github.com/codehaus/jettison
   license: Apache-2.0
@@ -196,3 +199,12 @@
   url: http://x-stream.github.io/
 - id: com.fasterxml.jackson:*:*
   url: http://wiki.fasterxml.com/JacksonHome
+
+- id: net.java.dev.jna:*
+  # jna-platform 5.9.0 is dual licensed
+  license: Apache-2.0
+- id: com.toastcoders:yavijava:*
+  license: BSD-3-Clause
+- id: org.apache.sshd:sshd-osgi:*
+  license: Apache-2.0
+
diff --git a/dist/licensing/license-text/Indiana University Extreme! Lab Software License, vesion 1.1.1 b/dist/licensing/license-text/Indiana University Extreme! Lab Software License, version 1.1.1
similarity index 100%
rename from dist/licensing/license-text/Indiana University Extreme! Lab Software License, vesion 1.1.1
rename to dist/licensing/license-text/Indiana University Extreme! Lab Software License, version 1.1.1