summaryrefslogtreecommitdiffstats
path: root/meta/conf/licenses.conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta/conf/licenses.conf')
-rw-r--r--meta/conf/licenses.conf5
1 files changed, 5 insertions, 0 deletions
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"
51# Any mapping to MPL/LGPL/GPL should be fixed 51# Any mapping to MPL/LGPL/GPL should be fixed
52# see: https://wiki.yoctoproject.org/wiki/License_Audit 52# see: https://wiki.yoctoproject.org/wiki/License_Audit
53 53
54# AGPL variations
55SPDXLICENSEMAP[AGPL-3] = "AGPL-3.0"
56SPDXLICENSEMAP[AGPLv3] = "AGPL-3.0"
57SPDXLICENSEMAP[AGPLv3.0] = "AGPL-3.0"
58
54# GPL variations 59# GPL variations
55SPDXLICENSEMAP[GPL-1] = "GPL-1.0" 60SPDXLICENSEMAP[GPL-1] = "GPL-1.0"
56SPDXLICENSEMAP[GPLv1] = "GPL-1.0" 61SPDXLICENSEMAP[GPLv1] = "GPL-1.0"