diff options
author | Mike Frysinger <vapier@gentoo.org> | 2013-10-19 02:28:16 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2013-10-19 02:28:16 +0000 |
commit | 17ca8d006e1d92379b5bcc484cef0505ebd9aa78 (patch) | |
tree | 6a0a9909260e442e5517b6acda6b724a9af744cf /app-arch/xz-utils | |
parent | Add keywords for everyone. (diff) | |
download | gentoo-2-17ca8d006e1d92379b5bcc484cef0505ebd9aa78.tar.gz gentoo-2-17ca8d006e1d92379b5bcc484cef0505ebd9aa78.tar.bz2 gentoo-2-17ca8d006e1d92379b5bcc484cef0505ebd9aa78.zip |
Update LICENSE as pointed out by Marc MERLIN.
(Portage version: 2.2.0/cvs/Linux x86_64, signed Manifest commit with key FB7C4156)
Diffstat (limited to 'app-arch/xz-utils')
-rw-r--r-- | app-arch/xz-utils/ChangeLog | 6 | ||||
-rw-r--r-- | app-arch/xz-utils/xz-utils-5.0.5-r1.ebuild | 5 | ||||
-rw-r--r-- | app-arch/xz-utils/xz-utils-9999.ebuild | 5 |
3 files changed, 11 insertions, 5 deletions
diff --git a/app-arch/xz-utils/ChangeLog b/app-arch/xz-utils/ChangeLog index c15fc213c17e..13fdd5878533 100644 --- a/app-arch/xz-utils/ChangeLog +++ b/app-arch/xz-utils/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-arch/xz-utils # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/xz-utils/ChangeLog,v 1.64 2013/08/07 22:47:41 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/xz-utils/ChangeLog,v 1.65 2013/10/19 02:28:16 vapier Exp $ + + 19 Oct 2013; Mike Frysinger <vapier@gentoo.org> xz-utils-5.0.5-r1.ebuild, + xz-utils-9999.ebuild: + Update LICENSE as pointed out by Marc MERLIN. 07 Aug 2013; Michał Górny <mgorny@gentoo.org> xz-utils-5.0.5-r1.ebuild, xz-utils-9999.ebuild: diff --git a/app-arch/xz-utils/xz-utils-5.0.5-r1.ebuild b/app-arch/xz-utils/xz-utils-5.0.5-r1.ebuild index cf2e8f30ed28..c20763974b02 100644 --- a/app-arch/xz-utils/xz-utils-5.0.5-r1.ebuild +++ b/app-arch/xz-utils/xz-utils-5.0.5-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/xz-utils/xz-utils-5.0.5-r1.ebuild,v 1.2 2013/08/07 22:47:41 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/xz-utils/xz-utils-5.0.5-r1.ebuild,v 1.3 2013/10/19 02:28:15 vapier Exp $ # Remember: we cannot leverage autotools in this ebuild in order # to avoid circular deps with autotools @@ -25,7 +25,8 @@ fi DESCRIPTION="utils for managing LZMA compressed files" HOMEPAGE="http://tukaani.org/xz/" -LICENSE="LGPL-2.1" +# See top-level COPYING file as it outlines the various pieces and their licenses. +LICENSE="public-domain LGPL-2.1+ GPL-2+" SLOT="0" IUSE="nls static-libs +threads" diff --git a/app-arch/xz-utils/xz-utils-9999.ebuild b/app-arch/xz-utils/xz-utils-9999.ebuild index 13a90a032dd0..400b93dd6bde 100644 --- a/app-arch/xz-utils/xz-utils-9999.ebuild +++ b/app-arch/xz-utils/xz-utils-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/xz-utils/xz-utils-9999.ebuild,v 1.16 2013/08/07 22:47:41 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/xz-utils/xz-utils-9999.ebuild,v 1.17 2013/10/19 02:28:15 vapier Exp $ # Remember: we cannot leverage autotools in this ebuild in order # to avoid circular deps with autotools @@ -25,7 +25,8 @@ fi DESCRIPTION="utils for managing LZMA compressed files" HOMEPAGE="http://tukaani.org/xz/" -LICENSE="LGPL-2.1" +# See top-level COPYING file as it outlines the various pieces and their licenses. +LICENSE="public-domain LGPL-2.1+ GPL-2+" SLOT="0" IUSE="nls static-libs +threads" |