diff options
| -rw-r--r-- | recipes-security/selinux/libsemanage_3.3.bb | 2 | ||||
| -rw-r--r-- | recipes-security/selinux/libsepol_3.3.bb | 2 | ||||
| -rw-r--r-- | recipes-security/selinux/mcstrans_3.3.bb | 2 | ||||
| -rw-r--r-- | recipes-security/selinux/restorecond_3.3.bb | 2 | ||||
| -rw-r--r-- | recipes-security/selinux/selinux-dbus_3.3.bb | 2 | ||||
| -rw-r--r-- | 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 \ | |||
| 4 | as by programs like load_policy that need to perform specific transformations \ | 4 | as by programs like load_policy that need to perform specific transformations \ |
| 5 | on binary policies such as customizing policy boolean settings." | 5 | on binary policies such as customizing policy boolean settings." |
| 6 | SECTION = "base" | 6 | SECTION = "base" |
| 7 | LICENSE = "LGPLv2.1+" | 7 | LICENSE = "LGPL-2.1-or-later" |
| 8 | LIC_FILES_CHKSUM = "file://${S}/COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343" | 8 | LIC_FILES_CHKSUM = "file://${S}/COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343" |
| 9 | 9 | ||
| 10 | require selinux_common.inc | 10 | 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 \ | |||
| 4 | as by programs like load_policy that need to perform specific transformations \ | 4 | as by programs like load_policy that need to perform specific transformations \ |
| 5 | on binary policies such as customizing policy boolean settings." | 5 | on binary policies such as customizing policy boolean settings." |
| 6 | SECTION = "base" | 6 | SECTION = "base" |
| 7 | LICENSE = "LGPLv2+" | 7 | LICENSE = "LGPL-2.0-or-later" |
| 8 | LIC_FILES_CHKSUM = "file://${S}/COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343" | 8 | LIC_FILES_CHKSUM = "file://${S}/COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343" |
| 9 | 9 | ||
| 10 | require selinux_common.inc | 10 | 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 = "\ | |||
| 4 | mcstrans provides an translation daemon to translate SELinux categories \ | 4 | mcstrans provides an translation daemon to translate SELinux categories \ |
| 5 | from internal representations to user defined representation." | 5 | from internal representations to user defined representation." |
| 6 | SECTION = "base" | 6 | SECTION = "base" |
| 7 | LICENSE = "GPLv2+" | 7 | LICENSE = "GPL-2.0-or-later" |
| 8 | LIC_FILES_CHKSUM = "file://${S}/COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | 8 | LIC_FILES_CHKSUM = "file://${S}/COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" |
| 9 | 9 | ||
| 10 | require selinux_common.inc | 10 | 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 \ | |||
| 5 | will make sure they have the correct file context associated with \ | 5 | will make sure they have the correct file context associated with \ |
| 6 | the policy." | 6 | the policy." |
| 7 | SECTION = "base" | 7 | SECTION = "base" |
| 8 | LICENSE = "GPLv2+" | 8 | LICENSE = "GPL-2.0-or-later" |
| 9 | LIC_FILES_CHKSUM = "file://${S}/COPYING;md5=393a5ca445f6965873eca0259a17f833" | 9 | LIC_FILES_CHKSUM = "file://${S}/COPYING;md5=393a5ca445f6965873eca0259a17f833" |
| 10 | 10 | ||
| 11 | require selinux_common.inc | 11 | 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" | |||
| 2 | DESCRIPTION = "\ | 2 | DESCRIPTION = "\ |
| 3 | Provide SELinux dbus service files and scripts." | 3 | Provide SELinux dbus service files and scripts." |
| 4 | SECTION = "base" | 4 | SECTION = "base" |
| 5 | LICENSE = "GPLv2+" | 5 | LICENSE = "GPL-2.0-or-later" |
| 6 | LIC_FILES_CHKSUM = "file://${S}/COPYING;md5=393a5ca445f6965873eca0259a17f833" | 6 | LIC_FILES_CHKSUM = "file://${S}/COPYING;md5=393a5ca445f6965873eca0259a17f833" |
| 7 | 7 | ||
| 8 | require selinux_common.inc | 8 | 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 = "\ | |||
| 3 | Provide SELinux Management tool (system-config-selinux) and SELinux \ | 3 | Provide SELinux Management tool (system-config-selinux) and SELinux \ |
| 4 | Policy Generation Tool (selinux-polgengui)" | 4 | Policy Generation Tool (selinux-polgengui)" |
| 5 | SECTION = "base" | 5 | SECTION = "base" |
| 6 | LICENSE = "GPLv2+" | 6 | LICENSE = "GPL-2.0-or-later" |
| 7 | LIC_FILES_CHKSUM = "file://${S}/COPYING;md5=393a5ca445f6965873eca0259a17f833" | 7 | LIC_FILES_CHKSUM = "file://${S}/COPYING;md5=393a5ca445f6965873eca0259a17f833" |
| 8 | 8 | ||
| 9 | require selinux_common.inc | 9 | require selinux_common.inc |
