diff options
author | Ulrich Müller <ulm@gentoo.org> | 2024-03-15 05:16:51 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2024-03-15 05:16:51 +0100 |
commit | 8dcb64163dc99c3b88e23e3eaddd0b3936033c3c (patch) | |
tree | 4f37bace42ecaf91566183a1658249a0178a3f91 | |
parent | sys-apps/sg3_utils: update EAPI 7 -> 8 (diff) | |
download | gentoo-8dcb64163dc99c3b88e23e3eaddd0b3936033c3c.tar.gz gentoo-8dcb64163dc99c3b88e23e3eaddd0b3936033c3c.tar.bz2 gentoo-8dcb64163dc99c3b88e23e3eaddd0b3936033c3c.zip |
app-shells/fish: update LICENSE
Closes: https://bugs.gentoo.org/927039
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
-rw-r--r-- | app-shells/fish/fish-3.4.0.ebuild | 4 | ||||
-rw-r--r-- | app-shells/fish/fish-3.6.1.ebuild | 2 | ||||
-rw-r--r-- | app-shells/fish/fish-3.7.0.ebuild | 2 | ||||
-rw-r--r-- | app-shells/fish/fish-9999.ebuild | 4 |
4 files changed, 6 insertions, 6 deletions
diff --git a/app-shells/fish/fish-3.4.0.ebuild b/app-shells/fish/fish-3.4.0.ebuild index 73468f481720..31ac7609bb51 100644 --- a/app-shells/fish/fish-3.4.0.ebuild +++ b/app-shells/fish/fish-3.4.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -21,7 +21,7 @@ else KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" fi -LICENSE="GPL-2" +LICENSE="GPL-2 BSD BSD-2 CC0-1.0 GPL-2+ ISC LGPL-2+ MIT PSF-2 ZLIB" SLOT="0" IUSE="+doc nls test" diff --git a/app-shells/fish/fish-3.6.1.ebuild b/app-shells/fish/fish-3.6.1.ebuild index 52c6129baa31..2d90b5183b42 100644 --- a/app-shells/fish/fish-3.6.1.ebuild +++ b/app-shells/fish/fish-3.6.1.ebuild @@ -21,7 +21,7 @@ else KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" fi -LICENSE="GPL-2" +LICENSE="GPL-2 BSD BSD-2 CC0-1.0 GPL-2+ ISC LGPL-2+ MIT PSF-2 ZLIB" SLOT="0" IUSE="+doc nls split-usr test" diff --git a/app-shells/fish/fish-3.7.0.ebuild b/app-shells/fish/fish-3.7.0.ebuild index d11c8f1ca20c..00c62c4a20d5 100644 --- a/app-shells/fish/fish-3.7.0.ebuild +++ b/app-shells/fish/fish-3.7.0.ebuild @@ -21,7 +21,7 @@ else KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" fi -LICENSE="GPL-2" +LICENSE="GPL-2 BSD BSD-2 CC0-1.0 GPL-2+ ISC LGPL-2+ MIT PSF-2 ZLIB" SLOT="0" IUSE="+doc nls split-usr test" diff --git a/app-shells/fish/fish-9999.ebuild b/app-shells/fish/fish-9999.ebuild index b38fa3e95954..0cd6aa8d4470 100644 --- a/app-shells/fish/fish-9999.ebuild +++ b/app-shells/fish/fish-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -21,7 +21,7 @@ else KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" fi -LICENSE="GPL-2" +LICENSE="GPL-2 BSD BSD-2 CC0-1.0 GPL-2+ ISC LGPL-2+ MIT PSF-2 ZLIB" SLOT="0" IUSE="+doc nls split-usr test" |