From: Denys Dmytriyenko <[email protected]>

Update LICENSE variable to use SPDX license identifiers.

Signed-off-by: Denys Dmytriyenko <[email protected]>
---
 .../recipes-core/busybox/softap-udhcpd-config_1.0.bb            | 2 +-
 meta-arago-distro/recipes-core/dbus/dbus_%.bbappend             | 2 +-
 meta-arago-distro/recipes-graphics/freetype/freetype_%.bbappend | 2 +-
 .../acontis-ethercat-demo/acontis-atemsys_3.0.1.28.bb           | 2 +-
 .../pdm-anomaly-detection/pdm-anomaly-detection_git.bb          | 2 +-
 .../recipes-bsp/switch-config/switch-config_git.bb              | 2 +-
 .../recipes-connectivity/hostap/hostap-daemon-wl18xx.bb         | 2 +-
 meta-arago-extras/recipes-connectivity/vtun/vtun_3.0.3.bb       | 2 +-
 .../wpa-supplicant/wpa-supplicant-wl18xx.bb                     | 2 +-
 .../recipes-connectivity/wpa-supplicant/wpa-supplicant.inc      | 2 +-
 .../recipes-core/matrix/matrix-gui-ethernet-demos_2.0.bb        | 2 +-
 .../recipes-devtools/input-utils/input-utils_1.0.bb             | 2 +-
 meta-arago-extras/recipes-devtools/omapconf/omapconf_git.bb     | 2 +-
 .../recipes-devtools/util-scripts/glsdk-util-scripts.bb         | 2 +-
 meta-arago-extras/recipes-devtools/uvc-gadget/uvc-gadget_git.bb | 2 +-
 meta-arago-extras/recipes-extended/ltp/ltp_20200120.bb          | 2 +-
 meta-arago-extras/recipes-extended/ltp/ltp_20210524.bb          | 2 +-
 meta-arago-extras/recipes-graphics/devil/devil_1.8.0.bb         | 2 +-
 .../recipes-graphics/omapdrmtest/omapdrmtest_1.0.0.bb           | 2 +-
 .../recipes-graphics/tslib/ts-calibrate-init_1.0.bb             | 2 +-
 meta-arago-extras/recipes-kernel/pcitest/pcitest_5.4.bb         | 2 +-
 .../recipes-kernel/timestamping/timestamping_4.1.bb             | 2 +-
 .../recipes-multimedia/dual-camera-demo/dual-camera-demo_1.0.bb | 2 +-
 .../gst-plugins-ti/gstreamer1.0-plugins-ducati_git.bb           | 2 +-
 .../gst-plugins-ti/gstreamer1.0-plugins-vpe_git.bb              | 2 +-
 meta-arago-extras/recipes-qt/examples/qtwebbrowser_1.0.bb       | 2 +-
 .../recipes-support/makedumpfile/makedumpfile_1.5.0.bb          | 2 +-
 meta-arago-extras/recipes-support/mstpctl/mstpd_git.bb          | 2 +-
 meta-arago-extras/recipes-ti/fftlib/ti-fftw_git.bb              | 2 +-
 29 files changed, 29 insertions(+), 29 deletions(-)

diff --git a/meta-arago-distro/recipes-core/busybox/softap-udhcpd-config_1.0.bb 
b/meta-arago-distro/recipes-core/busybox/softap-udhcpd-config_1.0.bb
index ffc4d223..0c896fed 100644
--- a/meta-arago-distro/recipes-core/busybox/softap-udhcpd-config_1.0.bb
+++ b/meta-arago-distro/recipes-core/busybox/softap-udhcpd-config_1.0.bb
@@ -1,7 +1,7 @@
 DESCRIPTION = "Configuration files for SoftAP with udhcpd"
 SECTION = "console/network"
 HOMEPAGE = "http://udhcp.busybox.net/";
-LICENSE = "GPLv2 & BSD-4-Clause"
+LICENSE = "GPL-2.0-only & BSD-4-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=de10de48642ab74318e893a61105afbb"
 
 PR = "r1"
