From: nbd Date: Tue, 27 Jun 2006 23:53:48 +0000 (+0000) Subject: add missing copyright notices X-Git-Url: https://git.archive.openwrt.org/?a=commitdiff_plain;h=fabc9e7893e9cab508e753172fa82028aad2f5a0;p=openwrt.git add missing copyright notices git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4097 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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::[:] 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"