summaryrefslogtreecommitdiff
path: root/recipes-support
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2022-03-06 11:30:24 +0100
committerMax Krummenacher <max.krummenacher@toradex.com>2022-03-06 11:39:25 +0100
commitbbc532e7c65c507ea6b91d1e73ecb60b34d4ab54 (patch)
tree610882304bdac4b04f898427b0daac786d45863f /recipes-support
parent68cc1d3fec0ed82b53c85ad8f97287d020387335 (diff)
layer: Update LICENSE variable to use SPDX license identifiers
Since OE-Core commit 9379f80f48 ("license/insane: Show warning for obsolete license usage"), LICENSE field not containing SPDX identifiers are treated with WARNING. An automated conversion using scripts/contrib/convert-spdx-licenses.py to convert to use the standard SPDX license identifiers has been done on the entire layer. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Diffstat (limited to 'recipes-support')
-rw-r--r--recipes-support/florence/florence3_0.6.3.bb2
-rw-r--r--recipes-support/florence/florence_0.5.4.bb2
-rw-r--r--recipes-support/joe/joe_4.6.bb2
3 files changed, 3 insertions, 3 deletions
diff --git a/recipes-support/florence/florence3_0.6.3.bb b/recipes-support/florence/florence3_0.6.3.bb
index d82b57c..b37fd30 100644
--- a/recipes-support/florence/florence3_0.6.3.bb
+++ b/recipes-support/florence/florence3_0.6.3.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "http://florence.sourceforge.net/english.html"
#NOTICE: If florence can't find its gconf settings, you need to start florence with --config for one time and save the configuration once.
-LICENSE = "GPLv2"
+LICENSE = "GPL-2.0-only"
LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
PR = "r1"
diff --git a/recipes-support/florence/florence_0.5.4.bb b/recipes-support/florence/florence_0.5.4.bb
index 28f7f64..486bb9c 100644
--- a/recipes-support/florence/florence_0.5.4.bb
+++ b/recipes-support/florence/florence_0.5.4.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "http://florence.sourceforge.net/english.html"
#NOTICE: If florence can't find its gconf settings, you need to start florence with --config for one time and save the configuration once.
-LICENSE = "GPLv2"
+LICENSE = "GPL-2.0-only"
LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
PR = "r1"
diff --git a/recipes-support/joe/joe_4.6.bb b/recipes-support/joe/joe_4.6.bb
index 674736a..ed0bf33 100644
--- a/recipes-support/joe/joe_4.6.bb
+++ b/recipes-support/joe/joe_4.6.bb
@@ -1,7 +1,7 @@
SECTION = "console/utils"
SUMMARY = "Console text editor with good functionality, good choice for vi-haters"
HOMEPAGE = "http://joe-editor.sourceforge.net/"
-LICENSE = "GPLv2"
+LICENSE = "GPL-2.0-only"
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
SRC_URI = "${SOURCEFORGE_MIRROR}/joe-editor/joe-${PV}.tar.gz"