add copyright headers to base-files scripts and config files
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 27 Jun 2006 00:36:13 +0000 (00:36 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 27 Jun 2006 00:36:13 +0000 (00:36 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4090 3c298f89-4303-0410-b956-a3cf2f4a3e73

40 files changed:
package/base-files/ar7-2.4/bin/firstboot
package/base-files/aruba-2.6/etc/config/network
package/base-files/au1000-2.6/etc/config/network
package/base-files/au1000-2.6/sbin/mount_root
package/base-files/brcm-2.4/bin/firstboot
package/base-files/brcm-2.4/etc/config/wireless
package/base-files/brcm-2.4/etc/hotplug.d/net/09-net
package/base-files/brcm-2.4/etc/init.d/S05netconfig
package/base-files/brcm-2.4/etc/preinit
package/base-files/brcm-2.4/sbin/mount_root
package/base-files/brcm-2.6/bin/firstboot
package/base-files/brcm-2.6/etc/hotplug.d/net/09-net
package/base-files/brcm-2.6/etc/init.d/S05netconfig
package/base-files/brcm-2.6/etc/preinit
package/base-files/brcm-2.6/sbin/mount_root
package/base-files/default/bin/ipcalc
package/base-files/default/bin/login
package/base-files/default/etc/functions.sh
package/base-files/default/etc/hotplug.d/net/10-net
package/base-files/default/etc/hotplug.d/usb/01-mount
package/base-files/default/etc/init.d/S10boot
package/base-files/default/etc/init.d/S50httpd
package/base-files/default/etc/init.d/S50telnet
package/base-files/default/etc/init.d/S60cron
package/base-files/default/etc/init.d/S98done
package/base-files/default/etc/init.d/rcS
package/base-files/default/etc/nvram.sh
package/base-files/default/sbin/hotplug
package/base-files/default/sbin/ifdown
package/base-files/default/sbin/ifup
package/base-files/default/sbin/mount_root
package/base-files/default/sbin/wifi
package/base-files/default/usr/lib/common.awk
package/base-files/default/usr/lib/parse-config.awk
package/base-files/rb532-2.6/etc/config/network
package/base-files/sibyte-2.6/etc/config/network
package/base-files/sibyte-2.6/etc/inittab
package/base-files/x86-2.4/etc/config/network
package/base-files/x86-2.6/etc/config/network
package/base-files/xscale-2.6/etc/config/network

index 955423b..774bbc7 100755 (executable)
@@ -1,5 +1,5 @@
 #!/bin/sh
-# $Id$
+# Copyright (C) 2006 OpenWrt.org
 
 rom=$(awk '/squashfs/ {print $2}' /proc/mounts)
 jffs=$(awk '/jffs2/ {print $2}' /proc/mounts)
index f60332c..6579779 100644 (file)
@@ -1,4 +1,6 @@
 # Network configuration file
+# Copyright (C) 2006 OpenWrt.org
+
 
 ## LAN configuration
 lan_ifname="eth0"
index 2cc9e26..576677b 100644 (file)
@@ -1,4 +1,5 @@
 # Network configuration file
+# Copyright (C) 2006 OpenWrt.org
 
 ## LAN configuration
 lan_ifname="br0"
index bc4165c..718394c 100755 (executable)
@@ -1,4 +1,6 @@
 #!/bin/sh
+# Copyright (C) 2006 OpenWrt.org
+
 mount none /proc -t proc
 size=$(awk '/Mem:/ {l=5242880;print((s=$2/2)<l)?$2-l:s}' /proc/meminfo)
 mount none /tmp -t tmpfs -o size=$size
index 2818978..d37ce4f 100755 (executable)
@@ -1,5 +1,5 @@
 #!/bin/sh
-# $Id$
+# Copyright (C) 2006 OpenWrt.org
 
 rom=$(awk '/squashfs/ {print $2}' /proc/mounts)
 jffs=$(awk '/jffs2/ {print $2}' /proc/mounts)
index a7e6743..9dc4945 100644 (file)
@@ -1,3 +1,5 @@
+# Copyright (C) 2006 OpenWrt.org
+
 config wifi-device     wl0
        option type     broadcom
        option channel  5
index 9dd7796..48abdf4 100644 (file)
@@ -1,4 +1,6 @@
 #!/bin/sh
+# Copyright (C) 2006 OpenWrt.org
+
 setup_wl()
 {
        [ -f /proc/net/wl0 ] && {
index 6a626f5..0f53c0c 100755 (executable)
@@ -1,4 +1,6 @@
 #!/bin/sh
+# Copyright (C) 2006 OpenWrt.org
+
 [ -e /etc/config/network ] && exit 0
 
 mkdir -p /etc/config
index 5b676ca..fb13e10 100755 (executable)
@@ -1,4 +1,6 @@
 #!/bin/sh
+# Copyright (C) 2006 OpenWrt.org
+
 export PATH=/bin:/sbin:/usr/bin:/usr/sbin
 mount none /proc -t proc
 
index 8edac78..ec82cd4 100755 (executable)
@@ -1,4 +1,6 @@
 #!/bin/sh
+# Copyright (C) 2006 OpenWrt.org
+
 is_dirty() {
        grep Broadcom /proc/cpuinfo >&- || return 1
        OFFSET="$(($(hexdump -v /dev/mtdblock/1 -s 20 -n 2 -e '"%d"')-1))"
index 2818978..d37ce4f 100755 (executable)
@@ -1,5 +1,5 @@
 #!/bin/sh
-# $Id$
+# Copyright (C) 2006 OpenWrt.org
 
 rom=$(awk '/squashfs/ {print $2}' /proc/mounts)
 jffs=$(awk '/jffs2/ {print $2}' /proc/mounts)
index 8bbf604..90a92bd 100644 (file)
@@ -1,4 +1,6 @@
 #!/bin/sh
+# Copyright (C) 2006 OpenWrt.org
+
 setup_eth()
 {
        [ -d /proc/switch ] || {
index 6a626f5..0f53c0c 100755 (executable)
@@ -1,4 +1,6 @@
 #!/bin/sh
+# Copyright (C) 2006 OpenWrt.org
+
 [ -e /etc/config/network ] && exit 0
 
 mkdir -p /etc/config
index 5b676ca..fb13e10 100755 (executable)
@@ -1,4 +1,6 @@
 #!/bin/sh
+# Copyright (C) 2006 OpenWrt.org
+
 export PATH=/bin:/sbin:/usr/bin:/usr/sbin
 mount none /proc -t proc
 
index a3ada58..e3bdd36 100755 (executable)
@@ -1,4 +1,6 @@
 #!/bin/sh
+# Copyright (C) 2006 OpenWrt.org
+
 is_dirty() {
        grep Broadcom /proc/cpuinfo >&- || return 1
        OFFSET="$(($(hexdump -v /dev/mtdblock/1 -s 20 -n 2 -e '"%d"')-1))"
index 318980e..23af6a0 100755 (executable)
@@ -1,4 +1,5 @@
 #!/bin/sh
+# Copyright (C) 2006 OpenWrt.org
 
 awk -f /usr/lib/common.awk -f - $* <<EOF
 BEGIN {
index 8f92817..ff5d366 100755 (executable)
@@ -1,4 +1,6 @@
 #!/bin/sh
+# Copyright (C) 2006 OpenWrt.org
+
 grep '^root:[^!]' /etc/passwd >&- 2>&-
 [ "$?" = "0" -a -z "$FAILSAFE" ]  &&  
 {
index 3010196..a7f7c42 100755 (executable)
@@ -1,4 +1,6 @@
 #!/bin/sh
+# Copyright (C) 2006 OpenWrt.org
+
 alias debug=${DEBUG:-:}
 
 # newline
index b68ec1b..f306ae3 100644 (file)
@@ -1,4 +1,6 @@
 #!/bin/sh
+# Copyright (C) 2006 OpenWrt.org
+
 find_name()
 {
        for ifname in lan wan wifi ${ifnames}; do
index c28ada2..c4d356b 100644 (file)
@@ -1,3 +1,6 @@
+#!/bin/sh
+# Copyright (C) 2006 OpenWrt.org
+
 mount_storage() {
        cd /dev/discs
        for dev in disc*; do
index e0d15db..cb5c6ac 100755 (executable)
@@ -1,4 +1,6 @@
 #!/bin/sh
+# Copyright (C) 2006 OpenWrt.org
+
 . /etc/functions.sh
 
 [ -f /proc/mounts ] || /sbin/mount_root
index a1b883d..d278519 100755 (executable)
@@ -1,2 +1,4 @@
 #!/bin/sh
+# Copyright (C) 2006 OpenWrt.org
+
 [ -d /www ] && httpd -p 80 -h /www -r OpenWrt
index fb9687c..25242bd 100755 (executable)
@@ -1,2 +1,4 @@
 #!/bin/sh
+# Copyright (C) 2006 OpenWrt.org
+
 if awk -F: '/^root:/ && $2 !~ /\!/ {exit 1}' /etc/passwd 2>/dev/null; then telnetd -l /bin/login; fi
index 1752734..6df9b7d 100755 (executable)
@@ -1,4 +1,6 @@
 #!/bin/sh
+# Copyright (C) 2006 OpenWrt.org
+
 mkdir -p /var/spool/cron
 ln -s /etc/crontabs /var/spool/cron/crontabs
 crond -c /etc/crontabs
index 5d5ab49..a1ea5ad 100755 (executable)
@@ -1,4 +1,6 @@
 #!/bin/sh
+# Copyright (C) 2006 OpenWrt.org
+
 sysctl -p >&-
 
 # automagically run firstboot
index b38e449..dad989f 100755 (executable)
@@ -1,4 +1,6 @@
 #!/bin/sh
+# Copyright (C) 2006 OpenWrt.org
+
 ${FAILSAFE:+exit}
 
 [ -f /etc/config/network ] && . /etc/config/network
index 4d39a10..ddbd88b 100644 (file)
@@ -1,4 +1,6 @@
 #!/bin/ash
+# Copyright (C) 2006 OpenWrt.org
+
 
 # allow env to override nvram
 nvram () {
index 1062993..afe52a4 100755 (executable)
@@ -1,4 +1,5 @@
 #!/bin/sh
+# Copyright (C) 2006 OpenWrt.org
 
 # bypass the normal hotplug path for firmware loading
 # would otherwise cause problems with drivers like bcm43xx
index 0d85ca8..50ffee5 100755 (executable)
@@ -1,4 +1,6 @@
 #!/bin/sh
+# Copyright (C) 2006 OpenWrt.org
+
 [ $# = 0 ] && { echo "  $0 <group>"; exit; }
 . /etc/functions.sh
 . /etc/config/network
index a86a767..390f960 100755 (executable)
@@ -1,4 +1,6 @@
 #!/bin/sh
+# Copyright (C) 2006 OpenWrt.org
+
 [ $# = 0 ] && { echo "  $0 <group>"; exit; }
 . /etc/functions.sh
 . /etc/config/network
index 647c253..81660f0 100755 (executable)
@@ -1,4 +1,6 @@
 #!/bin/sh
+# Copyright (C) 2006 OpenWrt.org
+
 mount none /proc -t proc
 size=$(awk '/Mem:/ {l=5242880;print((s=$2/2)<l)?$2-l:s}' /proc/meminfo)
 mount none /tmp -t tmpfs -o size=$size,nosuid,nodev,mode=1777
index b8b995b..63b2f12 100755 (executable)
@@ -1,4 +1,6 @@
 #!/bin/sh
+# Copyright (C) 2006 OpenWrt.org
+
 . /etc/functions.sh
 
 config_get_bool() {
index 63a8cf2..c5ce680 100644 (file)
@@ -1,3 +1,5 @@
+# Copyright (C) 2006 OpenWrt.org
+
 function portstr(type, str) {
        gsub(/-/, ":", str)
        if (insmod_mport != 1) {
index bde5c00..cf1b09c 100644 (file)
@@ -1,3 +1,5 @@
+# Copyright (C) 2006 OpenWrt.org
+
 {
        line=$0
        gsub(/^[ \t]*/, "")
index f60332c..2bb48b8 100644 (file)
@@ -1,4 +1,5 @@
 # Network configuration file
+# Copyright (C) 2006 OpenWrt.org
 
 ## LAN configuration
 lan_ifname="eth0"
index 2cc9e26..576677b 100644 (file)
@@ -1,4 +1,5 @@
 # Network configuration file
+# Copyright (C) 2006 OpenWrt.org
 
 ## LAN configuration
 lan_ifname="br0"
index 6eef29e..a6f4e17 100644 (file)
@@ -1,3 +1,5 @@
+# Copyright (C) 2006 OpenWrt.org
+
 ::sysinit:/etc/init.d/rcS
 duart/0::askfirst:/bin/ash --login
 #tts/1::askfirst:/bin/ash --login
index fd0f557..7bcfd08 100644 (file)
@@ -1,4 +1,5 @@
 # Network configuration file
+# Copyright (C) 2006 OpenWrt.org
 
 ## LAN configuration
 lan_ifname="br0"
index fd0f557..7bcfd08 100644 (file)
@@ -1,4 +1,5 @@
 # Network configuration file
+# Copyright (C) 2006 OpenWrt.org
 
 ## LAN configuration
 lan_ifname="br0"
index f60332c..2bb48b8 100644 (file)
@@ -1,4 +1,5 @@
 # Network configuration file
+# Copyright (C) 2006 OpenWrt.org
 
 ## LAN configuration
 lan_ifname="eth0"