diff --git a/meta-arago-distro/recipes-core/dbus/dbus_%.bbappend 
b/meta-arago-distro/recipes-core/dbus/dbus_%.bbappend
index 4bf6578a..da612c59 100644
--- a/meta-arago-distro/recipes-core/dbus/dbus_%.bbappend
+++ b/meta-arago-distro/recipes-core/dbus/dbus_%.bbappend
@@ -1,3 +1,3 @@
 PR:append = ".arago1"
 
-LICENSE = "GPLv2+"
+LICENSE = "GPL-2.0-or-later"
diff --git a/meta-arago-distro/recipes-graphics/freetype/freetype_%.bbappend 
b/meta-arago-distro/recipes-graphics/freetype/freetype_%.bbappend
index 6018cca8..860a0797 100644
--- a/meta-arago-distro/recipes-graphics/freetype/freetype_%.bbappend
+++ b/meta-arago-distro/recipes-graphics/freetype/freetype_%.bbappend
@@ -1,3 +1,3 @@
 PR:append = ".arago0"
 
-LICENSE = "GPLv2+"
+LICENSE = "GPL-2.0-or-later"
diff --git 
a/meta-arago-extras/recipes-apps/acontis-ethercat-demo/acontis-atemsys_3.0.1.28.bb
 
b/meta-arago-extras/recipes-apps/acontis-ethercat-demo/acontis-atemsys_3.0.1.28.bb
index 94e0c563..897db273 100644
--- 
a/meta-arago-extras/recipes-apps/acontis-ethercat-demo/acontis-atemsys_3.0.1.28.bb
+++ 
b/meta-arago-extras/recipes-apps/acontis-ethercat-demo/acontis-atemsys_3.0.1.28.bb
@@ -1,6 +1,6 @@
 SUMMARY = "acontis atemsys kernel module for EtherCAT master"
 HOMEPAGE = "https://www.acontis.com/en/ethercat-for-ti-processors.html";
-LICENSE = "GPLv2"
+LICENSE = "GPL-2.0-only"
 LIC_FILES_CHKSUM = "file://COPYING;md5=65dd37ccb3e888dc57e47d925b80b38a"
 
 SRC_URI = 
"https://www.acontis.com/files/support/ethercat/EC-Master-Atemsys-V${PV}-Linux.tar.gz;subdir=${P}";
diff --git 
a/meta-arago-extras/recipes-apps/pdm-anomaly-detection/pdm-anomaly-detection_git.bb
 
b/meta-arago-extras/recipes-apps/pdm-anomaly-detection/pdm-anomaly-detection_git.bb
index 8f70ac2a..93317486 100644
--- 
a/meta-arago-extras/recipes-apps/pdm-anomaly-detection/pdm-anomaly-detection_git.bb
+++ 
b/meta-arago-extras/recipes-apps/pdm-anomaly-detection/pdm-anomaly-detection_git.bb
@@ -1,5 +1,5 @@
 SUMMARY = "Predictive maintenance demo for anomaly detection using Recurrent 
Neural Network (RNN)"
-LICENSE = "BSD-3-Clause & MIT & GPLv3"
+LICENSE = "BSD-3-Clause & MIT & GPL-3.0-only"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=e88016d2cbc82d0d2efbb0865891e9d6"
 
 inherit qt5
diff --git a/meta-arago-extras/recipes-bsp/switch-config/switch-config_git.bb 
b/meta-arago-extras/recipes-bsp/switch-config/switch-config_git.bb
index f3993f1e..77fd3ecc 100644
--- a/meta-arago-extras/recipes-bsp/switch-config/switch-config_git.bb
+++ b/meta-arago-extras/recipes-bsp/switch-config/switch-config_git.bb
@@ -1,5 +1,5 @@
 DESCRIPTION = "Ethernet Switch configuration management"
-LICENSE = "GPLv2"
+LICENSE = "GPL-2.0-only"
 LIC_FILES_CHKSUM = 
"file://switch-config.c;beginline=1;endline=14;md5=659ff9658cbaba3110b81804af60de75"
 
 PV = "2.0"
diff --git 
a/meta-arago-extras/recipes-connectivity/hostap/hostap-daemon-wl18xx.bb 
b/meta-arago-extras/recipes-connectivity/hostap/hostap-daemon-wl18xx.bb
index 67179602..65a72c77 100644
--- a/meta-arago-extras/recipes-connectivity/hostap/hostap-daemon-wl18xx.bb
+++ b/meta-arago-extras/recipes-connectivity/hostap/hostap-daemon-wl18xx.bb
@@ -3,7 +3,7 @@
 
 require hostap.inc
 
