summaryrefslogtreecommitdiffstats
path: root/recipes-core/xml-commons/jdom_1.1.3.bb
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/jdom_1.1.3.bb
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/jdom_1.1.3.bb')
-rw-r--r--recipes-core/xml-commons/jdom_1.1.3.bb2
1 files changed, 1 insertions, 1 deletions
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/"