From 89efdb7c561e5af87da446c7767d3ad5809a7d13 Mon Sep 17 00:00:00 2001 From: Florin Sarbu Date: Tue, 14 Aug 2012 10:26:26 +0300 Subject: Add MPL version 2.0 license in common-licenses dir as well as adding a non-SPDX license name in license.bbclass Signed-off-by: Florin Sarbu Signed-off-by: Saul Wold --- meta/classes/license.bbclass | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/classes') diff --git a/meta/classes/license.bbclass b/meta/classes/license.bbclass index 231b4a3ad1..432e580390 100644 --- a/meta/classes/license.bbclass +++ b/meta/classes/license.bbclass @@ -44,6 +44,7 @@ SPDXLICENSEMAP[LGPLv3] = "LGPL-3.0" SPDXLICENSEMAP[MPL-1] = "MPL-1.0" SPDXLICENSEMAP[MPLv1] = "MPL-1.0" SPDXLICENSEMAP[MPLv1.1] = "MPL-1.1" +SPDXLICENSEMAP[MPLv2] = "MPL-2.0" #MIT variations SPDXLICENSEMAP[MIT-X] = "MIT" -- cgit v1.2.3