-LICENSE = "GPLv2"
+LICENSE = "GPL-2.0-only"
 LIC_FILES_CHKSUM = "file://../COPYING;md5=292eece3f2ebbaa25608eed8464018a3"
 
 PR:append = "e"
diff --git a/meta-arago-extras/recipes-connectivity/vtun/vtun_3.0.3.bb 
b/meta-arago-extras/recipes-connectivity/vtun/vtun_3.0.3.bb
index f425d163..fff33f62 100644
--- a/meta-arago-extras/recipes-connectivity/vtun/vtun_3.0.3.bb
+++ b/meta-arago-extras/recipes-connectivity/vtun/vtun_3.0.3.bb
@@ -1,7 +1,7 @@
 DESCRIPTION = "Virtual Tunnels over TCP/IP networks with traffic shaping, 
compression and encryption."
 HOMEPAGE = "http://vtun.sourceforge.net/";
 SECTION = "console/network"
-LICENSE = "GPLv2"
+LICENSE = "GPL-2.0-only"
 LIC_FILES_CHKSUM = 
"file://vtun.h;startline=1;endline=17;md5=9ac9e7fefca60c72400239e0de40cde8"
 
 DEPENDS = "zlib lzo openssl bison-native flex-native"
diff --git 
a/meta-arago-extras/recipes-connectivity/wpa-supplicant/wpa-supplicant-wl18xx.bb
 
b/meta-arago-extras/recipes-connectivity/wpa-supplicant/wpa-supplicant-wl18xx.bb
index 04ae405e..9552e2e5 100644
--- 
a/meta-arago-extras/recipes-connectivity/wpa-supplicant/wpa-supplicant-wl18xx.bb
+++ 
b/meta-arago-extras/recipes-connectivity/wpa-supplicant/wpa-supplicant-wl18xx.bb
@@ -3,7 +3,7 @@
 
 require wpa-supplicant.inc
 
-LICENSE = "GPLv2 | BSD-3-Clause"
+LICENSE = "GPL-2.0-only | BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://../COPYING;md5=292eece3f2ebbaa25608eed8464018a3 \
                     file://../README;md5=3f01d778be8f953962388307ee38ed2b \
                     
file://wpa_supplicant.c;beginline=1;endline=17;md5=35e6d71fea6b15f61a9fac935bcf410f"
diff --git 
a/meta-arago-extras/recipes-connectivity/wpa-supplicant/wpa-supplicant.inc 
b/meta-arago-extras/recipes-connectivity/wpa-supplicant/wpa-supplicant.inc
index dad2b824..53354375 100644
--- a/meta-arago-extras/recipes-connectivity/wpa-supplicant/wpa-supplicant.inc
+++ b/meta-arago-extras/recipes-connectivity/wpa-supplicant/wpa-supplicant.inc
@@ -5,7 +5,7 @@ SUMMARY = "Client for Wi-Fi Protected Access (WPA)"
 HOMEPAGE = "http://hostap.epitest.fi/wpa_supplicant/";
 BUGTRACKER = "http://hostap.epitest.fi/bugz/";
 SECTION = "network"
-LICENSE = "GPLv2 | BSD-3-Clause"
+LICENSE = "GPL-2.0-only | BSD-3-Clause"
 
 inherit pkgconfig
 
diff --git 
a/meta-arago-extras/recipes-core/matrix/matrix-gui-ethernet-demos_2.0.bb 
b/meta-arago-extras/recipes-core/matrix/matrix-gui-ethernet-demos_2.0.bb
index 2982d32e..364dac99 100644
--- a/meta-arago-extras/recipes-core/matrix/matrix-gui-ethernet-demos_2.0.bb
+++ b/meta-arago-extras/recipes-core/matrix/matrix-gui-ethernet-demos_2.0.bb
@@ -2,7 +2,7 @@ DESCRIPTION = "Ethernet example applications"
 
 require matrix-gui-apps-git.inc
 
-LICENSE = "CC-BY-SA-3.0 & GPLv2+"
+LICENSE = "CC-BY-SA-3.0 & GPL-2.0-or-later"
 
 LIC_FILES_CHKSUM := "file://../${LICENSE_CHECKSUM} \
                      
