From 6b2a48c3a7b1236a9d915135f685ef7eef5dcd02 Mon Sep 17 00:00:00 2001 From: Douglas Royds Date: Thu, 19 May 2022 13:43:53 +1200 Subject: 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 Signed-off-by: Richard Leitner --- recipes-core/javasqlite/javasqlite_20150419.bb | 4 ++-- recipes-core/jcraft/jsch_0.1.40.bb | 2 +- recipes-core/jcraft/jzlib_1.0.7.bb | 2 +- recipes-core/jdepend/jdepend_2.9.1.bb | 2 +- recipes-core/xml-commons/dom4j_1.6.1.bb | 2 +- recipes-core/xml-commons/jaxen_1.1.6.bb | 2 +- recipes-core/xml-commons/jdom_1.1.3.bb | 2 +- recipes-core/xml-commons/xpp2_2.1.10.bb | 2 +- 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 \ database engine. It is designed using JNI to interface to the SQLite API. \ That API is wrapped by methods in the SQLite.Database class." -LICENSE = "BSD" +LICENSE = "MIT-Modern-Variant" SECTION = "application" PR = "r1" SRC_URI = " \ @@ -13,7 +13,7 @@ SRC_URI = " \ file://0001-fix-errors-during-cross-compile.patch \ " -LIC_FILES_CHKSUM = "file://license.terms;md5=3da0e50feac5f64f08184584a8cad58a" +LIC_FILES_CHKSUM = "file://license.terms;md5=788a765d15de8312110c282b2ef53c83" inherit autotools-brokensep 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 @@ SUMMARY = "SSH implementation in Java" HOMEPAGE = "http://www.jcraft.com/jsch" -LICENSE = "BSD" +LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=55e3b6a0987ccd0c34530f3df2d206ae" 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 @@ SUMMARY = "zlib implementation in Java" -LICENSE = "BSD" +LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=a2b2e5b95bf768dd5c4ca097c9cde9e9" 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 @@ SUMMARY = "Design quality metrics generator for each Java" # see https://github.com/clarkware/jdepend/blob/master/LICENSE -LICENSE = "BSD" +LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://LICENSE;md5=f5777d32a7709d558c2877d4a6616230" 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 @@ SUMMARY = "A simple and flexible library for working with XML, XPath and XSLT" DESCRIPTION = "dom4j is a simple and flexible Java library for working with XML, XPath and XSLT" -LICENSE = "BSD" +LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3f752b663f2a821c3b32482fc6aece3c" 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 \ treat non-XML trees such as compiled Java byte code or Java beans as XML, \ thus enabling you to query these trees with XPath too.\ " -LICENSE = "BSD" +LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=a2e66c2e2482aa23c11342f1469fa3b6" 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 @@ SUMMARY = "Parses, manipulates, and outputs XML using standard Java constructs" DESCRIPTION = "JDOM aims to provide a complete, Java-based solution for \ accessing, manipulating, and outputting XML data from Java code." -LICENSE = "BSD" +LICENSE = "BSD-4-Clause" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=897c700e4c122d8f4ef8f6d253a6f744" 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 @@ SUMMARY = "Streaming pull XML parser for java" -LICENSE = "BSD-like" +LICENSE = "BSD-4-Clause" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=d40c660a53e36a103a35c170d38d0ef6" HOMEPAGE = "http://www.extreme.indiana.edu/xgws/xsoap/xpp/" 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 @@ SUMMARY = "Streaming pull XML parser for Java (3rd edition)" -LICENSE = "BSD-like" +LICENSE = "BSD-4-Clause" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=35235e1ea47db355da0627f8d93e3a6c" HOMEPAGE = "http://www.extreme.indiana.edu/xgws/xsoap/xpp/mxp1" -- cgit v1.2.3-54-g00ecf