mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-06 18:09:44 +03:00
boot, linux, package: use SPDX short identifier for GPLv2/GPLv2+
We want to use SPDX identifier for license strings as much as possible. SPDX short identifier for GPLv2/GPLv2+ is GPL-2.0/GPL-2.0+. This change is done by using following command. find . -name "*.mk" | xargs sed -ri '/LICENSE( )?[\+:]?=/s/\<GPLv2\>/GPL-2.0/g' Signed-off-by: Rahul Bedarkar <rahulbedarkar89@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
cded7ae71a
commit
af31c309e7
@@ -7,7 +7,7 @@
|
||||
PYTHON_PYROUTE2_VERSION = 0.4.13
|
||||
PYTHON_PYROUTE2_SOURCE = pyroute2-$(PYTHON_PYROUTE2_VERSION).tar.gz
|
||||
PYTHON_PYROUTE2_SITE = https://pypi.python.org/packages/91/e7/814f60e355078dc51625cd2e7e715ed4a06111ddf2ac5580f2f10e79c94a
|
||||
PYTHON_PYROUTE2_LICENSE = Apache-2.0 or GPLv2+
|
||||
PYTHON_PYROUTE2_LICENSE = Apache-2.0 or GPL-2.0+
|
||||
PYTHON_PYROUTE2_LICENSE_FILES = LICENSE.Apache.v2 LICENSE.GPL.v2 README.license.md
|
||||
PYTHON_PYROUTE2_SETUP_TYPE = distutils
|
||||
|
||||
|
||||
Reference in New Issue
Block a user