file://../../udhcpd_eth1.conf;beginline=1;endline=14;md5=70668b1ed5416406a61ef9abdd90d601
 \
diff --git a/meta-arago-extras/recipes-devtools/input-utils/input-utils_1.0.bb 
b/meta-arago-extras/recipes-devtools/input-utils/input-utils_1.0.bb
index 18efcd53..064a6faa 100644
--- a/meta-arago-extras/recipes-devtools/input-utils/input-utils_1.0.bb
+++ b/meta-arago-extras/recipes-devtools/input-utils/input-utils_1.0.bb
@@ -1,7 +1,7 @@
 DESCRIPTION = "Utilities for the Linux input drivers"
 HOMEPAGE = "http://packages.tanglu.org/source/aequorea/input-utils";
 
-LICENSE = "GPLv2"
+LICENSE = "GPL-2.0-only"
 LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b"
 
 PV = "1.0"
diff --git a/meta-arago-extras/recipes-devtools/omapconf/omapconf_git.bb 
b/meta-arago-extras/recipes-devtools/omapconf/omapconf_git.bb
index 768d5505..3d3af349 100644
--- a/meta-arago-extras/recipes-devtools/omapconf/omapconf_git.bb
+++ b/meta-arago-extras/recipes-devtools/omapconf/omapconf_git.bb
@@ -1,7 +1,7 @@
 SUMMARY = "Diagnostic tool for TI OMAP processors"
 HOMEPAGE = "https://github.com/omapconf/omapconf";
 
-LICENSE = "GPLv2 | BSD-3-Clause"
+LICENSE = "GPL-2.0-only | BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=205c83c4e2242a765acb923fc766e914"
 
 PV = "1.75+git${SRCPV}"
diff --git 
a/meta-arago-extras/recipes-devtools/util-scripts/glsdk-util-scripts.bb 
b/meta-arago-extras/recipes-devtools/util-scripts/glsdk-util-scripts.bb
index 49337130..cf187a29 100644
--- a/meta-arago-extras/recipes-devtools/util-scripts/glsdk-util-scripts.bb
+++ b/meta-arago-extras/recipes-devtools/util-scripts/glsdk-util-scripts.bb
@@ -1,5 +1,5 @@
 DESCRIPTION = "Utility scripts for debug"
-LICENSE = "GPLv2"
+LICENSE = "GPL-2.0-only"
 LIC_FILES_CHKSUM = 
"file://debug/filter-dmesg-rproc.sh;md5=ce264e7cbc036fd2f37073947c2f0800"
 PR = "r1"
 
diff --git a/meta-arago-extras/recipes-devtools/uvc-gadget/uvc-gadget_git.bb 
b/meta-arago-extras/recipes-devtools/uvc-gadget/uvc-gadget_git.bb
index 79ec067d..643a1768 100644
--- a/meta-arago-extras/recipes-devtools/uvc-gadget/uvc-gadget_git.bb
+++ b/meta-arago-extras/recipes-devtools/uvc-gadget/uvc-gadget_git.bb
@@ -1,5 +1,5 @@
 SUMMARY = "UVC gadget userspace sample application"
-LICENSE = "GPLv2+"
+LICENSE = "GPL-2.0-or-later"
 LIC_FILES_CHKSUM = 
"file://uvc-gadget.c;beginline=1;endline=18;md5=414860c3c534dc95d81da9564cfb8d2a"
 
 SRC_URI = "git://git.ideasonboard.org/uvc-gadget.git;branch=master"
diff --git a/meta-arago-extras/recipes-extended/ltp/ltp_20200120.bb 
b/meta-arago-extras/recipes-extended/ltp/ltp_20200120.bb
index 0ecfcc9e..e0086141 100644
--- a/meta-arago-extras/recipes-extended/ltp/ltp_20200120.bb
+++ b/meta-arago-extras/recipes-extended/ltp/ltp_20200120.bb
@@ -2,7 +2,7 @@ SUMMARY = "Linux Test Project"
 DESCRIPTION = "The Linux Test Project is a joint project with SGI, IBM, OSDL, 
