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 | 65a11827aaff7544bd3904f4bafcc6b6064ab243 (patch) | |
tree | 7e09e61936ededa90d13430266fac3fd967e1dde /sys-kernel/usermode-sources | |
parent | Updated some ebuilds with the appropriate LICENSE="foo" line. (diff) | |
download | historical-65a11827aaff7544bd3904f4bafcc6b6064ab243.tar.gz historical-65a11827aaff7544bd3904f4bafcc6b6064ab243.tar.bz2 historical-65a11827aaff7544bd3904f4bafcc6b6064ab243.zip |
Added LICENSE="GPL-2" to each of the current kernel ebuilds.
Diffstat (limited to 'sys-kernel/usermode-sources')
-rw-r--r-- | sys-kernel/usermode-sources/usermode-sources-2.4.18-r1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-kernel/usermode-sources/usermode-sources-2.4.18-r1.ebuild b/sys-kernel/usermode-sources/usermode-sources-2.4.18-r1.ebuild index c241b7788e2f..5d7c2b3ee007 100644 --- a/sys-kernel/usermode-sources/usermode-sources-2.4.18-r1.ebuild +++ b/sys-kernel/usermode-sources/usermode-sources-2.4.18-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Maintainer: Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/usermode-sources/usermode-sources-2.4.18-r1.ebuild,v 1.1 2002/03/05 21:23:37 g2boojum Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/usermode-sources/usermode-sources-2.4.18-r1.ebuild,v 1.2 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 @@ -21,6 +21,7 @@ S=${WORKDIR}/linux-${KV} DESCRIPTION="Full (vanilla) sources for the User Mode Linux kernel" SRC_URI="http://www.kernel.org/pub/linux/kernel/v2.4/linux-${OKV}.tar.bz2 http://uml-pub.ists.dartmouth.edu/uml/${UML_PATCH}.bz2" HOMEPAGE="http://www.kernel.org/ http://user-mode-linux.sourceforge.net" +LICENSE="GPL-2" #console-tools is needed to solve the loadkeys fiasco. #binutils version needed to avoid Athlon/PIII/SSE assembler bugs. |