diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2007-09-17 20:30:19 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2007-09-17 20:30:19 +0000 |
commit | 9e69a8a871228f3c17a13e305960f044e5952fc6 (patch) | |
tree | bf2f6c2995c73b25d54657df4725bb7957512aeb /netboot | |
parent | Renamed gensplash to splash and marked gensplash as deprecated. This is 3.4.... (diff) | |
download | genkernel-9e69a8a871228f3c17a13e305960f044e5952fc6.tar.gz genkernel-9e69a8a871228f3c17a13e305960f044e5952fc6.tar.bz2 genkernel-9e69a8a871228f3c17a13e305960f044e5952fc6.zip |
Remove some unnecessary copyright dates from a few files so we don't keep forgetting to update them when we modify the files.
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@537 67a159dc-881f-0410-a524-ba9dfbe2cb84
Diffstat (limited to 'netboot')
-rw-r--r-- | netboot/misc/bin/net-setup | 3 | ||||
-rw-r--r-- | netboot/misc/etc/fstab | 5 |
2 files changed, 0 insertions, 8 deletions
diff --git a/netboot/misc/bin/net-setup b/netboot/misc/bin/net-setup index 8c153861..91c408a3 100644 --- a/netboot/misc/bin/net-setup +++ b/netboot/misc/bin/net-setup @@ -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="" diff --git a/netboot/misc/etc/fstab b/netboot/misc/etc/fstab index 4f312cd8..b02d3de6 100644 --- a/netboot/misc/etc/fstab +++ b/netboot/misc/etc/fstab @@ -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 |