summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Yao <ryao@gentoo.org>2012-12-27 11:47:22 +0000
committerRichard Yao <ryao@gentoo.org>2012-12-27 11:47:22 +0000
commit617d1f890ec8089eb5b06752999252d7cfedaf52 (patch)
tree37addaa661f07e5a3f37b911387b7a716edb709c /sys-kernel/spl
parentRemove old. (diff)
downloadgentoo-2-617d1f890ec8089eb5b06752999252d7cfedaf52.tar.gz
gentoo-2-617d1f890ec8089eb5b06752999252d7cfedaf52.tar.bz2
gentoo-2-617d1f890ec8089eb5b06752999252d7cfedaf52.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.
(Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'sys-kernel/spl')
-rw-r--r--sys-kernel/spl/ChangeLog9
-rw-r--r--sys-kernel/spl/spl-0.6.0_rc10.ebuild4
-rw-r--r--sys-kernel/spl/spl-0.6.0_rc11-r2.ebuild4
-rw-r--r--sys-kernel/spl/spl-0.6.0_rc11.ebuild4
-rw-r--r--sys-kernel/spl/spl-0.6.0_rc12-r1.ebuild4
-rw-r--r--sys-kernel/spl/spl-0.6.0_rc12.ebuild4
-rw-r--r--sys-kernel/spl/spl-0.6.0_rc13.ebuild4
-rw-r--r--sys-kernel/spl/spl-9999.ebuild4
8 files changed, 22 insertions, 15 deletions
diff --git a/sys-kernel/spl/ChangeLog b/sys-kernel/spl/ChangeLog
index 2142e29ae4f5..9d25dcbf3030 100644
--- a/sys-kernel/spl/ChangeLog
+++ b/sys-kernel/spl/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for sys-kernel/spl
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/spl/ChangeLog,v 1.35 2012/12/23 05:37:46 ryao Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/spl/ChangeLog,v 1.36 2012/12/27 11:47:22 ryao Exp $
+
+ 27 Dec 2012; Richard Yao <ryao@gentoo.org> spl-0.6.0_rc10.ebuild,
+ spl-0.6.0_rc11-r2.ebuild, spl-0.6.0_rc11.ebuild, spl-0.6.0_rc12-r1.ebuild,
+ spl-0.6.0_rc12.ebuild, spl-0.6.0_rc13.ebuild, spl-9999.ebuild:
+ 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.
*spl-0.6.0_rc13 (23 Dec 2012)
diff --git a/sys-kernel/spl/spl-0.6.0_rc10.ebuild b/sys-kernel/spl/spl-0.6.0_rc10.ebuild
index cef3a5328309..38c86efa0ae0 100644
--- a/sys-kernel/spl/spl-0.6.0_rc10.ebuild
+++ b/sys-kernel/spl/spl-0.6.0_rc10.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_rc10.ebuild,v 1.4 2012/12/12 18:18:09 ryao Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/spl/spl-0.6.0_rc10.ebuild,v 1.5 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"
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"
diff --git a/sys-kernel/spl/spl-0.6.0_rc11.ebuild b/sys-kernel/spl/spl-0.6.0_rc11.ebuild
index 1901ffcdd176..b88e71fddc15 100644
--- a/sys-kernel/spl/spl-0.6.0_rc11.ebuild
+++ b/sys-kernel/spl/spl-0.6.0_rc11.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.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.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"
diff --git a/sys-kernel/spl/spl-0.6.0_rc12-r1.ebuild b/sys-kernel/spl/spl-0.6.0_rc12-r1.ebuild
index ee4535580bf3..ffc5a8791ad9 100644
--- a/sys-kernel/spl/spl-0.6.0_rc12-r1.ebuild
+++ b/sys-kernel/spl/spl-0.6.0_rc12-r1.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_rc12-r1.ebuild,v 1.2 2012/12/12 18:18:09 ryao Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/spl/spl-0.6.0_rc12-r1.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"
diff --git a/sys-kernel/spl/spl-0.6.0_rc12.ebuild b/sys-kernel/spl/spl-0.6.0_rc12.ebuild
index c9ce8ec0d74a..6f1ff9fe3063 100644
--- a/sys-kernel/spl/spl-0.6.0_rc12.ebuild
+++ b/sys-kernel/spl/spl-0.6.0_rc12.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_rc12.ebuild,v 1.2 2012/12/12 18:18:09 ryao Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/spl/spl-0.6.0_rc12.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"
diff --git a/sys-kernel/spl/spl-0.6.0_rc13.ebuild b/sys-kernel/spl/spl-0.6.0_rc13.ebuild
index 8fefc67c4680..f28b0bce4a5a 100644
--- a/sys-kernel/spl/spl-0.6.0_rc13.ebuild
+++ b/sys-kernel/spl/spl-0.6.0_rc13.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_rc13.ebuild,v 1.1 2012/12/23 05:37:46 ryao Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/spl/spl-0.6.0_rc13.ebuild,v 1.2 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"
diff --git a/sys-kernel/spl/spl-9999.ebuild b/sys-kernel/spl/spl-9999.ebuild
index 2c4ef2b84b4c..c03beea19ebd 100644
--- a/sys-kernel/spl/spl-9999.ebuild
+++ b/sys-kernel/spl/spl-9999.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-9999.ebuild,v 1.25 2012/10/03 00:06:36 ryao Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/spl/spl-9999.ebuild,v 1.26 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"
RESTRICT="test"