summaryrefslogtreecommitdiff
path: root/openwrt
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2006-06-27 23:53:48 +0000
committerFelix Fietkau <nbd@openwrt.org>2006-06-27 23:53:48 +0000
commit74b7b29d17a8fcbc2147bd4a32f45a955488a083 (patch)
treeb769b650e1b8e7fe71256b5c4cee69f9eca7262d /openwrt
parent99b2a9aebe53ccf381dc81a8e4922401c0853bad (diff)
downloadmtk-20170518-74b7b29d17a8fcbc2147bd4a32f45a955488a083.zip
mtk-20170518-74b7b29d17a8fcbc2147bd4a32f45a955488a083.tar.gz
mtk-20170518-74b7b29d17a8fcbc2147bd4a32f45a955488a083.tar.bz2
add missing copyright notices
SVN-Revision: 4097
Diffstat (limited to 'openwrt')
-rw-r--r--openwrt/package/iptables/files/firewall.awk2
-rw-r--r--openwrt/package/iptables/files/firewall.config2
-rwxr-xr-xopenwrt/package/iptables/files/firewall.init1
-rwxr-xr-xopenwrt/package/iptables/files/firewall.user2
4 files changed, 7 insertions, 0 deletions
diff --git a/openwrt/package/iptables/files/firewall.awk b/openwrt/package/iptables/files/firewall.awk
index 1a201a0..5378330 100644
--- a/openwrt/package/iptables/files/firewall.awk
+++ b/openwrt/package/iptables/files/firewall.awk
@@ -1,3 +1,5 @@
+# Copyright (C) 2006 OpenWrt.org
+
BEGIN {
print ". /etc/config/network"
print "proto=\"$wan_proto\""
diff --git a/openwrt/package/iptables/files/firewall.config b/openwrt/package/iptables/files/firewall.config
index 7edd4ba..1b92954 100644
--- a/openwrt/package/iptables/files/firewall.config
+++ b/openwrt/package/iptables/files/firewall.config
@@ -1,3 +1,5 @@
+# Copyright (C) 2006 OpenWrt.org
+
# RULE SYNTAX:
#
# forward:<match>:<target>[:<port>]
diff --git a/openwrt/package/iptables/files/firewall.init b/openwrt/package/iptables/files/firewall.init
index 3804d04..e174d84 100755
--- a/openwrt/package/iptables/files/firewall.init
+++ b/openwrt/package/iptables/files/firewall.init
@@ -1,4 +1,5 @@
#!/bin/sh
+# Copyright (C) 2006 OpenWrt.org
## Please make changes in /etc/firewall.user
diff --git a/openwrt/package/iptables/files/firewall.user b/openwrt/package/iptables/files/firewall.user
index f13f50b..1fb862e 100755
--- a/openwrt/package/iptables/files/firewall.user
+++ b/openwrt/package/iptables/files/firewall.user
@@ -1,4 +1,6 @@
#!/bin/sh
+# Copyright (C) 2006 OpenWrt.org
+
. /etc/config/network
WAN="$wan_ifname"