summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2012-11-27 12:50:40 +0000
committerUlrich Müller <ulm@gentoo.org>2012-11-27 12:50:40 +0000
commita594be47271c8b6bf737e1e1c0da9526f51f4b08 (patch)
tree09041ae7ff0581dd0e6d43db6eef9434e67ff059 /eclass
parentVersion bump to git tag. (diff)
downloadgentoo-2-a594be47271c8b6bf737e1e1c0da9526f51f4b08.tar.gz
gentoo-2-a594be47271c8b6bf737e1e1c0da9526f51f4b08.tar.bz2
gentoo-2-a594be47271c8b6bf737e1e1c0da9526f51f4b08.zip
Drop default LICENSE assignment.
Diffstat (limited to 'eclass')
-rw-r--r--eclass/ChangeLog5
-rw-r--r--eclass/scsh.eclass3
2 files changed, 5 insertions, 3 deletions
diff --git a/eclass/ChangeLog b/eclass/ChangeLog
index 535ca4b8cd51..13183f08ab22 100644
--- a/eclass/ChangeLog
+++ b/eclass/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for eclass directory
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.524 2012/11/27 00:48:01 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.525 2012/11/27 12:50:40 ulm Exp $
+
+ 27 Nov 2012; Ulrich Müller <ulm@gentoo.org> scsh.eclass:
+ Drop default LICENSE assignment.
27 Nov 2012; Alexandre Rostovtsev <tetromino@gentoo.org> gnome2.eclass:
Handle DOCS when it is an exported array, i.e. "declare -ax" (bug #444740,
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"