diff options
author | 2023-08-18 09:24:11 +0100 | |
---|---|---|
committer | 2023-08-18 09:27:36 +0100 | |
commit | 542bdadecf34858785342d8e27007fe228b0f630 (patch) | |
tree | c6dcda510daab50f8c9514a496a5562d44de2bb9 /app-eselect | |
parent | app-text/xmlto: update LICENSE (diff) | |
download | gentoo-542bdadecf34858785342d8e27007fe228b0f630.tar.gz gentoo-542bdadecf34858785342d8e27007fe228b0f630.tar.bz2 gentoo-542bdadecf34858785342d8e27007fe228b0f630.zip |
app-eselect/eselect-iptables: update LICENSE
Indeed the standard Gentoo licence.
Closes: https://bugs.gentoo.org/911651
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-eselect')
-rw-r--r-- | app-eselect/eselect-iptables/eselect-iptables-20220320.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-eselect/eselect-iptables/eselect-iptables-20220320.ebuild b/app-eselect/eselect-iptables/eselect-iptables-20220320.ebuild index 7dd19f3fb45d..053581dbd1eb 100644 --- a/app-eselect/eselect-iptables/eselect-iptables-20220320.ebuild +++ b/app-eselect/eselect-iptables/eselect-iptables-20220320.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -8,7 +8,7 @@ HOMEPAGE="https://gitweb.gentoo.org/proj/eselect-iptables.git/" SRC_URI="https://dev.gentoo.org/~chutzpah/dist/iptables/${P}.tar.xz https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${P}.tar.xz" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86" |