]> code.ossystems Code Review - openembedded-core.git/commitdiff
shadow: Use specific BSD license variant
authorJoshua Watt <JPEWhacker@gmail.com>
Wed, 1 Sep 2021 13:45:01 +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/shadow/shadow.inc

index c35cc8396dff14cc0be60001417c608e141fe361..c91f2739cff8ac8232cc65cbec1da9864160f937 100644 (file)
@@ -3,7 +3,7 @@ HOMEPAGE = "http://github.com/shadow-maint/shadow"
 DESCRIPTION = "${SUMMARY}"
 BUGTRACKER = "http://github.com/shadow-maint/shadow/issues"
 SECTION = "base/utils"
-LICENSE = "BSD | Artistic-1.0"
+LICENSE = "BSD-3-Clause | Artistic-1.0"
 LIC_FILES_CHKSUM = "file://COPYING;md5=ed80ff1c2b40843cf5768e5229cf16e5 \
                     file://src/passwd.c;beginline=2;endline=30;md5=5720ff729a6ff39ecc9f64555d75f4af"