diff options
author | Felix Fietkau <nbd@openwrt.org> | 2006-06-27 23:53:48 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2006-06-27 23:53:48 +0000 |
commit | f02ffe6441a7f402b9ed8ad5a8e7396201948443 (patch) | |
tree | da2350d979c6e3ad0a96b0fb2e47a0814b667e74 /package/iptables/files | |
parent | 16102085e15853102b78d837976add177ab6e486 (diff) | |
download | upstream-f02ffe6441a7f402b9ed8ad5a8e7396201948443.tar.gz upstream-f02ffe6441a7f402b9ed8ad5a8e7396201948443.tar.bz2 upstream-f02ffe6441a7f402b9ed8ad5a8e7396201948443.zip |
add missing copyright notices
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4097 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/iptables/files')
-rw-r--r-- | package/iptables/files/firewall.awk | 2 | ||||
-rw-r--r-- | package/iptables/files/firewall.config | 2 | ||||
-rwxr-xr-x | package/iptables/files/firewall.init | 1 | ||||
-rwxr-xr-x | package/iptables/files/firewall.user | 2 |
4 files changed, 7 insertions, 0 deletions
diff --git a/package/iptables/files/firewall.awk b/package/iptables/files/firewall.awk index 1a201a0bce..5378330045 100644 --- a/package/iptables/files/firewall.awk +++ b/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/package/iptables/files/firewall.config b/package/iptables/files/firewall.config index 7edd4ba4e4..1b92954c93 100644 --- a/package/iptables/files/firewall.config +++ b/package/iptables/files/firewall.config @@ -1,3 +1,5 @@ +# Copyright (C) 2006 OpenWrt.org + # RULE SYNTAX: # # forward:<match>:<target>[:<port>] diff --git a/package/iptables/files/firewall.init b/package/iptables/files/firewall.init index 3804d044f8..e174d84bb2 100755 --- a/package/iptables/files/firewall.init +++ b/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/package/iptables/files/firewall.user b/package/iptables/files/firewall.user index f13f50bf66..1fb862e9b0 100755 --- a/package/iptables/files/firewall.user +++ b/package/iptables/files/firewall.user @@ -1,4 +1,6 @@ #!/bin/sh +# Copyright (C) 2006 OpenWrt.org + . /etc/config/network WAN="$wan_ifname" |