summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoe Slater <joe.slater@windriver.com>2022-04-13 13:04:50 -0700
committerJoe MacDonald <joe@deserted.net>2022-04-19 15:47:57 -0400
commitfe742953ed154cdfa6e052334e1fa7d6cc0a68c2 (patch)
tree230bd842a59528b804f2464ec8685cc05275efb0
parentab4b57bba0a7f9f5804a8605e884a52f2f0a0bb9 (diff)
downloadmeta-selinux-fe742953ed154cdfa6e052334e1fa7d6cc0a68c2.tar.gz
LICENSE: update to SPDX standard names
Use convert-spdx-licenses.py to update LICENSE names in recipes. Signed-off-by: Joe Slater <joe.slater@windriver.com> Signed-off-by: Joe MacDonald <joe@deserted.net>
-rw-r--r--recipes-security/selinux/libsemanage_3.3.bb2
-rw-r--r--recipes-security/selinux/libsepol_3.3.bb2
-rw-r--r--recipes-security/selinux/mcstrans_3.3.bb2
-rw-r--r--recipes-security/selinux/restorecond_3.3.bb2
-rw-r--r--recipes-security/selinux/selinux-dbus_3.3.bb2
-rw-r--r--recipes-security/selinux/selinux-gui_3.3.bb2
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 \
4as by programs like load_policy that need to perform specific transformations \ 4as by programs like load_policy that need to perform specific transformations \
5on binary policies such as customizing policy boolean settings." 5on binary policies such as customizing policy boolean settings."
6SECTION = "base" 6SECTION = "base"
7LICENSE = "LGPLv2.1+" 7LICENSE = "LGPL-2.1-or-later"
8LIC_FILES_CHKSUM = "file://${S}/COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343" 8LIC_FILES_CHKSUM = "file://${S}/COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343"
9 9
10require selinux_common.inc 10require 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 \
4as by programs like load_policy that need to perform specific transformations \ 4as by programs like load_policy that need to perform specific transformations \
5on binary policies such as customizing policy boolean settings." 5on binary policies such as customizing policy boolean settings."
6SECTION = "base" 6SECTION = "base"
7LICENSE = "LGPLv2+" 7LICENSE = "LGPL-2.0-or-later"
8LIC_FILES_CHKSUM = "file://${S}/COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343" 8LIC_FILES_CHKSUM = "file://${S}/COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343"
9 9
10require selinux_common.inc 10require 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 = "\
4mcstrans provides an translation daemon to translate SELinux categories \ 4mcstrans provides an translation daemon to translate SELinux categories \
5from internal representations to user defined representation." 5from internal representations to user defined representation."
6SECTION = "base" 6SECTION = "base"
7LICENSE = "GPLv2+" 7LICENSE = "GPL-2.0-or-later"
8LIC_FILES_CHKSUM = "file://${S}/COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" 8LIC_FILES_CHKSUM = "file://${S}/COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
9 9
10require selinux_common.inc 10require 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 \
5will make sure they have the correct file context associated with \ 5will make sure they have the correct file context associated with \
6the policy." 6the policy."
7SECTION = "base" 7SECTION = "base"
8LICENSE = "GPLv2+" 8LICENSE = "GPL-2.0-or-later"
9LIC_FILES_CHKSUM = "file://${S}/COPYING;md5=393a5ca445f6965873eca0259a17f833" 9LIC_FILES_CHKSUM = "file://${S}/COPYING;md5=393a5ca445f6965873eca0259a17f833"
10 10
11require selinux_common.inc 11require 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"
2DESCRIPTION = "\ 2DESCRIPTION = "\
3Provide SELinux dbus service files and scripts." 3Provide SELinux dbus service files and scripts."
4SECTION = "base" 4SECTION = "base"
5LICENSE = "GPLv2+" 5LICENSE = "GPL-2.0-or-later"
6LIC_FILES_CHKSUM = "file://${S}/COPYING;md5=393a5ca445f6965873eca0259a17f833" 6LIC_FILES_CHKSUM = "file://${S}/COPYING;md5=393a5ca445f6965873eca0259a17f833"
7 7
8require selinux_common.inc 8require 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 = "\
3Provide SELinux Management tool (system-config-selinux) and SELinux \ 3Provide SELinux Management tool (system-config-selinux) and SELinux \
4Policy Generation Tool (selinux-polgengui)" 4Policy Generation Tool (selinux-polgengui)"
5SECTION = "base" 5SECTION = "base"
6LICENSE = "GPLv2+" 6LICENSE = "GPL-2.0-or-later"
7LIC_FILES_CHKSUM = "file://${S}/COPYING;md5=393a5ca445f6965873eca0259a17f833" 7LIC_FILES_CHKSUM = "file://${S}/COPYING;md5=393a5ca445f6965873eca0259a17f833"
8 8
9require selinux_common.inc 9require selinux_common.inc