diff options
author | Ulrich Müller <ulm@gentoo.org> | 2012-12-22 16:48:53 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2012-12-22 16:48:53 +0000 |
commit | 42a7242ca34e740f7ea2aa2542ff437f23c72126 (patch) | |
tree | ca1f647a80770123fca4e9ba393813dbe8952f5d /net-mail | |
parent | add ~arm (diff) | |
download | gentoo-2-42a7242ca34e740f7ea2aa2542ff437f23c72126.tar.gz gentoo-2-42a7242ca34e740f7ea2aa2542ff437f23c72126.tar.bz2 gentoo-2-42a7242ca34e740f7ea2aa2542ff437f23c72126.zip |
Fix LICENSE, public domain according to http://cr.yp.to/distributors.html, bug 446476.
(Portage version: 2.1.11.38/cvs/Linux x86_64, signed Manifest commit with key E7BE08CA7DC6EA25)
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/dot-forward/ChangeLog | 9 | ||||
-rw-r--r-- | net-mail/dot-forward/dot-forward-0.71-r2.ebuild | 6 | ||||
-rw-r--r-- | net-mail/dot-forward/dot-forward-0.71-r3.ebuild | 6 |
3 files changed, 13 insertions, 8 deletions
diff --git a/net-mail/dot-forward/ChangeLog b/net-mail/dot-forward/ChangeLog index 519efceb30e8..0ab8cd9b76d0 100644 --- a/net-mail/dot-forward/ChangeLog +++ b/net-mail/dot-forward/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-mail/dot-forward -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/dot-forward/ChangeLog,v 1.35 2011/07/11 15:19:54 aballier Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-mail/dot-forward/ChangeLog,v 1.36 2012/12/22 16:48:53 ulm Exp $ + + 22 Dec 2012; Ulrich Müller <ulm@gentoo.org> dot-forward-0.71-r2.ebuild, + dot-forward-0.71-r3.ebuild: + Fix LICENSE, public domain according to http://cr.yp.to/distributors.html, + bug 446476. 11 Jul 2011; Alexis Ballier <aballier@gentoo.org> dot-forward-0.71-r3.ebuild: keyword ~x86-fbsd diff --git a/net-mail/dot-forward/dot-forward-0.71-r2.ebuild b/net-mail/dot-forward/dot-forward-0.71-r2.ebuild index 4f929129a394..5aba51d7a555 100644 --- a/net-mail/dot-forward/dot-forward-0.71-r2.ebuild +++ b/net-mail/dot-forward/dot-forward-0.71-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/dot-forward/dot-forward-0.71-r2.ebuild,v 1.11 2011/02/06 09:35:04 leio Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/dot-forward/dot-forward-0.71-r2.ebuild,v 1.12 2012/12/22 16:48:53 ulm Exp $ inherit eutils toolchain-funcs @@ -8,7 +8,7 @@ DESCRIPTION="reads sendmail's .forward files under qmail" HOMEPAGE="http://cr.yp.to/dot-forward.html" SRC_URI="http://cr.yp.to/software/${P}.tar.gz" -LICENSE="as-is" +LICENSE="public-domain" SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86" IUSE="" diff --git a/net-mail/dot-forward/dot-forward-0.71-r3.ebuild b/net-mail/dot-forward/dot-forward-0.71-r3.ebuild index 15c9a907d977..90610dd60d4e 100644 --- a/net-mail/dot-forward/dot-forward-0.71-r3.ebuild +++ b/net-mail/dot-forward/dot-forward-0.71-r3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/dot-forward/dot-forward-0.71-r3.ebuild,v 1.9 2011/07/11 15:19:54 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/dot-forward/dot-forward-0.71-r3.ebuild,v 1.10 2012/12/22 16:48:53 ulm Exp $ inherit eutils fixheadtails qmail @@ -8,7 +8,7 @@ DESCRIPTION="reads sendmail's .forward files under qmail" HOMEPAGE="http://cr.yp.to/dot-forward.html" SRC_URI="http://cr.yp.to/software/${P}.tar.gz" -LICENSE="as-is" +LICENSE="public-domain" SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" IUSE="" |