add copyright headers to base-files scripts and config files
[openwrt-10.03/.git] / package / base-files / default / etc / init.d / S50telnet
index fb9687c8aa78fe4f45dce042c8e01a405d3d74ca..25242bdef87a568dcbbaa031c8aed0828889442e 100755 (executable)
@@ -1,2 +1,4 @@
 #!/bin/sh
+# Copyright (C) 2006 OpenWrt.org
+
 if awk -F: '/^root:/ && $2 !~ /\!/ {exit 1}' /etc/passwd 2>/dev/null; then telnetd -l /bin/login; fi