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-w32-801ab140132a111e9524371c9b8d425579692389.tar.gz
busybox-w32-801ab140132a111e9524371c9b8d425579692389.tar.bz2
busybox-w32-801ab140132a111e9524371c9b8d425579692389.zip
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 @@
1/* vi: set sw=4 ts=4: */ 1/* vi: set sw=4 ts=4: */
2/* agetty.c - another getty program for Linux. By W. Z. Venema 1989 2/* agetty.c - another getty program for Linux. By W. Z. Venema 1989
3 Ported to Linux by Peter Orbaek <poe@daimi.aau.dk> 3 * Ported to Linux by Peter Orbaek <poe@daimi.aau.dk>
4 This program is freely distributable. The entire man-page used to 4 * This program is freely distributable. The entire man-page used to
5 be here. Now read the real man-page agetty.8 instead. 5 * be here. Now read the real man-page agetty.8 instead.
6 6 *
7 -f option added by Eric Rasmussen <ear@usfirst.org> - 12/28/95 7 * option added by Eric Rasmussen <ear@usfirst.org> - 12/28/95
8 8 *
9 1999-02-22 Arkadiusz Mi¶kiewicz <misiek@misiek.eu.org> 9 * 1999-02-22 Arkadiusz Mi¶kiewicz <misiek@misiek.eu.org>
10 - added Native Language Support 10 * - added Native Language Support
11 11
12 1999-05-05 Thorsten Kranzkowski <dl8bcu@gmx.net> 12 * 1999-05-05 Thorsten Kranzkowski <dl8bcu@gmx.net>
13 - enable hardware flow control before displaying /etc/issue 13 * - enable hardware flow control before displaying /etc/issue
14 14 *
15*/ 15 * Licensed under GPLv2 or later, see file LICENSE in this tarball for details.
16 *
17 */
16 18
17#include <stdio.h> 19#include <stdio.h>
18#include <stdlib.h> 20#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 @@
1/* vi: set sw=4 ts=4: */ 1/* vi: set sw=4 ts=4: */
2/*
3 * Licensed under GPLv2 or later, see file LICENSE in this tarball for details.
4 */
5
2#include <fcntl.h> 6#include <fcntl.h>
3#include <signal.h> 7#include <signal.h>
4#include <stdio.h> 8#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 @@
1/* vi: set sw=4 ts=4: */ 1/* vi: set sw=4 ts=4: */
2/*
3 * Licensed under GPLv2 or later, see file LICENSE in this tarball for details.
4 */
5
2#include <fcntl.h> 6#include <fcntl.h>
3#include <stdio.h> 7#include <stdio.h>
4#include <string.h> 8#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 @@
1/* vi: set sw=4 ts=4: */ 1/* vi: set sw=4 ts=4: */
2/*
3 * Licensed under GPLv2 or later, see file LICENSE in this tarball for details.
4 */
5
2#include <fcntl.h> 6#include <fcntl.h>
3#include <signal.h> 7#include <signal.h>
4#include <stdio.h> 8#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 @@
1/* vi: set sw=4 ts=4: */ 1/* vi: set sw=4 ts=4: */
2
2/* 3/*
3 * vlock implementation for busybox 4 * vlock implementation for busybox
4 * 5 *