aboutsummaryrefslogtreecommitdiff
path: root/loginutils
diff options
context:
space:
mode:
author"Robert P. J. Day" <rpjday@mindspring.com>2006-07-12 07:56:04 +0000
committer"Robert P. J. Day" <rpjday@mindspring.com>2006-07-12 07:56:04 +0000
commit801ab140132a111e9524371c9b8d425579692389 (patch)
tree4b77edc66fa955584108e01f7e8c025d73d00e51 /loginutils
parentab7d9be17cd75772c015b8eab885e176f271691e (diff)
downloadbusybox-801ab140132a111e9524371c9b8d425579692389.tar.gz
Add one-line GPL boilerplate to numerous (but not all yet) source files.
Diffstat (limited to 'loginutils')
-rw-r--r--loginutils/getty.c28
-rw-r--r--loginutils/login.c4
-rw-r--r--loginutils/passwd.c4
-rw-r--r--loginutils/sulogin.c4
-rw-r--r--loginutils/vlock.c1
5 files changed, 28 insertions, 13 deletions
diff --git a/loginutils/getty.c b/loginutils/getty.c
index bb9ed0dfd..2d05d9a1c 100644
--- a/loginutils/getty.c
+++ b/loginutils/getty.c
@@ -1,18 +1,20 @@
/* vi: set sw=4 ts=4: */
/* agetty.c - another getty program for Linux. By W. Z. Venema 1989
- Ported to Linux by Peter Orbaek <poe@daimi.aau.dk>
- This program is freely distributable. The entire man-page used to
- be here. Now read the real man-page agetty.8 instead.
-
- -f option added by Eric Rasmussen <ear@usfirst.org> - 12/28/95
-
- 1999-02-22 Arkadiusz Mi¶kiewicz <misiek@misiek.eu.org>
- - added Native Language Support
-
- 1999-05-05 Thorsten Kranzkowski <dl8bcu@gmx.net>
- - enable hardware flow control before displaying /etc/issue
-
-*/
+ * Ported to Linux by Peter Orbaek <poe@daimi.aau.dk>
+ * This program is freely distributable. The entire man-page used to
+ * be here. Now read the real man-page agetty.8 instead.
+ *
+ * option added by Eric Rasmussen <ear@usfirst.org> - 12/28/95
+ *
+ * 1999-02-22 Arkadiusz Mi¶kiewicz <misiek@misiek.eu.org>
+ * - added Native Language Support
+
+ * 1999-05-05 Thorsten Kranzkowski <dl8bcu@gmx.net>
+ * - enable hardware flow control before displaying /etc/issue
+ *
+ * Licensed under GPLv2 or later, see file LICENSE in this tarball for details.
+ *
+ */
#include <stdio.h>
#include <stdlib.h>
diff --git a/loginutils/login.c b/loginutils/login.c
index 789293af5..f3c7e70f4 100644
--- a/loginutils/login.c
+++ b/loginutils/login.c
@@ -1,4 +1,8 @@
/* vi: set sw=4 ts=4: */
+/*
+ * Licensed under GPLv2 or later, see file LICENSE in this tarball for details.
+ */
+
#include <fcntl.h>
#include <signal.h>
#include <stdio.h>
diff --git a/loginutils/passwd.c b/loginutils/passwd.c
index 607e8fd65..5b828dfee 100644
--- a/loginutils/passwd.c
+++ b/loginutils/passwd.c
@@ -1,4 +1,8 @@
/* vi: set sw=4 ts=4: */
+/*
+ * Licensed under GPLv2 or later, see file LICENSE in this tarball for details.
+ */
+
#include <fcntl.h>
#include <stdio.h>
#include <string.h>
diff --git a/loginutils/sulogin.c b/loginutils/sulogin.c
index 66f8f0160..921f34e0f 100644
--- a/loginutils/sulogin.c
+++ b/loginutils/sulogin.c
@@ -1,4 +1,8 @@
/* vi: set sw=4 ts=4: */
+/*
+ * Licensed under GPLv2 or later, see file LICENSE in this tarball for details.
+ */
+
#include <fcntl.h>
#include <signal.h>
#include <stdio.h>
diff --git a/loginutils/vlock.c b/loginutils/vlock.c
index cec1d0ab0..a35f9e0ec 100644
--- a/loginutils/vlock.c
+++ b/loginutils/vlock.c
@@ -1,4 +1,5 @@
/* vi: set sw=4 ts=4: */
+
/*
* vlock implementation for busybox
*