aboutsummaryrefslogtreecommitdiffstats
path: root/package/base-files/default/bin
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2006-06-27 00:36:13 +0000
committerFelix Fietkau <nbd@openwrt.org>2006-06-27 00:36:13 +0000
commitd746a3c00aa26d453d96f4fbba451f30cdc13287 (patch)
treeae453198d2fb7da5cf5a393bb85106cf10e919a0 /package/base-files/default/bin
parent1e3f11406db5fb18b66015416a38d416ba082c06 (diff)
downloadupstream-d746a3c00aa26d453d96f4fbba451f30cdc13287.tar.gz
upstream-d746a3c00aa26d453d96f4fbba451f30cdc13287.tar.bz2
upstream-d746a3c00aa26d453d96f4fbba451f30cdc13287.zip
add copyright headers to base-files scripts and config files
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4090 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/base-files/default/bin')
-rwxr-xr-xpackage/base-files/default/bin/ipcalc1
-rwxr-xr-xpackage/base-files/default/bin/login2
2 files changed, 3 insertions, 0 deletions
diff --git a/package/base-files/default/bin/ipcalc b/package/base-files/default/bin/ipcalc
index 318980e5a2..23af6a0c3b 100755
--- a/package/base-files/default/bin/ipcalc
+++ b/package/base-files/default/bin/ipcalc
@@ -1,4 +1,5 @@
#!/bin/sh
+# Copyright (C) 2006 OpenWrt.org
awk -f /usr/lib/common.awk -f - $* <<EOF
BEGIN {
diff --git a/package/base-files/default/bin/login b/package/base-files/default/bin/login
index 8f9281726d..ff5d3660e4 100755
--- a/package/base-files/default/bin/login
+++ b/package/base-files/default/bin/login
@@ -1,4 +1,6 @@
#!/bin/sh
+# Copyright (C) 2006 OpenWrt.org
+
grep '^root:[^!]' /etc/passwd >&- 2>&-
[ "$?" = "0" -a -z "$FAILSAFE" ] &&
{