diff options
author | Aaron W. Swenson <titanofold@gentoo.org> | 2012-07-28 12:24:08 +0000 |
---|---|---|
committer | Aaron W. Swenson <titanofold@gentoo.org> | 2012-07-28 12:24:08 +0000 |
commit | 36a54e9e197262a06df340b971e344f26122c16d (patch) | |
tree | 45cacd46b6d553aa0d7eaa4efa498591494744d1 /dev-db/slony1 | |
parent | Add GPL-2 to $LICENSE. Fixes bug 425922. (diff) | |
download | gentoo-2-36a54e9e197262a06df340b971e344f26122c16d.tar.gz gentoo-2-36a54e9e197262a06df340b971e344f26122c16d.tar.bz2 gentoo-2-36a54e9e197262a06df340b971e344f26122c16d.zip |
Add GPL-2 to $LICENSE. Fixes bug 425926.
(Portage version: 2.1.10.65/cvs/Linux x86_64)
Diffstat (limited to 'dev-db/slony1')
-rw-r--r-- | dev-db/slony1/ChangeLog | 5 | ||||
-rw-r--r-- | dev-db/slony1/slony1-2.1.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-db/slony1/ChangeLog b/dev-db/slony1/ChangeLog index 45b03683363f..b858d8c001e3 100644 --- a/dev-db/slony1/ChangeLog +++ b/dev-db/slony1/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-db/slony1 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/slony1/ChangeLog,v 1.36 2012/04/19 18:49:06 titanofold Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/slony1/ChangeLog,v 1.37 2012/07/28 12:24:08 titanofold Exp $ + + 28 Jul 2012; Aaron W. Swenson <titanofold@gentoo.org> slony1-2.1.1.ebuild: + Add GPL-2 to $LICENSE. Fixes bug 425926. 19 Apr 2012; Aaron W. Swenson <titanofold@gentoo.org> -slony1-2.1.0.ebuild: Cleaning out old version. diff --git a/dev-db/slony1/slony1-2.1.1.ebuild b/dev-db/slony1/slony1-2.1.1.ebuild index fbba2b274f25..143fc5df2dfd 100644 --- a/dev-db/slony1/slony1-2.1.1.ebuild +++ b/dev-db/slony1/slony1-2.1.1.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/dev-db/slony1/slony1-2.1.1.ebuild,v 1.4 2012/04/16 21:37:00 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/slony1/slony1-2.1.1.ebuild,v 1.5 2012/07/28 12:24:08 titanofold Exp $ EAPI="4" @@ -16,7 +16,7 @@ MAJ_PV=$(get_version_component_range 1-2) SRC_URI="http://main.slony.info/downloads/${MAJ_PV}/source/${P}.tar.bz2 http://main.slony.info/downloads/${MAJ_PV}/source/${P}-docs.tar.bz2" -LICENSE="BSD" +LICENSE="BSD GPL-2" SLOT="0" KEYWORDS="amd64 ppc x86" |