diff options
-rw-r--r-- | net-mail/qprint/ChangeLog | 7 | ||||
-rw-r--r-- | net-mail/qprint/qprint-1.0.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/net-mail/qprint/ChangeLog b/net-mail/qprint/ChangeLog index eb6ba5112caf..48de1bf5826c 100644 --- a/net-mail/qprint/ChangeLog +++ b/net-mail/qprint/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-mail/qprint -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/qprint/ChangeLog,v 1.8 2011/06/24 13:51:24 grobian Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-mail/qprint/ChangeLog,v 1.9 2012/10/23 23:02:28 ulm Exp $ + + 23 Oct 2012; Ulrich Müller <ulm@gentoo.org> qprint-1.0.ebuild: + LICENSE is public-domain according to COPYING included in tarball. 24 Jun 2011; Fabian Groffen <grobian@gentoo.org> qprint-1.0.ebuild: Marked ~ppc-macos diff --git a/net-mail/qprint/qprint-1.0.ebuild b/net-mail/qprint/qprint-1.0.ebuild index 16e7394f885d..a93f1d6f139b 100644 --- a/net-mail/qprint/qprint-1.0.ebuild +++ b/net-mail/qprint/qprint-1.0.ebuild @@ -1,12 +1,12 @@ -# 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/qprint/qprint-1.0.ebuild,v 1.7 2011/06/24 13:51:24 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/qprint/qprint-1.0.ebuild,v 1.8 2012/10/23 23:02:28 ulm Exp $ DESCRIPTION="MIME quoted-printable data encoding and decoding utility" HOMEPAGE="http://www.fourmilab.ch/webtools/qprint/" SRC_URI="http://www.fourmilab.ch/webtools/${PN}/${P}.tar.gz" -LICENSE="as-is" +LICENSE="public-domain" SLOT="0" KEYWORDS="amd64 ppc x86 ~ppc-macos" IUSE="" |