diff options
author | William McArthur <sandymac@gentoo.org> | 2002-04-29 21:01:13 +0000 |
---|---|---|
committer | William McArthur <sandymac@gentoo.org> | 2002-04-29 21:01:13 +0000 |
commit | 8ed84a585f378ad468b2949fad641d05b14c475a (patch) | |
tree | 65864fc744b33743df8db17a9f0acf567ff457b6 /sys-kernel/vanilla-sources | |
parent | Updated some ebuilds with the appropriate LICENSE="foo" line. (diff) | |
download | gentoo-2-8ed84a585f378ad468b2949fad641d05b14c475a.tar.gz gentoo-2-8ed84a585f378ad468b2949fad641d05b14c475a.tar.bz2 gentoo-2-8ed84a585f378ad468b2949fad641d05b14c475a.zip |
Added LICENSE="GPL-2" to each of the current kernel ebuilds.
Diffstat (limited to 'sys-kernel/vanilla-sources')
-rw-r--r-- | sys-kernel/vanilla-sources/vanilla-sources-2.4.18.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-kernel/vanilla-sources/vanilla-sources-2.4.18.ebuild b/sys-kernel/vanilla-sources/vanilla-sources-2.4.18.ebuild index 5844c1cc2638..86e9a15a16f3 100644 --- a/sys-kernel/vanilla-sources/vanilla-sources-2.4.18.ebuild +++ b/sys-kernel/vanilla-sources/vanilla-sources-2.4.18.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # Maintainer: Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/vanilla-sources/vanilla-sources-2.4.18.ebuild,v 1.2 2002/04/25 06:56:23 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/vanilla-sources/vanilla-sources-2.4.18.ebuild,v 1.3 2002/04/29 21:01:13 sandymac Exp $ #OKV=original kernel version, KV=patched kernel version. They can be the same. #we use this next variable to avoid duplicating stuff on cvs @@ -20,6 +20,7 @@ DESCRIPTION="Full sources for the Gentoo Linux kernel" SRC_URI="http://www.kernel.org/pub/linux/kernel/v2.4/linux-${OKV}.tar.bz2" PROVIDE="virtual/linux-sources" HOMEPAGE="http://www.kernel.org/ http://www.gentoo.org/" +LICENSE="GPL-2" if [ $ETYPE = "sources" ] && [ -z "`use build`" ] then |