mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-02 21:48:20 +03:00
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:
committed by
Thomas Petazzoni
parent
d6c096fd09
commit
ab836f14e6
@@ -7,7 +7,7 @@
|
||||
PYTHON_MSGPACK_VERSION = 0.4.0
|
||||
PYTHON_MSGPACK_SOURCE = msgpack-python-$(PYTHON_MSGPACK_VERSION).tar.gz
|
||||
PYTHON_MSGPACK_SITE = https://pypi.python.org/packages/source/m/msgpack-python/
|
||||
PYTHON_MSGPACK_LICENSE = Apache License, Version 2.0
|
||||
PYTHON_MSGPACK_LICENSE = Apache-2.0
|
||||
PYTHON_MSGPACK_LICENSE_FILES = COPYING
|
||||
PYTHON_MSGPACK_SETUP_TYPE = setuptools
|
||||
PYTHON_MSGPACK_DEPENDENCIES = msgpack
|
||||
|
||||
Reference in New Issue
Block a user