mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-20 17:32:57 +00:00
add missing copyright notices
SVN-Revision: 4097
This commit is contained in:
parent
99b2a9aebe
commit
74b7b29d17
@ -1,3 +1,5 @@
|
||||
# Copyright (C) 2006 OpenWrt.org
|
||||
|
||||
BEGIN {
|
||||
print ". /etc/config/network"
|
||||
print "proto=\"$wan_proto\""
|
||||
|
@ -1,3 +1,5 @@
|
||||
# Copyright (C) 2006 OpenWrt.org
|
||||
|
||||
# RULE SYNTAX:
|
||||
#
|
||||
# forward:<match>:<target>[:<port>]
|
||||
|
@ -1,4 +1,5 @@
|
||||
#!/bin/sh
|
||||
# Copyright (C) 2006 OpenWrt.org
|
||||
|
||||
## Please make changes in /etc/firewall.user
|
||||
|
||||
|
@ -1,4 +1,6 @@
|
||||
#!/bin/sh
|
||||
# Copyright (C) 2006 OpenWrt.org
|
||||
|
||||
. /etc/config/network
|
||||
|
||||
WAN="$wan_ifname"
|
||||
|
Loading…
x
Reference in New Issue
Block a user