summaryrefslogtreecommitdiff
path: root/qt5-layer
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 /qt5-layer
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 'qt5-layer')
-rw-r--r--qt5-layer/recipes-qt/qedit/qedit_2.8.2.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/qt5-layer/recipes-qt/qedit/qedit_2.8.2.bb b/qt5-layer/recipes-qt/qedit/qedit_2.8.2.bb
index 7c1e563..11bb90d 100644
--- a/qt5-layer/recipes-qt/qedit/qedit_2.8.2.bb
+++ b/qt5-layer/recipes-qt/qedit/qedit_2.8.2.bb
@@ -2,7 +2,7 @@ SUMMARY = "QEdit Text Editor"
HOMEPAGE = "http://hugo.pereira.free.fr/software/index.php?page=package&package_list=software_list_qt&package=qedit&full=0"
SECTION = "x11"
-LICENSE = "GPLv2"
+LICENSE = "GPL-2.0-only"
LIC_FILES_CHKSUM = "file://COPYING;md5=81bcece21748c91ba9992349a91ec11d"
DEPENDS = "qtbase qtx11extras"