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'.

Signed-off-by: Paul Barker <paul@paulbarker.me.uk>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Paul Barker 2013-04-20 13:22:05 +00:00 committed by Martin Jansa
parent 7d3febb7d3
commit 6a05bb63ee

View File

@ -1,5 +1,5 @@
DESCRIPTION = "Tornado is an open source version of the scalable, non-blocking web server and tools that power FriendFeed." 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" LIC_FILES_CHKSUM = "file://README;md5=e7fb9954003d7cd93322ccf282210d1c"
PV = "2.2.1+git${SRCPV}" PV = "2.2.1+git${SRCPV}"