more cleanups
[openwrt-10.03/.git] / package / base-files / default / bin / login
index 8f9281726d5ac1d06cd7c038347973771cf2f608..ff5d3660e40df8608032d7c6a2e05f8f7adca69f 100755 (executable)
@@ -1,4 +1,6 @@
 #!/bin/sh
+# Copyright (C) 2006 OpenWrt.org
+
 grep '^root:[^!]' /etc/passwd >&- 2>&-
 [ "$?" = "0" -a -z "$FAILSAFE" ]  &&  
 {