From: Tim Orling <[email protected]> Signed-off-by: Tim Orling <[email protected]> --- meta/conf/licenses.conf | 5 +++++ 1 file changed, 5 insertions(+)
diff --git a/meta/conf/licenses.conf b/meta/conf/licenses.conf index b41d0a8..c378a41 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" -- 1.8.3.2 -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
