From bbb1ea7345f367ed675dcfe40e36ac32ddf8a2e1 Mon Sep 17 00:00:00 2001 From: Sven Eckelmann Date: Mon, 2 Sep 2019 15:15:08 +0200 Subject: 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 --- lang/perl-uri/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lang/perl-uri/Makefile') diff --git a/lang/perl-uri/Makefile b/lang/perl-uri/Makefile index 3f043e4ff..299b09554 100644 --- a/lang/perl-uri/Makefile +++ b/lang/perl-uri/Makefile @@ -9,13 +9,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=perl-uri PKG_VERSION:=1.72 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE_URL:=http://www.cpan.org/authors/id/E/ET/ETHER/ PKG_SOURCE:=URI-$(PKG_VERSION).tar.gz PKG_HASH:=35f14431d4b300de4be1163b0b5332de2d7fbda4f05ff1ed198a8e9330d40a32 -PKG_LICENSE:=GPL-1.0+ Artistic-1.0-Perl +PKG_LICENSE:=GPL-1.0-or-later Artistic-1.0-Perl PKG_MAINTAINER:=Marcel Denia PKG_BUILD_DIR:=$(BUILD_DIR)/perl/URI-$(PKG_VERSION) -- cgit v1.2.3