]> code.ossystems Code Review - openembedded-core.git/commitdiff
libpam: Use specific BSD license variant
authorJoshua Watt <JPEWhacker@gmail.com>
Wed, 1 Sep 2021 13:45:04 +0000 (08:45 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 1 Sep 2021 14:19:00 +0000 (15:19 +0100)
Make the license more accurate by specifying the specific variant of BSD
license instead of the generic one. This helps with SPDX license
attribution as "BSD" is not a valid SPDX license.

Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-extended/pam/libpam_1.5.1.bb

index a349d8ac96af5fb5548ddc3f25e15e9db87e9c29..efcd27137f06a91c2b860734d105b4c9b18b5631 100644 (file)
@@ -7,7 +7,7 @@ SECTION = "base"
 # PAM is dual licensed under GPL and BSD.
 # /etc/pam.d comes from Debian libpam-runtime in 2009-11 (at that time
 # libpam-runtime-1.0.1 is GPLv2+), by openembedded
-LICENSE = "GPLv2+ | BSD"
+LICENSE = "GPLv2+ | BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://COPYING;md5=7eb5c1bf854e8881005d673599ee74d3 \
                     file://libpamc/License;md5=a4da476a14c093fdc73be3c3c9ba8fb3 \
                     "