diff options
author | Chris Reffett <creffett@gentoo.org> | 2013-07-25 01:53:56 +0000 |
---|---|---|
committer | Chris Reffett <creffett@gentoo.org> | 2013-07-25 01:53:56 +0000 |
commit | 5d86930c2f23867c0d9c27f23ee94e1ad3728d79 (patch) | |
tree | c007404fa6c0f8bd35b40f2c86a443d4475327be /app-mobilephone | |
parent | Automated update. (diff) | |
download | gentoo-2-5d86930c2f23867c0d9c27f23ee94e1ad3728d79.tar.gz gentoo-2-5d86930c2f23867c0d9c27f23ee94e1ad3728d79.tar.bz2 gentoo-2-5d86930c2f23867c0d9c27f23ee94e1ad3728d79.zip |
Fix LICENSE wrt bug 425914.
(Portage version: 2.2.0_alpha188/cvs/Linux x86_64, signed Manifest commit with key 42618354)
Diffstat (limited to 'app-mobilephone')
-rw-r--r-- | app-mobilephone/kannel-sqlbox/ChangeLog | 8 | ||||
-rw-r--r-- | app-mobilephone/kannel-sqlbox/kannel-sqlbox-0.7.2.ebuild | 6 |
2 files changed, 8 insertions, 6 deletions
diff --git a/app-mobilephone/kannel-sqlbox/ChangeLog b/app-mobilephone/kannel-sqlbox/ChangeLog index 926734bc6e6c..3bef65ed0b62 100644 --- a/app-mobilephone/kannel-sqlbox/ChangeLog +++ b/app-mobilephone/kannel-sqlbox/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-mobilephone/kannel-sqlbox -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/kannel-sqlbox/ChangeLog,v 1.3 2012/12/02 08:26:23 ulm Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/kannel-sqlbox/ChangeLog,v 1.4 2013/07/25 01:53:56 creffett Exp $ + + 25 Jul 2013; Chris Reffett <creffett@gentoo.org> kannel-sqlbox-0.7.2.ebuild: + Fix LICENSE wrt bug 425914. 02 Dec 2012; Ulrich Müller <ulm@gentoo.org> kannel-sqlbox-0.7.2.ebuild: Update LICENSE, this is identical with the Apache-1.1 license, bug 444848. @@ -16,4 +19,3 @@ +files/kannel-sqlbox.initd, +metadata.xml: Initial import from bug 285246, thanks to Travis Hansen <travisghansen at yahoo dot com>. - diff --git a/app-mobilephone/kannel-sqlbox/kannel-sqlbox-0.7.2.ebuild b/app-mobilephone/kannel-sqlbox/kannel-sqlbox-0.7.2.ebuild index 19f6f52def5e..d19da34a94a7 100644 --- a/app-mobilephone/kannel-sqlbox/kannel-sqlbox-0.7.2.ebuild +++ b/app-mobilephone/kannel-sqlbox/kannel-sqlbox-0.7.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/kannel-sqlbox/kannel-sqlbox-0.7.2.ebuild,v 1.3 2012/12/02 08:26:23 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/kannel-sqlbox/kannel-sqlbox-0.7.2.ebuild,v 1.4 2013/07/25 01:53:56 creffett Exp $ EAPI="2" @@ -10,7 +10,7 @@ DESCRIPTION="DB-Based Kannel Box for message queueing" HOMEPAGE="http://www.kannel.org/~aguerrieri/SqlBox/" SRC_URI="http://www.kannel.org/~aguerrieri/SqlBox/Releases/sqlbox-${PV}.tar.gz" -LICENSE="Apache-1.1" +LICENSE="Apache-1.1 GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="ssl doc" |