diff options
author | Remi Cardona <remi@gentoo.org> | 2009-09-19 21:19:29 +0000 |
---|---|---|
committer | Remi Cardona <remi@gentoo.org> | 2009-09-19 21:19:29 +0000 |
commit | c3c8b2712dd0ce887d4ed84f398ac218dda62409 (patch) | |
tree | e15fb132cb2900fbfab881fab1827b18fbdeaff8 /eclass/x-modular.eclass | |
parent | x11-misc/rendercheck: drop old ebuilds (diff) | |
download | historical-c3c8b2712dd0ce887d4ed84f398ac218dda62409.tar.gz historical-c3c8b2712dd0ce887d4ed84f398ac218dda62409.tar.bz2 historical-c3c8b2712dd0ce887d4ed84f398ac218dda62409.zip |
set MIT as the default license for x-modular ebuilds
Diffstat (limited to 'eclass/x-modular.eclass')
-rw-r--r-- | eclass/x-modular.eclass | 7 |
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 |