add copyright headers to base-files scripts and config files
[openwrt.git] / package / base-files / default / bin / login
index 8f92817..ff5d366 100755 (executable)
@@ -1,4 +1,6 @@
 #!/bin/sh
+# Copyright (C) 2006 OpenWrt.org
+
 grep '^root:[^!]' /etc/passwd >&- 2>&-
 [ "$?" = "0" -a -z "$FAILSAFE" ]  &&  
 {