Remove some unnecessary copyright dates from a few files so we don't keep forgetting...
authorChris Gianelloni <wolf31o2@gentoo.org>
Mon, 17 Sep 2007 20:30:19 +0000 (20:30 +0000)
committerChris Gianelloni <wolf31o2@gentoo.org>
Mon, 17 Sep 2007 20:30:19 +0000 (20:30 +0000)
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@537 67a159dc-881f-0410-a524-ba9dfbe2cb84

ChangeLog
generic/linuxrc
netboot/misc/bin/net-setup
netboot/misc/etc/fstab

index fa21470cfb76ea86d5a59237254d61536b342899..c37a0d525e5be0bc9213526ffb0d822a369f98e5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,11 @@
 # 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:
index 7f3698881727600393e79f22322e0f60b64ebb2b..77d4bd7ba181cb8a0e5d8bfa8cf6ba26333d63af 100644 (file)
@@ -1,6 +1,4 @@
 #!/bin/sh
-# Copyright 2003-2007 Gentoo Foundation 
-# Distributed under the terms of the GNU General Public License v2
 
 . /etc/initrd.defaults
 . /etc/initrd.scripts
index 8c153861ef1681a456aba6c8c5e30dbfe2755928..91c408a38e6de2f968a6d85d23e019ac4347fe11 100644 (file)
@@ -1,8 +1,5 @@
 #!/bin/ash
 
-# Copyright 2001-2006 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-
 MYIP=""
 MYGW=""
 
index 4f312cd8d9eb7c7de7362e35f30aaf5729c54718..b02d3de6762be72dac810322304aafa3deef54e4 100644 (file)
@@ -1,14 +1,9 @@
-# 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