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/fakeidentd/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/fakeidentd/Makefile')
-rw-r--r-- | net/fakeidentd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/fakeidentd/Makefile b/net/fakeidentd/Makefile index e52c15287..ec799d162 100644 --- a/net/fakeidentd/Makefile +++ b/net/fakeidentd/Makefile @@ -9,13 +9,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=fakeidentd PKG_VERSION:=2.6 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).c PKG_SOURCE_URL:=http://distfiles.gentoo.org/distfiles/ PKG_HASH:=75b321e5d9dddcea2b38035b62ac30f2175ed43f3f187be6da19aaa67c4fe165 PKG_MAINTAINER:=Daniel Gimpelevich <daniel@gimpelevich.san-francisco.ca.us> -PKG_LICENSE:=GPL-2.0+ +PKG_LICENSE:=GPL-2.0-or-later UNPACK_CMD=$(CP) $(DL_DIR)/$(PKG_SOURCE) $(1)/ include $(INCLUDE_DIR)/package.mk |