* [PATCH 4/5] license.bbclass: Fixing X-MIT SPDX license mapping
@ 2011-05-25 23:30 Elizabeth Flanagan
0 siblings, 0 replies; only message in thread
From: Elizabeth Flanagan @ 2011-05-25 23:30 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer
MIT-X mapped to the incorrect license.
Signed-off-by: Beth Flanagan <elizabeth.flanagan@intel.com>
---
meta/classes/license.bbclass | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/meta/classes/license.bbclass b/meta/classes/license.bbclass
index 988c682..6a2998a 100644
--- a/meta/classes/license.bbclass
+++ b/meta/classes/license.bbclass
@@ -41,7 +41,7 @@ SPDXLICENSEMAP[MPLv1] = "MPL-1"
SPDXLICENSEMAP[MPLv1.1] = "MPL-1"
#MIT variations
-SPDXLICENSEMAP[MIT-X] = "MPL-1"
+SPDXLICENSEMAP[MIT-X] = "MIT"
#Openssl variations
SPDXLICENSEMAP[openssl] = "Openssl"
--
1.7.1
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2011-05-25 23:34 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-25 23:30 [PATCH 4/5] license.bbclass: Fixing X-MIT SPDX license mapping Elizabeth Flanagan
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.