package: standardise Apache licenses

Apache licenses are referred to in a variety of ways; standardise these,
choosing a form which does not contain whitespace.

Signed-off-by: Simon Dawson <spdawson@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Simon Dawson
2014-01-02 13:01:48 +00:00
committed by Thomas Petazzoni
parent d6c096fd09
commit ab836f14e6
10 changed files with 12 additions and 9 deletions

View File

@@ -7,7 +7,7 @@
PYTHON_TORNADO_VERSION = 3.1.1
PYTHON_TORNADO_SOURCE = tornado-$(PYTHON_TORNADO_VERSION).tar.gz
PYTHON_TORNADO_SITE = https://pypi.python.org/packages/source/t/tornado
PYTHON_TORNADO_LICENSE = Apache-v2
PYTHON_TORNADO_LICENSE = Apache-2.0
PYTHON_TORNADO_SETUP_TYPE = setuptools
$(eval $(python-package))