diff options
author | Ulrich Müller <ulm@gentoo.org> | 2012-11-27 12:50:40 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2012-11-27 12:50:40 +0000 |
commit | 50db4da9211a36045a2639f15d12816c3b56e109 (patch) | |
tree | 92340daeefa2058df4c9ece799f18f97c74d23ac /eclass/scsh.eclass | |
parent | Version bump to git tag. (diff) | |
download | historical-50db4da9211a36045a2639f15d12816c3b56e109.tar.gz historical-50db4da9211a36045a2639f15d12816c3b56e109.tar.bz2 historical-50db4da9211a36045a2639f15d12816c3b56e109.zip |
Drop default LICENSE assignment.
Diffstat (limited to 'eclass/scsh.eclass')
-rw-r--r-- | eclass/scsh.eclass | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/eclass/scsh.eclass b/eclass/scsh.eclass index 66ae17d65cb6..cda8942a39a1 100644 --- a/eclass/scsh.eclass +++ b/eclass/scsh.eclass @@ -1,11 +1,10 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/scsh.eclass,v 1.9 2012/06/02 19:16:31 zmedico Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/scsh.eclass,v 1.10 2012/11/27 12:50:40 ulm Exp $ # inherit eutils multilib -LICENSE="as-is BSD" SLOT="0" IUSE="scsh" |