diff options
-rw-r--r-- | sys-process/cronie/ChangeLog | 6 | ||||
-rw-r--r-- | sys-process/cronie/cronie-1.4.11.ebuild | 4 | ||||
-rw-r--r-- | sys-process/cronie/cronie-1.4.9-r5.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/sys-process/cronie/ChangeLog b/sys-process/cronie/ChangeLog index 9ad56ef38798..5f323908a692 100644 --- a/sys-process/cronie/ChangeLog +++ b/sys-process/cronie/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-process/cronie # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/cronie/ChangeLog,v 1.39 2013/08/10 11:00:54 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/cronie/ChangeLog,v 1.40 2013/11/04 12:53:36 polynomial-c Exp $ + + 04 Nov 2013; Lars Wendler <polynomial-c@gentoo.org> cronie-1.4.9-r5.ebuild, + cronie-1.4.11.ebuild: + Added GPL-2 license as init scripts are covered by it (bug #426168). *cronie-1.4.11 (10 Aug 2013) diff --git a/sys-process/cronie/cronie-1.4.11.ebuild b/sys-process/cronie/cronie-1.4.11.ebuild index 592d8cb92b91..1d849ac10d30 100644 --- a/sys-process/cronie/cronie-1.4.11.ebuild +++ b/sys-process/cronie/cronie-1.4.11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/cronie/cronie-1.4.11.ebuild,v 1.1 2013/08/10 11:00:54 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/cronie/cronie-1.4.11.ebuild,v 1.2 2013/11/04 12:53:36 polynomial-c Exp $ EAPI=5 @@ -10,7 +10,7 @@ DESCRIPTION="Cronie is a standard UNIX daemon cron based on the original vixie-c SRC_URI="https://fedorahosted.org/releases/c/r/cronie/${P}.tar.gz" HOMEPAGE="https://fedorahosted.org/cronie/wiki" -LICENSE="ISC BSD BSD-2" +LICENSE="ISC BSD BSD-2 GPL-2" KEYWORDS="~amd64 ~arm ~sparc ~x86" IUSE="anacron inotify pam selinux" diff --git a/sys-process/cronie/cronie-1.4.9-r5.ebuild b/sys-process/cronie/cronie-1.4.9-r5.ebuild index a5da6539cf65..223d8b3ef172 100644 --- a/sys-process/cronie/cronie-1.4.9-r5.ebuild +++ b/sys-process/cronie/cronie-1.4.9-r5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/cronie/cronie-1.4.9-r5.ebuild,v 1.5 2013/08/03 07:43:52 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/cronie/cronie-1.4.9-r5.ebuild,v 1.6 2013/11/04 12:53:36 polynomial-c Exp $ EAPI="5" @@ -10,7 +10,7 @@ DESCRIPTION="Cronie is a standard UNIX daemon cron based on the original vixie-c SRC_URI="https://fedorahosted.org/releases/c/r/cronie/${P}.tar.gz" HOMEPAGE="https://fedorahosted.org/cronie/wiki" -LICENSE="ISC BSD BSD-2" +LICENSE="ISC BSD BSD-2 GPL-2" KEYWORDS="amd64 arm sparc x86" IUSE="anacron inotify pam selinux" |