package: use SPDX short identifier for libpng license
authorRahul Bedarkar <rahulbedarkar89@gmail.com>
Sat, 1 Apr 2017 19:06:24 +0000 (00:36 +0530)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 1 Apr 2017 20:35:31 +0000 (22:35 +0200)
We want to use SPDX identifier for license string as much as possible.
SPDX short identifier for libpng license is Libpng.

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

index c562965ab28e536f39955bc193a87f3d7fc99e71..24911570284bf620cfad29567163ab592e7a3582 100644 (file)
@@ -8,7 +8,7 @@ LIBPNG_VERSION = 1.6.28
 LIBPNG_SERIES = 16
 LIBPNG_SOURCE = libpng-$(LIBPNG_VERSION).tar.xz
 LIBPNG_SITE = http://downloads.sourceforge.net/project/libpng/libpng${LIBPNG_SERIES}/$(LIBPNG_VERSION)
-LIBPNG_LICENSE = libpng license
+LIBPNG_LICENSE = Libpng
 LIBPNG_LICENSE_FILES = LICENSE
 LIBPNG_INSTALL_STAGING = YES
 LIBPNG_DEPENDENCIES = host-pkgconf zlib
index 49d7c30b13d6db1f41297ea59a53371879e201f8..1b4c18797af55daa0d102e502f6e91076ba641fe 100644 (file)
@@ -7,7 +7,7 @@
 PYTHON_PYSMB_VERSION = 1.1.19
 PYTHON_PYSMB_SOURCE = pysmb-$(PYTHON_PYSMB_VERSION).tar.gz
 PYTHON_PYSMB_SITE = https://pypi.python.org/packages/f9/e7/1fd7faaa946cc6b43ce85bb7a177b75a4718d9c5e291201fec00112b497c
-PYTHON_PYSMB_LICENSE = libpng license
+PYTHON_PYSMB_LICENSE = Libpng
 PYTHON_PYSMB_LICENSE_FILES = LICENSE
 PYTHON_PYSMB_SETUP_TYPE = setuptools