and Bull with a goal to deliver test suites to the open source community that 
validate the reliability, robustness, and stability of Linux. The Linux Test 
Project is a collection of tools for testing the Linux kernel and related 
features."
 HOMEPAGE = "https://linux-test-project.github.io/";
 SECTION = "console/utils"
-LICENSE = "GPLv2 & GPLv2+ & LGPLv2+ & LGPLv2.1+ & BSD-2-Clause"
+LICENSE = "GPL-2.0-only & GPL-2.0-or-later & LGPL-2.0-or-later & 
LGPL-2.1-or-later & BSD-2-Clause"
 LIC_FILES_CHKSUM = "\
     file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
     
file://testcases/kernel/controllers/freezer/COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3
 \
diff --git a/meta-arago-extras/recipes-extended/ltp/ltp_20210524.bb 
b/meta-arago-extras/recipes-extended/ltp/ltp_20210524.bb
index 2836f1bc..0b84727e 100644
--- a/meta-arago-extras/recipes-extended/ltp/ltp_20210524.bb
+++ b/meta-arago-extras/recipes-extended/ltp/ltp_20210524.bb
@@ -2,7 +2,7 @@ SUMMARY = "Linux Test Project"
 DESCRIPTION = "The Linux Test Project is a joint project with SGI, IBM, OSDL, 
and Bull with a goal to deliver test suites to the open source community that 
validate the reliability, robustness, and stability of Linux. The Linux Test 
Project is a collection of tools for testing the Linux kernel and related 
features."
 HOMEPAGE = "https://linux-test-project.github.io/";
 SECTION = "console/utils"
-LICENSE = "GPLv2 & GPLv2+ & LGPLv2+ & LGPLv2.1+ & BSD-2-Clause"
+LICENSE = "GPL-2.0-only & GPL-2.0-or-later & LGPL-2.0-or-later & 
LGPL-2.1-or-later & BSD-2-Clause"
 LIC_FILES_CHKSUM = "\
     file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
     
file://testcases/kernel/controllers/freezer/COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3
 \
diff --git a/meta-arago-extras/recipes-graphics/devil/devil_1.8.0.bb 
b/meta-arago-extras/recipes-graphics/devil/devil_1.8.0.bb
index 923af613..b07ff724 100644
--- a/meta-arago-extras/recipes-graphics/devil/devil_1.8.0.bb
+++ b/meta-arago-extras/recipes-graphics/devil/devil_1.8.0.bb
@@ -3,7 +3,7 @@ DESCRIPTION = "Developer's Image Library (DevIL) is a 
cross-platform image \
                library utilizing simple syntax to load, save, convert, \
                manipulate, filter and display a variety of images."
 HOMEPAGE = "https://github.com/DentonW/DevIL";
-LICENSE = "LGPLv2"
+LICENSE = "LGPL-2.0-only"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=fc178bcd425090939a8b634d1d6a9594"
 
 SRC_URI = "git://github.com/dentonw/devil.git;protocol=https;branch=master \
diff --git 
a/meta-arago-extras/recipes-graphics/omapdrmtest/omapdrmtest_1.0.0.bb 
b/meta-arago-extras/recipes-graphics/omapdrmtest/omapdrmtest_1.0.0.bb
index 68a8efe7..8804544f 100644
--- a/meta-arago-extras/recipes-graphics/omapdrmtest/omapdrmtest_1.0.0.bb
+++ b/meta-arago-extras/recipes-graphics/omapdrmtest/omapdrmtest_1.0.0.bb
@@ -1,6 +1,6 @@
 SUMMARY = "Test applications for OMAP DRM interface"
 
-LICENSE = "GPLv2"
+LICENSE = "GPL-2.0-only"
 LIC_FILES_CHKSUM = 
"file://viddec3test.c;beginline=1;endline=16;md5=c391f44e40a29096285e3121923041df"
 
 DEPENDS = "ffmpeg libdce libdrm virtual/libgbm ti-sgx-ddk-um wayland"
diff --git a/meta-arago-extras/recipes-graphics/tslib/ts-calibrate-init_1.0.bb 
b/meta-arago-extras/recipes-graphics/tslib/ts-calibrate-init_1.0.bb
index 1f66158b..db48d746 100644
--- a/meta-arago-extras/recipes-graphics/tslib/ts-calibrate-init_1.0.bb
+++ b/meta-arago-extras/recipes-graphics/tslib/ts-calibrate-init_1.0.bb
@@ -3,7 +3,7 @@
 DESCRIPTION = "TS calibration init script"
 RDEPENDS:${PN} += "tslib"
 
