diff options
author | Mike Frysinger <vapier@gentoo.org> | 2008-03-16 06:20:24 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2008-03-16 06:20:24 +0000 |
commit | 5e661ab9f1b4a548dd060a98d118daa96a3bd37d (patch) | |
tree | 4ee24aa34f4336abfd7e6472eec56a9a70fa575e /net-misc/rsync | |
parent | stable x86, bug 212986 (diff) | |
download | historical-5e661ab9f1b4a548dd060a98d118daa96a3bd37d.tar.gz historical-5e661ab9f1b4a548dd060a98d118daa96a3bd37d.tar.bz2 historical-5e661ab9f1b4a548dd060a98d118daa96a3bd37d.zip |
set license to gpl-3 #212173
Diffstat (limited to 'net-misc/rsync')
-rw-r--r-- | net-misc/rsync/rsync-3.0.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/rsync/rsync-3.0.0.ebuild b/net-misc/rsync/rsync-3.0.0.ebuild index 81b64db237a4..2e9d424c18f3 100644 --- a/net-misc/rsync/rsync-3.0.0.ebuild +++ b/net-misc/rsync/rsync-3.0.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/rsync/rsync-3.0.0.ebuild,v 1.1 2008/03/01 22:13:43 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/rsync/rsync-3.0.0.ebuild,v 1.2 2008/03/16 06:20:24 vapier Exp $ inherit eutils flag-o-matic toolchain-funcs autotools @@ -8,7 +8,7 @@ DESCRIPTION="File transfer program to keep remote files into sync" HOMEPAGE="http://rsync.samba.org/" SRC_URI="http://rsync.samba.org/ftp/rsync/${P/_/}.tar.gz" -LICENSE="GPL-2" +LICENSE="GPL-3" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd" IUSE="acl ipv6 static xattr xinetd" |