From 4e363609c36242ddea4b6d62a17b9a070bd93908 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Tue, 14 Sep 2021 13:25:26 -0400 Subject: singularity: update generic "BSD" license specification Although singularity is somewhat broken, the LICENSE was not precisely set, so we update the field to indicate that it is BSD clause 3 or Apache 2 licensed. Signed-off-by: Bruce Ashfield --- recipes-containers/singularity/singularity_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-containers/singularity/singularity_git.bb b/recipes-containers/singularity/singularity_git.bb index bfa36288..64e1b266 100644 --- a/recipes-containers/singularity/singularity_git.bb +++ b/recipes-containers/singularity/singularity_git.bb @@ -4,7 +4,7 @@ INSANE_SKIP:${PN} += "dev-so" RDEPENDS:${PN} += "glibc python3 ca-certificates openssl bash e2fsprogs-mke2fs" -LICENSE = "BSD" +LICENSE = "BSD-3-Clause | Apache-2.0" LIC_FILES_CHKSUM = "file://COPYRIGHT.md;md5=be78c34e483dd7d8439358b1e024b294 \ file://LICENSE-LBNL.md;md5=45a007b527e1a9507aa7fa869f8d7ede \ file://LICENSE.md;md5=df4326b473db6424033f1d98a5645e30 \ -- cgit v1.2.3-54-g00ecf