diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-04-22 09:14:20 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2019-05-13 20:50:09 +0200 |
commit | 11a85f9596d71521a8018faf4d73d730d163187a (patch) | |
tree | 6a32622917fddba629beb2de558094c5da6cdbfe /quickstart | |
parent | Update snippet copyright line to 'Gentoo Authors' (diff) | |
download | devmanual-11a85f9596d71521a8018faf4d73d730d163187a.tar.gz devmanual-11a85f9596d71521a8018faf4d73d730d163187a.tar.bz2 devmanual-11a85f9596d71521a8018faf4d73d730d163187a.zip |
quickstart: Correct LICENSE in ebuild snippets
While there's no real reason for those snippets to be correct, I think
it'd be generally beneficial to show developers that the '+' license
variants do exist and are quite common.
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'quickstart')
-rw-r--r-- | quickstart/text.xml | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/quickstart/text.xml b/quickstart/text.xml index e47433e..5a33ead 100644 --- a/quickstart/text.xml +++ b/quickstart/text.xml @@ -43,7 +43,7 @@ DESCRIPTION="Exuberant ctags generates tags files for quick source navigation" HOMEPAGE="http://ctags.sourceforge.net" SRC_URI="mirror://sourceforge/ctags/${P}.tar.gz" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="~mips ~sparc ~x86" @@ -111,7 +111,8 @@ name and version <d/> in this case, it would be <c>ctags-5.5.4</c>. </p> <p> -The <c>LICENSE</c> is <c>GPL-2</c> (the GNU General Public License version 2). +The <c>LICENSE</c> is <c>GPL-2+</c> (the GNU General Public License version 2 +or (at your option) any later version). </p> <p> @@ -333,7 +334,7 @@ DESCRIPTION="GNU charset conversion library for libc which doesn't implement it" HOMEPAGE="https://www.gnu.org/software/libiconv/" SRC_URI="ftp://ftp.gnu.org/pub/gnu/libiconv/${P}.tar.gz" -LICENSE="LGPL-2.1" +LICENSE="LGPL-2+ GPL-3+" SLOT="0" KEYWORDS="~amd64 ~ppc ~sparc ~x86" IUSE="nls" @@ -378,7 +379,7 @@ DESCRIPTION="A lightweight email client and newsreader" HOMEPAGE="https://sylpheed.good-day.net/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" -LICENSE="GPL-2" +LICENSE="GPL-2+ LGPL-2.1+" SLOT="0" KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86" IUSE="crypt imlib ipv6 ldap nls pda ssl xface" |