python-ipaddress: add version to license string
authorRahul Bedarkar <rahulbedarkar89@gmail.com>
Sun, 9 Apr 2017 08:34:19 +0000 (14:04 +0530)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 9 Apr 2017 11:48:50 +0000 (13:48 +0200)
LICENSE file refers to Python license version 2. Use SPDX short
identifier for license string while at it.

Signed-off-by: Rahul Bedarkar <rahulbedarkar89@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/python-ipaddress/python-ipaddress.mk

index 10ab77a473ed75dbdb90d355202a8aa0e019f129..646db5d2d36f073560fe29c4b8d988b176e1fa7c 100644 (file)
@@ -7,7 +7,7 @@
 PYTHON_IPADDRESS_VERSION = 1.0.18
 PYTHON_IPADDRESS_SOURCE = ipaddress-$(PYTHON_IPADDRESS_VERSION).tar.gz
 PYTHON_IPADDRESS_SITE = https://pypi.python.org/packages/4e/13/774faf38b445d0b3a844b65747175b2e0500164b7c28d78e34987a5bfe06
-PYTHON_IPADDRESS_LICENSE = Python software foundation license
+PYTHON_IPADDRESS_LICENSE = Python-2.0
 PYTHON_IPADDRESS_LICENSE_FILES = LICENSE
 PYTHON_IPADDRESS_SETUP_TYPE = setuptools