diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2023-09-18 02:39:21 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2023-09-18 02:41:25 +0200 |
commit | 2ec9739d7cca1a38bd9b3c058c99dd1b58bf09d3 (patch) | |
tree | 0d9ec2c2f20b235ad298afc8557d6534ca048f7a /sys-devel/gcc-config | |
parent | sys-devel/gcc-config: drop 2.8, 2.10 (diff) | |
download | gentoo-2ec9739d7cca1a38bd9b3c058c99dd1b58bf09d3.tar.gz gentoo-2ec9739d7cca1a38bd9b3c058c99dd1b58bf09d3.tar.bz2 gentoo-2ec9739d7cca1a38bd9b3c058c99dd1b58bf09d3.zip |
sys-devel/gcc-config: update LICENSE
Closes: https://bugs.gentoo.org/912954
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'sys-devel/gcc-config')
-rw-r--r-- | sys-devel/gcc-config/gcc-config-2.11.ebuild | 2 | ||||
-rw-r--r-- | sys-devel/gcc-config/gcc-config-9999.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/sys-devel/gcc-config/gcc-config-2.11.ebuild b/sys-devel/gcc-config/gcc-config-2.11.ebuild index c83d173cad65..f387c81e5cb3 100644 --- a/sys-devel/gcc-config/gcc-config-2.11.ebuild +++ b/sys-devel/gcc-config/gcc-config-2.11.ebuild @@ -14,7 +14,7 @@ fi DESCRIPTION="Utility to manage compilers" HOMEPAGE="https://gitweb.gentoo.org/proj/gcc-config.git/" -LICENSE="GPL-2" +LICENSE="GPL-2 GPL-2+" SLOT="0" IUSE="+cc-wrappers +native-symlinks" diff --git a/sys-devel/gcc-config/gcc-config-9999.ebuild b/sys-devel/gcc-config/gcc-config-9999.ebuild index 7ff12f007e38..a314266369ef 100644 --- a/sys-devel/gcc-config/gcc-config-9999.ebuild +++ b/sys-devel/gcc-config/gcc-config-9999.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=8 @@ -14,7 +14,7 @@ fi DESCRIPTION="Utility to manage compilers" HOMEPAGE="https://gitweb.gentoo.org/proj/gcc-config.git/" -LICENSE="GPL-2" +LICENSE="GPL-2 GPL-2+" SLOT="0" IUSE="+cc-wrappers +native-symlinks" |