aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/utils/nftables/Makefile
diff options
context:
space:
mode:
authorNick Hainke <vincent@systemli.org>2022-06-01 07:53:35 +0200
committerChristian Lamparter <chunkeey@gmail.com>2022-06-24 17:10:24 +0200
commit879dd95f4360978a2b5da1f3b9e04ee0311c9432 (patch)
treeb1fc64781c9fe3a3eda9064ce02caf660451cc70 /package/network/utils/nftables/Makefile
parent8704e75d259f6aba23a83ed680b3e15aa0dfb953 (diff)
downloadupstream-879dd95f4360978a2b5da1f3b9e04ee0311c9432.tar.gz
upstream-879dd95f4360978a2b5da1f3b9e04ee0311c9432.tar.bz2
upstream-879dd95f4360978a2b5da1f3b9e04ee0311c9432.zip
nftables: clean up Makefile
Add PKG_LICENSE_FILES. Use SPDX. Signed-off-by: Nick Hainke <vincent@systemli.org>
Diffstat (limited to 'package/network/utils/nftables/Makefile')
-rw-r--r--package/network/utils/nftables/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/package/network/utils/nftables/Makefile b/package/network/utils/nftables/Makefile
index ed54fa2769..0578c936a6 100644
--- a/package/network/utils/nftables/Makefile
+++ b/package/network/utils/nftables/Makefile
@@ -1,7 +1,6 @@
-# Copyright (C) 2015 OpenWrt.org
+# SPDX-License-Identifier: GPL-2.0-only
#
-# This is free software, licensed under the GNU General Public License v2.
-# See /LICENSE for more information.
+# Copyright (C) 2015 OpenWrt.org
#
include $(TOPDIR)/rules.mk
@@ -13,8 +12,10 @@ PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=https://netfilter.org/projects/$(PKG_NAME)/files
PKG_HASH:=47c4eba0105ebd3ffa89553e0702ccb34d8906a91f72ced58ab0d992b29c7748
+
PKG_MAINTAINER:=
PKG_LICENSE:=GPL-2.0
+PKG_LICENSE_FILES:=COPYING
PKG_FIXUP:=autoreconf
PKG_INSTALL:=1