summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémi Cardona <remi@gentoo.org>2009-09-19 21:19:29 +0000
committerRémi Cardona <remi@gentoo.org>2009-09-19 21:19:29 +0000
commit59f45237c3634cced99ecb663d69c4ef4322e05e (patch)
tree5659beccf9b16ea975ed7bf597d1f1a28c3b3609 /eclass/x-modular.eclass
parentx11-misc/rendercheck: drop old ebuilds (diff)
downloadgentoo-2-59f45237c3634cced99ecb663d69c4ef4322e05e.tar.gz
gentoo-2-59f45237c3634cced99ecb663d69c4ef4322e05e.tar.bz2
gentoo-2-59f45237c3634cced99ecb663d69c4ef4322e05e.zip
set MIT as the default license for x-modular ebuilds
Diffstat (limited to 'eclass/x-modular.eclass')
-rw-r--r--eclass/x-modular.eclass7
1 files changed, 4 insertions, 3 deletions
diff --git a/eclass/x-modular.eclass b/eclass/x-modular.eclass
index 65c5b5169668..4507aa884676 100644
--- a/eclass/x-modular.eclass
+++ b/eclass/x-modular.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/x-modular.eclass,v 1.112 2009/08/27 15:16:09 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/x-modular.eclass,v 1.113 2009/09/19 21:19:29 remi Exp $
#
# @ECLASS: x-modular.eclass
# @MAINTAINER:
@@ -105,8 +105,9 @@ fi
SLOT="0"
# Set the license for the package. This can be overridden by setting
-# LICENSE after the inherit.
-LICENSE=${PN}
+# LICENSE after the inherit. Nearly all FreeDesktop-hosted X packages
+# are under the MIT license. (This is what Red Hat does in their rpms)
+LICENSE="MIT"
# Set up shared dependencies
if [[ -n "${SNAPSHOT}" ]]; then