diff options
author | Bernard Cafarelli <voyageur@gentoo.org> | 2022-11-12 01:15:17 +0100 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2022-11-12 01:57:25 +0100 |
commit | 956eebccd8f063d878a6ed0edb72287e93a1d6c7 (patch) | |
tree | d3805e859831b661c5c26f5e7fdc0c86ade38951 /gnustep-apps | |
parent | app-crypt/chntpw: drop 140201 (diff) | |
download | gentoo-956eebccd8f063d878a6ed0edb72287e93a1d6c7.tar.gz gentoo-956eebccd8f063d878a6ed0edb72287e93a1d6c7.tar.bz2 gentoo-956eebccd8f063d878a6ed0edb72287e93a1d6c7.zip |
gnustep-apps/gorm: fix LICENSE
This has moved to GPL3 a while ago and has LGPL-2.1 code
Closes: https://bugs.gentoo.org/880269
Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
Diffstat (limited to 'gnustep-apps')
-rw-r--r-- | gnustep-apps/gorm/gorm-1.2.23.ebuild | 4 | ||||
-rw-r--r-- | gnustep-apps/gorm/gorm-1.2.24.ebuild | 4 | ||||
-rw-r--r-- | gnustep-apps/gorm/gorm-1.2.26.ebuild | 4 | ||||
-rw-r--r-- | gnustep-apps/gorm/gorm-1.2.28.ebuild | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/gnustep-apps/gorm/gorm-1.2.23.ebuild b/gnustep-apps/gorm/gorm-1.2.23.ebuild index ce8cb81502bd..1cb9dad6b081 100644 --- a/gnustep-apps/gorm/gorm-1.2.23.ebuild +++ b/gnustep-apps/gorm/gorm-1.2.23.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -9,7 +9,7 @@ HOMEPAGE="http://www.gnustep.org/experience/Gorm.html" SRC_URI="ftp://ftp.gnustep.org/pub/gnustep/dev-apps/${P}.tar.gz" KEYWORDS="amd64 ppc x86" -LICENSE="GPL-2" +LICENSE="GPL-3+ LGPL-2.1+" SLOT="0" IUSE="" diff --git a/gnustep-apps/gorm/gorm-1.2.24.ebuild b/gnustep-apps/gorm/gorm-1.2.24.ebuild index dc7f21f6566a..e52a2dc914b2 100644 --- a/gnustep-apps/gorm/gorm-1.2.24.ebuild +++ b/gnustep-apps/gorm/gorm-1.2.24.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -9,7 +9,7 @@ HOMEPAGE="http://www.gnustep.org/experience/Gorm.html" SRC_URI="ftp://ftp.gnustep.org/pub/gnustep/dev-apps/${P}.tar.gz" KEYWORDS="~amd64 ~ppc ~x86" -LICENSE="GPL-2" +LICENSE="GPL-3+ LGPL-2.1+" SLOT="0" IUSE="" diff --git a/gnustep-apps/gorm/gorm-1.2.26.ebuild b/gnustep-apps/gorm/gorm-1.2.26.ebuild index ec8de6daeb48..0bdfc9d93b1f 100644 --- a/gnustep-apps/gorm/gorm-1.2.26.ebuild +++ b/gnustep-apps/gorm/gorm-1.2.26.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -9,7 +9,7 @@ HOMEPAGE="http://www.gnustep.org/experience/Gorm.html" SRC_URI="ftp://ftp.gnustep.org/pub/gnustep/dev-apps/${P}.tar.gz" KEYWORDS="~amd64 ~ppc ~x86" -LICENSE="GPL-2" +LICENSE="GPL-3+ LGPL-2.1+" SLOT="0" IUSE="" diff --git a/gnustep-apps/gorm/gorm-1.2.28.ebuild b/gnustep-apps/gorm/gorm-1.2.28.ebuild index 9623e0cd3df0..0bdfc9d93b1f 100644 --- a/gnustep-apps/gorm/gorm-1.2.28.ebuild +++ b/gnustep-apps/gorm/gorm-1.2.28.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -9,7 +9,7 @@ HOMEPAGE="http://www.gnustep.org/experience/Gorm.html" SRC_URI="ftp://ftp.gnustep.org/pub/gnustep/dev-apps/${P}.tar.gz" KEYWORDS="~amd64 ~ppc ~x86" -LICENSE="GPL-2" +LICENSE="GPL-3+ LGPL-2.1+" SLOT="0" IUSE="" |