From fe742953ed154cdfa6e052334e1fa7d6cc0a68c2 Mon Sep 17 00:00:00 2001 From: Joe Slater Date: Wed, 13 Apr 2022 13:04:50 -0700 Subject: LICENSE: update to SPDX standard names Use convert-spdx-licenses.py to update LICENSE names in recipes. Signed-off-by: Joe Slater Signed-off-by: Joe MacDonald --- recipes-security/selinux/libsemanage_3.3.bb | 2 +- recipes-security/selinux/libsepol_3.3.bb | 2 +- recipes-security/selinux/mcstrans_3.3.bb | 2 +- recipes-security/selinux/restorecond_3.3.bb | 2 +- recipes-security/selinux/selinux-dbus_3.3.bb | 2 +- recipes-security/selinux/selinux-gui_3.3.bb | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/recipes-security/selinux/libsemanage_3.3.bb b/recipes-security/selinux/libsemanage_3.3.bb index 0a6ff95..b17eb68 100644 --- a/recipes-security/selinux/libsemanage_3.3.bb +++ b/recipes-security/selinux/libsemanage_3.3.bb @@ -4,7 +4,7 @@ It is used by checkpolicy (the policy compiler) and similar tools, as well \ as by programs like load_policy that need to perform specific transformations \ on binary policies such as customizing policy boolean settings." SECTION = "base" -LICENSE = "LGPLv2.1+" +LICENSE = "LGPL-2.1-or-later" LIC_FILES_CHKSUM = "file://${S}/COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343" require selinux_common.inc diff --git a/recipes-security/selinux/libsepol_3.3.bb b/recipes-security/selinux/libsepol_3.3.bb index 48d5f49..80d8819 100644 --- a/recipes-security/selinux/libsepol_3.3.bb +++ b/recipes-security/selinux/libsepol_3.3.bb @@ -4,7 +4,7 @@ It is used by checkpolicy (the policy compiler) and similar tools, as well \ as by programs like load_policy that need to perform specific transformations \ on binary policies such as customizing policy boolean settings." SECTION = "base" -LICENSE = "LGPLv2+" +LICENSE = "LGPL-2.0-or-later" LIC_FILES_CHKSUM = "file://${S}/COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343" require selinux_common.inc diff --git a/recipes-security/selinux/mcstrans_3.3.bb b/recipes-security/selinux/mcstrans_3.3.bb index 4d99e18..cd8780b 100644 --- a/recipes-security/selinux/mcstrans_3.3.bb +++ b/recipes-security/selinux/mcstrans_3.3.bb @@ -4,7 +4,7 @@ DESCRIPTION = "\ mcstrans provides an translation daemon to translate SELinux categories \ from internal representations to user defined representation." SECTION = "base" -LICENSE = "GPLv2+" +LICENSE = "GPL-2.0-or-later" LIC_FILES_CHKSUM = "file://${S}/COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" require selinux_common.inc diff --git a/recipes-security/selinux/restorecond_3.3.bb b/recipes-security/selinux/restorecond_3.3.bb index 75e65a8..ee1cb44 100644 --- a/recipes-security/selinux/restorecond_3.3.bb +++ b/recipes-security/selinux/restorecond_3.3.bb @@ -5,7 +5,7 @@ The restorecond daemon uses inotify to watch files listed in the \ will make sure they have the correct file context associated with \ the policy." SECTION = "base" -LICENSE = "GPLv2+" +LICENSE = "GPL-2.0-or-later" LIC_FILES_CHKSUM = "file://${S}/COPYING;md5=393a5ca445f6965873eca0259a17f833" require selinux_common.inc diff --git a/recipes-security/selinux/selinux-dbus_3.3.bb b/recipes-security/selinux/selinux-dbus_3.3.bb index badf392..936baed 100644 --- a/recipes-security/selinux/selinux-dbus_3.3.bb +++ b/recipes-security/selinux/selinux-dbus_3.3.bb @@ -2,7 +2,7 @@ SUMMARY = "SELinux dbus service files" DESCRIPTION = "\ Provide SELinux dbus service files and scripts." SECTION = "base" -LICENSE = "GPLv2+" +LICENSE = "GPL-2.0-or-later" LIC_FILES_CHKSUM = "file://${S}/COPYING;md5=393a5ca445f6965873eca0259a17f833" require selinux_common.inc diff --git a/recipes-security/selinux/selinux-gui_3.3.bb b/recipes-security/selinux/selinux-gui_3.3.bb index 5534ec6..9916afb 100644 --- a/recipes-security/selinux/selinux-gui_3.3.bb +++ b/recipes-security/selinux/selinux-gui_3.3.bb @@ -3,7 +3,7 @@ DESCRIPTION = "\ Provide SELinux Management tool (system-config-selinux) and SELinux \ Policy Generation Tool (selinux-polgengui)" SECTION = "base" -LICENSE = "GPLv2+" +LICENSE = "GPL-2.0-or-later" LIC_FILES_CHKSUM = "file://${S}/COPYING;md5=393a5ca445f6965873eca0259a17f833" require selinux_common.inc -- cgit v1.2.3-54-g00ecf