1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-04 23:22:22 +03:00

add missing copyright notices

git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4097 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2006-06-27 23:53:48 +00:00
parent bc1c3a84e0
commit fabc9e7893
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"