-LICENSE = "GPLv2"
+LICENSE = "GPL-2.0-only"
 LIC_FILES_CHKSUM = 
"file://init;beginline=2;endline=11;md5=4b2e3b15f01cf63d2cb7988afdcc6c60"
 
 PR = "r4"
diff --git a/meta-arago-extras/recipes-kernel/pcitest/pcitest_5.4.bb 
b/meta-arago-extras/recipes-kernel/pcitest/pcitest_5.4.bb
index 8edbd939..2d7f370f 100644
--- a/meta-arago-extras/recipes-kernel/pcitest/pcitest_5.4.bb
+++ b/meta-arago-extras/recipes-kernel/pcitest/pcitest_5.4.bb
@@ -1,5 +1,5 @@
 SUMMARY = "Linux Kernel PCI test"
-LICENSE = "GPLv2"
+LICENSE = "GPL-2.0-only"
 LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814"
 
 BRANCH = "ti-linux-5.4.y"
diff --git a/meta-arago-extras/recipes-kernel/timestamping/timestamping_4.1.bb 
b/meta-arago-extras/recipes-kernel/timestamping/timestamping_4.1.bb
index c9151c03..cdef66db 100644
--- a/meta-arago-extras/recipes-kernel/timestamping/timestamping_4.1.bb
+++ b/meta-arago-extras/recipes-kernel/timestamping/timestamping_4.1.bb
@@ -1,5 +1,5 @@
 SUMMARY = "Linux Kernel timestamping"
-LICENSE = "GPLv2"
+LICENSE = "GPL-2.0-only"
 LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7"
 
 SRC_URI = "https://www.kernel.org/pub/linux/kernel/v4.x/linux-${PV}.tar.xz";
diff --git 
a/meta-arago-extras/recipes-multimedia/dual-camera-demo/dual-camera-demo_1.0.bb 
b/meta-arago-extras/recipes-multimedia/dual-camera-demo/dual-camera-demo_1.0.bb
index f2fff127..c7d5a817 100644
--- 
a/meta-arago-extras/recipes-multimedia/dual-camera-demo/dual-camera-demo_1.0.bb
+++ 
b/meta-arago-extras/recipes-multimedia/dual-camera-demo/dual-camera-demo_1.0.bb
@@ -1,7 +1,7 @@
 DESCRIPTION = "Qt Dual Camera Demo"
 HOMEPAGE = "https://gitorious.org/dual-camera-demo/";
 SECTION = "multimedia"
-LICENSE = "GPLv2"
+LICENSE = "GPL-2.0-only"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=c7ca707704d3354a64feeb4f19f52eb5"
 
 DEPENDS += "libdrm cmem"
diff --git 
a/meta-arago-extras/recipes-multimedia/gst-plugins-ti/gstreamer1.0-plugins-ducati_git.bb
 
b/meta-arago-extras/recipes-multimedia/gst-plugins-ti/gstreamer1.0-plugins-ducati_git.bb
index e45de0dd..ff0e87fd 100644
--- 
a/meta-arago-extras/recipes-multimedia/gst-plugins-ti/gstreamer1.0-plugins-ducati_git.bb
+++ 
b/meta-arago-extras/recipes-multimedia/gst-plugins-ti/gstreamer1.0-plugins-ducati_git.bb
@@ -1,5 +1,5 @@
 DESCRIPTION = "GStreamer elements to use the multimedia accelerators available 
on some TI parts"
-LICENSE = "LGPLv2"
+LICENSE = "LGPL-2.0-only"
 LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24"
 
 require gstreamer1.0-plugins-ti.inc
diff --git 
a/meta-arago-extras/recipes-multimedia/gst-plugins-ti/gstreamer1.0-plugins-vpe_git.bb
 
