From: Felix Fietkau Date: Tue, 27 Jun 2006 23:53:48 +0000 (+0000) Subject: add missing copyright notices X-Git-Tag: reboot~30718^2~443 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=74b7b29d17a8fcbc2147bd4a32f45a955488a083 add missing copyright notices SVN-Revision: 4097 --- diff --git a/openwrt/package/iptables/files/firewall.awk b/openwrt/package/iptables/files/firewall.awk index 1a201a0bce..5378330045 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 7edd4ba4e4..1b92954c93 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::[:] diff --git a/openwrt/package/iptables/files/firewall.init b/openwrt/package/iptables/files/firewall.init index 3804d044f8..e174d84bb2 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 f13f50bf66..1fb862e9b0 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"