diff options
author | Ulrich Müller <ulm@gentoo.org> | 2012-11-24 14:16:55 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2012-11-24 14:16:55 +0000 |
commit | 65101505502a81303c8a7b0102abf7572094bbc8 (patch) | |
tree | bfeaf63feb29e6583a47ffc2aa9a990312fc59fe /app-shells/scsh-install-lib | |
parent | Fix LICENSE, 3-clause BSD license according to COPYING in tarball. (diff) | |
download | gentoo-2-65101505502a81303c8a7b0102abf7572094bbc8.tar.gz gentoo-2-65101505502a81303c8a7b0102abf7572094bbc8.tar.bz2 gentoo-2-65101505502a81303c8a7b0102abf7572094bbc8.zip |
Fix LICENSE, 3-clause BSD license according to COPYING in tarball.
(Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key E7BE08CA7DC6EA25)
Diffstat (limited to 'app-shells/scsh-install-lib')
-rw-r--r-- | app-shells/scsh-install-lib/ChangeLog | 7 | ||||
-rw-r--r-- | app-shells/scsh-install-lib/scsh-install-lib-1.3.0.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/app-shells/scsh-install-lib/ChangeLog b/app-shells/scsh-install-lib/ChangeLog index 61c44c898195..0d9df4ba4524 100644 --- a/app-shells/scsh-install-lib/ChangeLog +++ b/app-shells/scsh-install-lib/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-shells/scsh-install-lib -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/scsh-install-lib/ChangeLog,v 1.5 2008/08/03 15:59:12 pchrist Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-shells/scsh-install-lib/ChangeLog,v 1.6 2012/11/24 14:16:55 ulm Exp $ + + 24 Nov 2012; Ulrich Müller <ulm@gentoo.org> scsh-install-lib-1.3.0.ebuild: + Fix LICENSE, 3-clause BSD license according to COPYING in tarball. 03 Aug 2008; Panagiotis Christopoulos <pchrist@gentoo.org> scsh-install-lib-1.3.0.ebuild: diff --git a/app-shells/scsh-install-lib/scsh-install-lib-1.3.0.ebuild b/app-shells/scsh-install-lib/scsh-install-lib-1.3.0.ebuild index 363a72b1552f..4279c3888b1f 100644 --- a/app-shells/scsh-install-lib/scsh-install-lib-1.3.0.ebuild +++ b/app-shells/scsh-install-lib/scsh-install-lib-1.3.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/scsh-install-lib/scsh-install-lib-1.3.0.ebuild,v 1.2 2008/08/03 15:59:12 pchrist Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/scsh-install-lib/scsh-install-lib-1.3.0.ebuild,v 1.3 2012/11/24 14:16:55 ulm Exp $ inherit scsh @@ -8,7 +8,7 @@ DESCRIPTION="Installation tool for the Scheme Untergrund Library" HOMEPAGE="http://lamp.epfl.ch/~schinz/scsh_packages/" SRC_URI="http://lamp.epfl.ch/~schinz/scsh_packages/${P}.tar.gz" -LICENSE="as-is BSD" +LICENSE="BSD" SLOT="0" KEYWORDS="~x86" IUSE="" |