b/meta-arago-extras/recipes-multimedia/gst-plugins-ti/gstreamer1.0-plugins-vpe_git.bb
index 841a403f..a6f024f5 100644
--- 
a/meta-arago-extras/recipes-multimedia/gst-plugins-ti/gstreamer1.0-plugins-vpe_git.bb
+++ 
b/meta-arago-extras/recipes-multimedia/gst-plugins-ti/gstreamer1.0-plugins-vpe_git.bb
@@ -1,6 +1,6 @@
 DESCRIPTION = "GStreamer elements to use the Video Processing Engine (VPE) 
found on some TI devices"
 
-LICENSE = "LGPLv2"
+LICENSE = "LGPL-2.0-only"
 LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24"
 
 require gstreamer1.0-plugins-ti.inc
diff --git a/meta-arago-extras/recipes-qt/examples/qtwebbrowser_1.0.bb 
b/meta-arago-extras/recipes-qt/examples/qtwebbrowser_1.0.bb
index 12ac1b51..366b5369 100644
--- a/meta-arago-extras/recipes-qt/examples/qtwebbrowser_1.0.bb
+++ b/meta-arago-extras/recipes-qt/examples/qtwebbrowser_1.0.bb
@@ -1,7 +1,7 @@
 SUMMARY = "Qt Touch-Friendly WebBroswer"
 HOMEPAGE = "http://blog.qt.io/blog/2016/07/18/qt-webbrowser-1-0/";
 SECTION = "multimedia"
-LICENSE = "GPL-3.0 & GFDL-1.3"
+LICENSE = "GPL-3.0-only & GFDL-1.3"
 LIC_FILES_CHKSUM = " \
     file://LICENSE.GPLv3;md5=a40e2bb02b1ac431f461afd03ff9d1d6 \
     file://LICENSE.FDL;md5=6d9f2a9af4c8b8c3c769f6cc1b6aaf7e \
diff --git 
a/meta-arago-extras/recipes-support/makedumpfile/makedumpfile_1.5.0.bb 
b/meta-arago-extras/recipes-support/makedumpfile/makedumpfile_1.5.0.bb
index 59dbaba9..29e6c18d 100644
--- a/meta-arago-extras/recipes-support/makedumpfile/makedumpfile_1.5.0.bb
+++ b/meta-arago-extras/recipes-support/makedumpfile/makedumpfile_1.5.0.bb
@@ -1,5 +1,5 @@
 DESCRIPTION = "Make dump file utility"
-LICENSE = "GPLv2"
+LICENSE = "GPL-2.0-only"
 
 LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
 
diff --git a/meta-arago-extras/recipes-support/mstpctl/mstpd_git.bb 
b/meta-arago-extras/recipes-support/mstpctl/mstpd_git.bb
index f4a3c248..a410f584 100644
--- a/meta-arago-extras/recipes-support/mstpctl/mstpd_git.bb
+++ b/meta-arago-extras/recipes-support/mstpctl/mstpd_git.bb
@@ -1,6 +1,6 @@
 SUMMARY = "Multiple Spanning Tree Protocol Daemon"
 
-LICENSE = "GPLv2"
+LICENSE = "GPL-2.0-only"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=4325afd396febcb659c36b49533135d4 \
                     
file://debian/copyright;md5=332234a99007d25da40f41ee96aa388f"
 
diff --git a/meta-arago-extras/recipes-ti/fftlib/ti-fftw_git.bb 
b/meta-arago-extras/recipes-ti/fftlib/ti-fftw_git.bb
index 70d5e0c3..df9e9708 100644
--- a/meta-arago-extras/recipes-ti/fftlib/ti-fftw_git.bb
+++ b/meta-arago-extras/recipes-ti/fftlib/ti-fftw_git.bb
@@ -1,6 +1,6 @@
 SUMMARY = "TI FFTW"
 HOMEPAGE = "http://git.ti.com/fftlib";
-LICENSE = "GPL-2.0 & BSD-3-Clause"
+LICENSE = "GPL-2.0-only & BSD-3-Clause"
 
 LIC_FILES_CHKSUM = 
"file://docs/TI-FFTW_3.1.0_manifest.html;md5=aaa275ec704a738216ba696898941b44 \
                     
file://fftw-3.3.4/COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
-- 
2.25.1



-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#13582): 
https://lists.yoctoproject.org/g/meta-arago/message/13582
Mute This Topic: https://lists.yoctoproject.org/mt/89373667/21656
Group Owner: [email protected]
Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-


Reply via email to