add missing copyright notices
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 27 Jun 2006 23:53:48 +0000 (23:53 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 27 Jun 2006 23:53:48 +0000 (23:53 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4097 3c298f89-4303-0410-b956-a3cf2f4a3e73

package/iptables/files/firewall.awk
package/iptables/files/firewall.config
package/iptables/files/firewall.init
package/iptables/files/firewall.user

index 1a201a0bce56efb38fa99e29ee64b9fcdcb6efa8..53783300453b5aa48028a8198738294ee4683a41 100644 (file)
@@ -1,3 +1,5 @@
+# Copyright (C) 2006 OpenWrt.org
+
 BEGIN {
        print ". /etc/config/network"
        print "proto=\"$wan_proto\""
index 7edd4ba4e44525ae7b535a993fc714c4e4ddad6f..1b92954c93693222f48ac1585290da44f0296fa0 100644 (file)
@@ -1,3 +1,5 @@
+# Copyright (C) 2006 OpenWrt.org
+
 # RULE SYNTAX:
 #
 # forward:<match>:<target>[:<port>]
index 3804d044f89fc90b62df60894bf056c091d4f483..e174d84bb2326334de032be30f17c814fc792b68 100755 (executable)
@@ -1,4 +1,5 @@
 #!/bin/sh
+# Copyright (C) 2006 OpenWrt.org
 
 ## Please make changes in /etc/firewall.user
 
index f13f50bf6639e33bf22a34f3400842247a53ad5c..1fb862e9b00567665d587c58adde57941538781a 100755 (executable)
@@ -1,4 +1,6 @@
 #!/bin/sh
+# Copyright (C) 2006 OpenWrt.org
+
 . /etc/config/network
 
 WAN="$wan_ifname"