diff options
author | Douglas Royds <douglas.royds@taitradio.com> | 2022-05-19 13:43:53 +1200 |
---|---|---|
committer | Richard Leitner <richard.leitner@skidata.com> | 2022-08-22 10:12:29 +0200 |
commit | 6b2a48c3a7b1236a9d915135f685ef7eef5dcd02 (patch) | |
tree | 16abee094948bda67ed09daf1bbaa9d7d6c48b9f | |
parent | f61c2c48b24d38ebf25f91b148eb7b92a7616543 (diff) | |
download | meta-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>
-rw-r--r-- | recipes-core/javasqlite/javasqlite_20150419.bb | 4 | ||||
-rw-r--r-- | recipes-core/jcraft/jsch_0.1.40.bb | 2 | ||||
-rw-r--r-- | recipes-core/jcraft/jzlib_1.0.7.bb | 2 | ||||
-rw-r--r-- | recipes-core/jdepend/jdepend_2.9.1.bb | 2 | ||||
-rw-r--r-- | recipes-core/xml-commons/dom4j_1.6.1.bb | 2 | ||||
-rw-r--r-- | recipes-core/xml-commons/jaxen_1.1.6.bb | 2 | ||||
-rw-r--r-- | recipes-core/xml-commons/jdom_1.1.3.bb | 2 | ||||
-rw-r--r-- | recipes-core/xml-commons/xpp2_2.1.10.bb | 2 | ||||
-rw-r--r-- | recipes-core/xml-commons/xpp3_1.1.3.4.O.bb | 2 |
9 files changed, 10 insertions, 10 deletions
diff --git a/recipes-core/javasqlite/javasqlite_20150419.bb b/recipes-core/javasqlite/javasqlite_20150419.bb index 1ae072f..27dad88 100644 --- a/recipes-core/javasqlite/javasqlite_20150419.bb +++ b/recipes-core/javasqlite/javasqlite_20150419.bb | |||
@@ -5,7 +5,7 @@ This is a Java wrapper including a basic JDBC driver for the SQLite 2/3 \ | |||
5 | database engine. It is designed using JNI to interface to the SQLite API. \ | 5 | database engine. It is designed using JNI to interface to the SQLite API. \ |
6 | That API is wrapped by methods in the SQLite.Database class." | 6 | That API is wrapped by methods in the SQLite.Database class." |
7 | 7 | ||
8 | LICENSE = "BSD" | 8 | LICENSE = "MIT-Modern-Variant" |
9 | SECTION = "application" | 9 | SECTION = "application" |
10 | PR = "r1" | 10 | PR = "r1" |
11 | SRC_URI = " \ | 11 | SRC_URI = " \ |
@@ -13,7 +13,7 @@ SRC_URI = " \ | |||
13 | file://0001-fix-errors-during-cross-compile.patch \ | 13 | file://0001-fix-errors-during-cross-compile.patch \ |
14 | " | 14 | " |
15 | 15 | ||
16 | LIC_FILES_CHKSUM = "file://license.terms;md5=3da0e50feac5f64f08184584a8cad58a" | 16 | LIC_FILES_CHKSUM = "file://license.terms;md5=788a765d15de8312110c282b2ef53c83" |
17 | 17 | ||
18 | inherit autotools-brokensep | 18 | inherit autotools-brokensep |
19 | 19 | ||
diff --git a/recipes-core/jcraft/jsch_0.1.40.bb b/recipes-core/jcraft/jsch_0.1.40.bb index 1170095..07d5b9e 100644 --- a/recipes-core/jcraft/jsch_0.1.40.bb +++ b/recipes-core/jcraft/jsch_0.1.40.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | SUMMARY = "SSH implementation in Java" | 1 | SUMMARY = "SSH implementation in Java" |
2 | HOMEPAGE = "http://www.jcraft.com/jsch" | 2 | HOMEPAGE = "http://www.jcraft.com/jsch" |
3 | LICENSE = "BSD" | 3 | LICENSE = "BSD-3-Clause" |
4 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=55e3b6a0987ccd0c34530f3df2d206ae" | 4 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=55e3b6a0987ccd0c34530f3df2d206ae" |
5 | 5 | ||
6 | SRC_URI = "${SOURCEFORGE_MIRROR}/jsch/jsch-${PV}.zip" | 6 | SRC_URI = "${SOURCEFORGE_MIRROR}/jsch/jsch-${PV}.zip" |
diff --git a/recipes-core/jcraft/jzlib_1.0.7.bb b/recipes-core/jcraft/jzlib_1.0.7.bb index 70b5212..1e34d2c 100644 --- a/recipes-core/jcraft/jzlib_1.0.7.bb +++ b/recipes-core/jcraft/jzlib_1.0.7.bb | |||
@@ -1,5 +1,5 @@ | |||
1 | SUMMARY = "zlib implementation in Java" | 1 | SUMMARY = "zlib implementation in Java" |
2 | LICENSE = "BSD" | 2 | LICENSE = "BSD-3-Clause" |
3 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=a2b2e5b95bf768dd5c4ca097c9cde9e9" | 3 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=a2b2e5b95bf768dd5c4ca097c9cde9e9" |
4 | 4 | ||
5 | HOMEPAGE = "http://www.jcraft.com/jzlib" | 5 | HOMEPAGE = "http://www.jcraft.com/jzlib" |
diff --git a/recipes-core/jdepend/jdepend_2.9.1.bb b/recipes-core/jdepend/jdepend_2.9.1.bb index deae6a8..1fa156c 100644 --- a/recipes-core/jdepend/jdepend_2.9.1.bb +++ b/recipes-core/jdepend/jdepend_2.9.1.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | SUMMARY = "Design quality metrics generator for each Java" | 1 | SUMMARY = "Design quality metrics generator for each Java" |
2 | 2 | ||
3 | # see https://github.com/clarkware/jdepend/blob/master/LICENSE | 3 | # see https://github.com/clarkware/jdepend/blob/master/LICENSE |
4 | LICENSE = "BSD" | 4 | LICENSE = "BSD-3-Clause" |
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=f5777d32a7709d558c2877d4a6616230" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=f5777d32a7709d558c2877d4a6616230" |
6 | 6 | ||
7 | HOMEPAGE = "https://github.com/clarkware/jdepend" | 7 | HOMEPAGE = "https://github.com/clarkware/jdepend" |
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 @@ | |||
1 | SUMMARY = "A simple and flexible library for working with XML, XPath and XSLT" | 1 | SUMMARY = "A simple and flexible library for working with XML, XPath and XSLT" |
2 | DESCRIPTION = "dom4j is a simple and flexible Java library for working with XML, XPath and XSLT" | 2 | DESCRIPTION = "dom4j is a simple and flexible Java library for working with XML, XPath and XSLT" |
3 | LICENSE = "BSD" | 3 | LICENSE = "BSD-3-Clause" |
4 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3f752b663f2a821c3b32482fc6aece3c" | 4 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3f752b663f2a821c3b32482fc6aece3c" |
5 | 5 | ||
6 | HOMEPAGE = "http://dom4j.github.io" | 6 | HOMEPAGE = "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 \ | |||
4 | treat non-XML trees such as compiled Java byte code or Java beans as XML, \ | 4 | treat non-XML trees such as compiled Java byte code or Java beans as XML, \ |
5 | thus enabling you to query these trees with XPath too.\ | 5 | thus enabling you to query these trees with XPath too.\ |
6 | " | 6 | " |
7 | LICENSE = "BSD" | 7 | LICENSE = "BSD-3-Clause" |
8 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=a2e66c2e2482aa23c11342f1469fa3b6" | 8 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=a2e66c2e2482aa23c11342f1469fa3b6" |
9 | 9 | ||
10 | HOMEPAGE = "http://jaxen.org/" | 10 | HOMEPAGE = "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 @@ | |||
1 | SUMMARY = "Parses, manipulates, and outputs XML using standard Java constructs" | 1 | SUMMARY = "Parses, manipulates, and outputs XML using standard Java constructs" |
2 | DESCRIPTION = "JDOM aims to provide a complete, Java-based solution for \ | 2 | DESCRIPTION = "JDOM aims to provide a complete, Java-based solution for \ |
3 | accessing, manipulating, and outputting XML data from Java code." | 3 | accessing, manipulating, and outputting XML data from Java code." |
4 | LICENSE = "BSD" | 4 | LICENSE = "BSD-4-Clause" |
5 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=897c700e4c122d8f4ef8f6d253a6f744" | 5 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=897c700e4c122d8f4ef8f6d253a6f744" |
6 | 6 | ||
7 | HOMEPAGE = "http://jdom.org/" | 7 | HOMEPAGE = "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 @@ | |||
1 | SUMMARY = "Streaming pull XML parser for java" | 1 | SUMMARY = "Streaming pull XML parser for java" |
2 | LICENSE = "BSD-like" | 2 | LICENSE = "BSD-4-Clause" |
3 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=d40c660a53e36a103a35c170d38d0ef6" | 3 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=d40c660a53e36a103a35c170d38d0ef6" |
4 | HOMEPAGE = "http://www.extreme.indiana.edu/xgws/xsoap/xpp/" | 4 | HOMEPAGE = "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 @@ | |||
1 | SUMMARY = "Streaming pull XML parser for Java (3rd edition)" | 1 | SUMMARY = "Streaming pull XML parser for Java (3rd edition)" |
2 | LICENSE = "BSD-like" | 2 | LICENSE = "BSD-4-Clause" |
3 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=35235e1ea47db355da0627f8d93e3a6c" | 3 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=35235e1ea47db355da0627f8d93e3a6c" |
4 | 4 | ||
5 | HOMEPAGE = "http://www.extreme.indiana.edu/xgws/xsoap/xpp/mxp1" | 5 | HOMEPAGE = "http://www.extreme.indiana.edu/xgws/xsoap/xpp/mxp1" |