diff options
author | Michał Górny <mgorny@gentoo.org> | 2016-01-27 15:38:05 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2016-01-27 15:49:11 +0100 |
commit | bfc6efd15738329613a1bd95d502bcfcb802a93a (patch) | |
tree | b9c1a94b2e515c8fbc25f68303f41b96117c2b0c /app-arch | |
parent | net-misc/vtun: fix building with GCC 5 (diff) | |
download | gentoo-bfc6efd15738329613a1bd95d502bcfcb802a93a.tar.gz gentoo-bfc6efd15738329613a1bd95d502bcfcb802a93a.tar.bz2 gentoo-bfc6efd15738329613a1bd95d502bcfcb802a93a.zip |
app-arch/lzlib: Use correct license
Diffstat (limited to 'app-arch')
-rw-r--r-- | app-arch/lzlib/lzlib-1.6.ebuild | 4 | ||||
-rw-r--r-- | app-arch/lzlib/lzlib-1.7.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/app-arch/lzlib/lzlib-1.6.ebuild b/app-arch/lzlib/lzlib-1.6.ebuild index 517faae1e18f..0bd770995055 100644 --- a/app-arch/lzlib/lzlib-1.6.ebuild +++ b/app-arch/lzlib/lzlib-1.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -10,7 +10,7 @@ DESCRIPTION="Library for lzip compression" HOMEPAGE="http://www.nongnu.org/lzip/lzlib.html" SRC_URI="http://download.savannah.gnu.org/releases-noredirect/lzip/${PN}/${P}.tar.gz" -LICENSE="GPL-3" +LICENSE="libstdc++" # fancy form of GPL-2+ with library exception SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="static-libs" diff --git a/app-arch/lzlib/lzlib-1.7.ebuild b/app-arch/lzlib/lzlib-1.7.ebuild index 517faae1e18f..0bd770995055 100644 --- a/app-arch/lzlib/lzlib-1.7.ebuild +++ b/app-arch/lzlib/lzlib-1.7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -10,7 +10,7 @@ DESCRIPTION="Library for lzip compression" HOMEPAGE="http://www.nongnu.org/lzip/lzlib.html" SRC_URI="http://download.savannah.gnu.org/releases-noredirect/lzip/${PN}/${P}.tar.gz" -LICENSE="GPL-3" +LICENSE="libstdc++" # fancy form of GPL-2+ with library exception SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="static-libs" |