diff options
author | Ulrich Müller <ulm@gentoo.org> | 2012-11-06 06:58:25 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2012-11-06 06:58:25 +0000 |
commit | a35efd6f311ab6c1e4cfbfca0d8f53c11a1a32e6 (patch) | |
tree | 746e8cc1a3a98454bab602359fb4c25de9397a34 /sys-apps/file/file-5.05.ebuild | |
parent | Add optional non-advertising clause. (diff) | |
download | gentoo-2-a35efd6f311ab6c1e4cfbfca0d8f53c11a1a32e6.tar.gz gentoo-2-a35efd6f311ab6c1e4cfbfca0d8f53c11a1a32e6.tar.bz2 gentoo-2-a35efd6f311ab6c1e4cfbfca0d8f53c11a1a32e6.zip |
Change LICENSE to BSD-2 for remaining ebuilds, bug 263551.
(Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key E7BE08CA7DC6EA25)
Diffstat (limited to 'sys-apps/file/file-5.05.ebuild')
-rw-r--r-- | sys-apps/file/file-5.05.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-apps/file/file-5.05.ebuild b/sys-apps/file/file-5.05.ebuild index cc7672b8f8ee..27b09bd0ccf6 100644 --- a/sys-apps/file/file-5.05.ebuild +++ b/sys-apps/file/file-5.05.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/sys-apps/file/file-5.05.ebuild,v 1.12 2012/02/02 01:49:37 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/file-5.05.ebuild,v 1.13 2012/11/06 06:58:25 ulm Exp $ EAPI="2" PYTHON_DEPEND="python? *" @@ -14,7 +14,7 @@ HOMEPAGE="ftp://ftp.astron.com/pub/file/" SRC_URI="ftp://ftp.astron.com/pub/file/${P}.tar.gz ftp://ftp.gw.com/mirrors/pub/unix/file/${P}.tar.gz" -LICENSE="as-is" +LICENSE="BSD-2" SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd" IUSE="python static-libs" |