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