add missing copyright
[openwrt.git] / package / base-files / default / sbin / ifup
index a86a767..390f960 100755 (executable)
@@ -1,4 +1,6 @@
 #!/bin/sh
+# Copyright (C) 2006 OpenWrt.org
+
 [ $# = 0 ] && { echo "  $0 <group>"; exit; }
 . /etc/functions.sh
 . /etc/config/network
This page took 0.019335 seconds and 4 git commands to generate.