mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03:00
package: use SPDX short identifier for LGPLv2/LGPLv2+
We want to use SPDX identifier for license string as much as possible. SPDX short identifier for LGPLv2/LGPLv2+ is LGPL-2.0/LGPL-2.0+. This change is done using following command. find . -name "*.mk" | xargs sed -ri '/LICENSE( )?[\+:]?=/s/LGPLv2(\+)?/LGPL-2.0\1/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
13c72e379b
commit
9254f02266
@@ -8,7 +8,7 @@ LIBGTK3_VERSION_MAJOR = 3.22
|
||||
LIBGTK3_VERSION = $(LIBGTK3_VERSION_MAJOR).11
|
||||
LIBGTK3_SOURCE = gtk+-$(LIBGTK3_VERSION).tar.xz
|
||||
LIBGTK3_SITE = http://ftp.gnome.org/pub/gnome/sources/gtk+/$(LIBGTK3_VERSION_MAJOR)
|
||||
LIBGTK3_LICENSE = LGPLv2+
|
||||
LIBGTK3_LICENSE = LGPL-2.0+
|
||||
LIBGTK3_LICENSE_FILES = COPYING
|
||||
LIBGTK3_INSTALL_STAGING = YES
|
||||
LIBGTK3_AUTORECONF = YES
|
||||
|
||||
Reference in New Issue
Block a user