diff options
author | Xin Ouyang <Xin.Ouyang@windriver.com> | 2012-03-27 17:16:14 +0800 |
---|---|---|
committer | Xin Ouyang <Xin.Ouyang@windriver.com> | 2012-03-27 17:16:14 +0800 |
commit | e0b33c7a7ccdb067439bc830bcb6d4ef0b280a98 (patch) | |
tree | b5ac77c74ffc1d7945424a5aa4b56523397bda23 | |
parent | 16ed487d5851566a57996215dccec69412eaad45 (diff) | |
download | meta-selinux-e0b33c7a7ccdb067439bc830bcb6d4ef0b280a98.tar.gz |
libselinux: Change license type to "Public Domain"
-rw-r--r-- | recipes-security/selinux/libselinux_2.1.9.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-security/selinux/libselinux_2.1.9.bb b/recipes-security/selinux/libselinux_2.1.9.bb index faf9a09..4d7d4de 100644 --- a/recipes-security/selinux/libselinux_2.1.9.bb +++ b/recipes-security/selinux/libselinux_2.1.9.bb | |||
@@ -4,7 +4,7 @@ process and file security contexts and to obtain security policy \ | |||
4 | decisions. Required for any applications that use the SELinux API." | 4 | decisions. Required for any applications that use the SELinux API." |
5 | SECTION = "base" | 5 | SECTION = "base" |
6 | PR = "r1" | 6 | PR = "r1" |
7 | LICENSE = "NSA-Public_Domain" | 7 | LICENSE = "Public Domain" |
8 | LIC_FILES_CHKSUM = "file://LICENSE;md5=84b4d2c6ef954a2d4081e775a270d0d0" | 8 | LIC_FILES_CHKSUM = "file://LICENSE;md5=84b4d2c6ef954a2d4081e775a270d0d0" |
9 | 9 | ||
10 | include selinux_20120216.inc | 10 | include selinux_20120216.inc |