diff options
author | 2003-02-28 16:54:59 +0000 | |
---|---|---|
committer | 2003-02-28 16:54:59 +0000 | |
commit | 8996b4a6dc9afca0b4b466a956d60b8ac17ba8c6 (patch) | |
tree | bab8dce8f72fe3c2fbea40314b924bb3c606a7f1 /dev-lisp/sbcl | |
parent | Version bumped. (diff) | |
download | historical-8996b4a6dc9afca0b4b466a956d60b8ac17ba8c6.tar.gz historical-8996b4a6dc9afca0b4b466a956d60b8ac17ba8c6.tar.bz2 historical-8996b4a6dc9afca0b4b466a956d60b8ac17ba8c6.zip |
License Fixes. Part 2.
Diffstat (limited to 'dev-lisp/sbcl')
-rw-r--r-- | dev-lisp/sbcl/sbcl-0.6.12.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lisp/sbcl/sbcl-0.6.12.ebuild b/dev-lisp/sbcl/sbcl-0.6.12.ebuild index 5e4bcd470c2a..a96888bd637f 100644 --- a/dev-lisp/sbcl/sbcl-0.6.12.ebuild +++ b/dev-lisp/sbcl/sbcl-0.6.12.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/sbcl-0.6.12.ebuild,v 1.10 2003/02/13 10:54:20 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/sbcl-0.6.12.ebuild,v 1.11 2003/02/28 16:54:59 liquidx Exp $ S=${WORKDIR}/${P} @@ -14,7 +14,7 @@ HOMEPAGE="http://sbcl.sourceforge.net/" PROVIDE="virtual/commonlisp" -LICENSE="PD" +LICENSE="MIT" SLOT="0" KEYWORDS="x86" |