diff options
author | Sven Eckelmann <sven@narfation.org> | 2019-09-02 15:15:08 +0200 |
---|---|---|
committer | Sven Eckelmann <sven@narfation.org> | 2019-09-10 07:45:15 +0200 |
commit | bbb1ea7345f367ed675dcfe40e36ac32ddf8a2e1 (patch) | |
tree | 7a8fe48cd18bba48984b9fa7960280ca107add47 /net/wget/Makefile | |
parent | 331201deaefa4f548c5f4fa9573b36a7fbbf477a (diff) |
treewide: Change .*GPL.*+ licenses to SPDX compatible identifier
The CONTRIBUTING.md requests an (or multiple) SPDX identifier for GPL
licenses. But a lot of packages did use a different, non-SPDX style with a
"+" at the end instead of "-or-later".
Signed-off-by: Sven Eckelmann <sven@narfation.org>
Diffstat (limited to 'net/wget/Makefile')
-rw-r--r-- | net/wget/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/wget/Makefile b/net/wget/Makefile index 66a25f7dd..83c91374e 100644 --- a/net/wget/Makefile +++ b/net/wget/Makefile @@ -15,7 +15,7 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=@GNU/$(PKG_NAME) PKG_HASH:=31cccfc6630528db1c8e3a06f6decf2a370060b982841cfab2b8677400a5092e PKG_MAINTAINER:=Peter Wagner <tripolar@gmx.at> -PKG_LICENSE:=GPL-3.0+ +PKG_LICENSE:=GPL-3.0-or-later PKG_LICENSE_FILES:=COPYING PKG_CPE_ID:=cpe:/a:gnu:wget |