From: Paul Barker Date: Sat, 20 Apr 2013 13:22:05 +0000 (+0000) Subject: python-tornado: fix license name X-Git-Tag: rev_ivi_2015_02_04~3304 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bc713c353b421b2007c81ac3b5fad781b2cf521f;p=scm%2Fbb%2Ftizen-distro.git python-tornado: fix license name 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'. (From meta-openembedded rev: 6a05bb63eee8aeac50122788efcc1697a24837b9) Signed-off-by: Paul Barker Signed-off-by: Martin Jansa Signed-off-by: Patrick Ohly --- diff --git a/meta-openembedded/meta-oe/recipes-devtools/python/python-tornado_git.bb b/meta-openembedded/meta-oe/recipes-devtools/python/python-tornado_git.bb index 9c58e94..28026b3 100644 --- a/meta-openembedded/meta-oe/recipes-devtools/python/python-tornado_git.bb +++ b/meta-openembedded/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}"