add missing copyright notices

SVN-Revision: 4097
lede-17.01
Felix Fietkau 2006-06-27 23:53:48 +00:00
parent 99b2a9aebe
commit 74b7b29d17
4 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,5 @@
# Copyright (C) 2006 OpenWrt.org
BEGIN {
print ". /etc/config/network"
print "proto=\"$wan_proto\""

View File

@ -1,3 +1,5 @@
# Copyright (C) 2006 OpenWrt.org
# RULE SYNTAX:
#
# forward:<match>:<target>[:<port>]

View File

@ -1,4 +1,5 @@
#!/bin/sh
# Copyright (C) 2006 OpenWrt.org
## Please make changes in /etc/firewall.user

View File

@ -1,4 +1,6 @@
#!/bin/sh
# Copyright (C) 2006 OpenWrt.org
. /etc/config/network
WAN="$wan_ifname"