# Copyright 2006-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 17 Sep 2007; Chris Gianelloni <wolf31o2@gentoo.org> generic/linuxrc,
+ netboot/misc/bin/net-setup, netboot/misc/etc/fstab:
+ Remove some unnecessary copyright dates from a few files so we don't keep
+ forgetting to update them when we modify the files.
+
17 Sep 2007; Chris Gianelloni <wolf31o2@gentoo.org> gen_cmdline.sh,
gen_configkernel.sh, gen_determineargs.sh, gen_initramfs.sh, genkernel,
genkernel.8, mips/config.sh:
#!/bin/sh
-# Copyright 2003-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
. /etc/initrd.defaults
. /etc/initrd.scripts
#!/bin/ash
-# Copyright 2001-2006 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-
MYIP=""
MYGW=""
-# Copyright 1999-2006 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-
# /etc/fstab: static file system information.
# <fs> <mountpoint> <type> <opts> <dump/pass>
-
#// Main Filesystems
none /tmp tmpfs defaults,rw 0 0
-
#// Miscellaneous Filesystems
proc /proc proc defaults 0 0
sysfs /sys sysfs defaults 0 0