* [meta-oe][PATCH] python-tornado: fix license name
@ 2013-04-20 13:22 Paul Barker
2013-04-22 9:43 ` Koen Kooi
0 siblings, 1 reply; 2+ messages in thread
From: Paul Barker @ 2013-04-20 13:22 UTC (permalink / raw)
To: openembedded-devel
Upstream source (https://github.com/facebook/tornado) says this is released
under version 2.0 of the Apache license which we have in the common licenses
directory as 'Apache-2.0'.
Signed-off-by: Paul Barker <paul@paulbarker.me.uk>
---
meta-oe/recipes-devtools/python/python-tornado_git.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta-oe/recipes-devtools/python/python-tornado_git.bb b/meta-oe/recipes-devtools/python/python-tornado_git.bb
index 9c58e94..28026b3 100644
--- a/meta-oe/recipes-devtools/python/python-tornado_git.bb
+++ b/meta-oe/recipes-devtools/python/python-tornado_git.bb
@@ -1,5 +1,5 @@
DESCRIPTION = "Tornado is an open source version of the scalable, non-blocking web server and tools that power FriendFeed."
-LICENSE = "Apache"
+LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://README;md5=e7fb9954003d7cd93322ccf282210d1c"
PV = "2.2.1+git${SRCPV}"
--
1.7.10.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-04-22 10:01 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-20 13:22 [meta-oe][PATCH] python-tornado: fix license name Paul Barker
2013-04-22 9:43 ` Koen Kooi
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.