summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Yao <ryao@gentoo.org>2012-12-27 11:47:24 +0000
committerRichard Yao <ryao@gentoo.org>2012-12-27 11:47:24 +0000
commit36438a2d284ee8bed63d474215bb47a04eb43976 (patch)
tree6977dc07cd00f8694c4c0459b58709f1e495b4f2 /sys-kernel/spl/spl-0.6.0_rc11-r2.ebuild
parentRemove old. (diff)
downloadhistorical-36438a2d284ee8bed63d474215bb47a04eb43976.tar.gz
historical-36438a2d284ee8bed63d474215bb47a04eb43976.tar.bz2
historical-36438a2d284ee8bed63d474215bb47a04eb43976.zip
The fact that the code is technically GPLv2+ does not mean that we need to specify GPL-3 in LICENSE. Change LICENSE to GPL-2. Thanks init_6 for pointing this out.
Package-Manager: portage-2.1.11.31/cvs/Linux x86_64
Diffstat (limited to 'sys-kernel/spl/spl-0.6.0_rc11-r2.ebuild')
-rw-r--r--sys-kernel/spl/spl-0.6.0_rc11-r2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-kernel/spl/spl-0.6.0_rc11-r2.ebuild b/sys-kernel/spl/spl-0.6.0_rc11-r2.ebuild
index 8480db4149ff..e35419fe8d07 100644
--- a/sys-kernel/spl/spl-0.6.0_rc11-r2.ebuild
+++ b/sys-kernel/spl/spl-0.6.0_rc11-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/spl/spl-0.6.0_rc11-r2.ebuild,v 1.2 2012/12/12 18:18:09 ryao Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/spl/spl-0.6.0_rc11-r2.ebuild,v 1.3 2012/12/27 11:47:22 ryao Exp $
EAPI="4"
AUTOTOOLS_AUTORECONF="1"
@@ -21,7 +21,7 @@ fi
DESCRIPTION="The Solaris Porting Layer is a Linux kernel module which provides many of the Solaris kernel APIs"
HOMEPAGE="http://zfsonlinux.org/"
-LICENSE="|| ( GPL-2 GPL-3 )"
+LICENSE="GPL-2"
SLOT="0"
IUSE="custom-cflags debug debug-log"
RESTRICT="test"