summaryrefslogtreecommitdiffstats
path: root/recipes-core/xml-commons
diff options
context:
space:
mode:
authorDouglas Royds <douglas.royds@taitradio.com>2022-05-19 13:43:53 +1200
committerRichard Leitner <richard.leitner@skidata.com>2022-08-22 10:12:29 +0200
commit6b2a48c3a7b1236a9d915135f685ef7eef5dcd02 (patch)
tree16abee094948bda67ed09daf1bbaa9d7d6c48b9f /recipes-core/xml-commons
parentf61c2c48b24d38ebf25f91b148eb7b92a7616543 (diff)
downloadmeta-java-6b2a48c3a7b1236a9d915135f685ef7eef5dcd02.tar.gz
BSD licenses: Updated to SPDX namings
javasqlite has an MIT license, not a BSD one. Silences warnings of this form: WARNING: jzlib-native-1.0.7-r0 do_populate_lic: QA Issue: jzlib-native: No generic license file exists for: BSD in any provider [license-exists] Signed-off-by: Douglas Royds <douglas.royds@taitradio.com> Signed-off-by: Richard Leitner <richard.leitner@skidata.com>
Diffstat (limited to 'recipes-core/xml-commons')
-rw-r--r--recipes-core/xml-commons/dom4j_1.6.1.bb2
-rw-r--r--recipes-core/xml-commons/jaxen_1.1.6.bb2
-rw-r--r--recipes-core/xml-commons/jdom_1.1.3.bb2
-rw-r--r--recipes-core/xml-commons/xpp2_2.1.10.bb2
-rw-r--r--recipes-core/xml-commons/xpp3_1.1.3.4.O.bb2
5 files changed, 5 insertions, 5 deletions
diff --git a/recipes-core/xml-commons/dom4j_1.6.1.bb b/recipes-core/xml-commons/dom4j_1.6.1.bb
index ee46dfd..0ba3f0e 100644
--- a/recipes-core/xml-commons/dom4j_1.6.1.bb
+++ b/recipes-core/xml-commons/dom4j_1.6.1.bb
@@ -1,6 +1,6 @@
1SUMMARY = "A simple and flexible library for working with XML, XPath and XSLT" 1SUMMARY = "A simple and flexible library for working with XML, XPath and XSLT"
2DESCRIPTION = "dom4j is a simple and flexible Java library for working with XML, XPath and XSLT" 2DESCRIPTION = "dom4j is a simple and flexible Java library for working with XML, XPath and XSLT"
3LICENSE = "BSD" 3LICENSE = "BSD-3-Clause"
4LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3f752b663f2a821c3b32482fc6aece3c" 4LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3f752b663f2a821c3b32482fc6aece3c"
5 5
6HOMEPAGE = "http://dom4j.github.io" 6HOMEPAGE = "http://dom4j.github.io"
diff --git a/recipes-core/xml-commons/jaxen_1.1.6.bb b/recipes-core/xml-commons/jaxen_1.1.6.bb
index 3823212..13f5fdc 100644
--- a/recipes-core/xml-commons/jaxen_1.1.6.bb
+++ b/recipes-core/xml-commons/jaxen_1.1.6.bb
@@ -4,7 +4,7 @@ DOM, XOM, dom4j, and JDOM. Is it also possible to write adapters that \
4treat non-XML trees such as compiled Java byte code or Java beans as XML, \ 4treat non-XML trees such as compiled Java byte code or Java beans as XML, \
5thus enabling you to query these trees with XPath too.\ 5thus enabling you to query these trees with XPath too.\
6" 6"
7LICENSE = "BSD" 7LICENSE = "BSD-3-Clause"
8LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=a2e66c2e2482aa23c11342f1469fa3b6" 8LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=a2e66c2e2482aa23c11342f1469fa3b6"
9 9
10HOMEPAGE = "http://jaxen.org/" 10HOMEPAGE = "http://jaxen.org/"
diff --git a/recipes-core/xml-commons/jdom_1.1.3.bb b/recipes-core/xml-commons/jdom_1.1.3.bb
index df9125d..acd2ae1 100644
--- a/recipes-core/xml-commons/jdom_1.1.3.bb
+++ b/recipes-core/xml-commons/jdom_1.1.3.bb
@@ -1,7 +1,7 @@
1SUMMARY = "Parses, manipulates, and outputs XML using standard Java constructs" 1SUMMARY = "Parses, manipulates, and outputs XML using standard Java constructs"
2DESCRIPTION = "JDOM aims to provide a complete, Java-based solution for \ 2DESCRIPTION = "JDOM aims to provide a complete, Java-based solution for \
3accessing, manipulating, and outputting XML data from Java code." 3accessing, manipulating, and outputting XML data from Java code."
4LICENSE = "BSD" 4LICENSE = "BSD-4-Clause"
5LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=897c700e4c122d8f4ef8f6d253a6f744" 5LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=897c700e4c122d8f4ef8f6d253a6f744"
6 6
7HOMEPAGE = "http://jdom.org/" 7HOMEPAGE = "http://jdom.org/"
diff --git a/recipes-core/xml-commons/xpp2_2.1.10.bb b/recipes-core/xml-commons/xpp2_2.1.10.bb
index 6fc81a2..a76cc4e 100644
--- a/recipes-core/xml-commons/xpp2_2.1.10.bb
+++ b/recipes-core/xml-commons/xpp2_2.1.10.bb
@@ -1,5 +1,5 @@
1SUMMARY = "Streaming pull XML parser for java" 1SUMMARY = "Streaming pull XML parser for java"
2LICENSE = "BSD-like" 2LICENSE = "BSD-4-Clause"
3LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=d40c660a53e36a103a35c170d38d0ef6" 3LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=d40c660a53e36a103a35c170d38d0ef6"
4HOMEPAGE = "http://www.extreme.indiana.edu/xgws/xsoap/xpp/" 4HOMEPAGE = "http://www.extreme.indiana.edu/xgws/xsoap/xpp/"
5 5
diff --git a/recipes-core/xml-commons/xpp3_1.1.3.4.O.bb b/recipes-core/xml-commons/xpp3_1.1.3.4.O.bb
index 2b8f959..09ef1f1 100644
--- a/recipes-core/xml-commons/xpp3_1.1.3.4.O.bb
+++ b/recipes-core/xml-commons/xpp3_1.1.3.4.O.bb
@@ -1,5 +1,5 @@
1SUMMARY = "Streaming pull XML parser for Java (3rd edition)" 1SUMMARY = "Streaming pull XML parser for Java (3rd edition)"
2LICENSE = "BSD-like" 2LICENSE = "BSD-4-Clause"
3LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=35235e1ea47db355da0627f8d93e3a6c" 3LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=35235e1ea47db355da0627f8d93e3a6c"
4 4
5HOMEPAGE = "http://www.extreme.indiana.edu/xgws/xsoap/xpp/mxp1" 5HOMEPAGE = "http://www.extreme.indiana.edu/xgws/xsoap/xpp/mxp1"