From: Tim Orling Date: Sat, 10 May 2014 03:22:00 +0000 (-0700) Subject: licenses.conf: add AGPL variations X-Git-Tag: 2015-4~2806 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=0c16964c8f1c96066ab7254048bc5025dd7b4e59;p=openembedded-core.git licenses.conf: add AGPL variations Signed-off-by: Tim Orling Signed-off-by: Saul Wold --- diff --git a/meta/conf/licenses.conf b/meta/conf/licenses.conf index b41d0a89a9..c378a415d3 100644 --- a/meta/conf/licenses.conf +++ b/meta/conf/licenses.conf @@ -51,6 +51,11 @@ SRC_DISTRIBUTE_LICENSES += "Zimbra-1.3 Zlib ZPL-1.1 ZPL-2.0 ZPL-2.1" # Any mapping to MPL/LGPL/GPL should be fixed # see: https://wiki.yoctoproject.org/wiki/License_Audit +# AGPL variations +SPDXLICENSEMAP[AGPL-3] = "AGPL-3.0" +SPDXLICENSEMAP[AGPLv3] = "AGPL-3.0" +SPDXLICENSEMAP[AGPLv3.0] = "AGPL-3.0" + # GPL variations SPDXLICENSEMAP[GPL-1] = "GPL-1.0" SPDXLICENSEMAP[GPLv1] = "GPL-1.0"