From 801ab140132a111e9524371c9b8d425579692389 Mon Sep 17 00:00:00 2001 From: "\"Robert P. J. Day\"" Date: Wed, 12 Jul 2006 07:56:04 +0000 Subject: Add one-line GPL boilerplate to numerous (but not all yet) source files. --- loginutils/getty.c | 28 +++++++++++++++------------- loginutils/login.c | 4 ++++ loginutils/passwd.c | 4 ++++ loginutils/sulogin.c | 4 ++++ loginutils/vlock.c | 1 + 5 files changed, 28 insertions(+), 13 deletions(-) (limited to 'loginutils') 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 - 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 - 12/28/95 - - 1999-02-22 Arkadiusz Mi¶kiewicz - - added Native Language Support - - 1999-05-05 Thorsten Kranzkowski - - enable hardware flow control before displaying /etc/issue - -*/ + * Ported to Linux by Peter Orbaek + * 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 - 12/28/95 + * + * 1999-02-22 Arkadiusz Mi¶kiewicz + * - added Native Language Support + + * 1999-05-05 Thorsten Kranzkowski + * - enable hardware flow control before displaying /etc/issue + * + * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. + * + */ #include #include 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 #include #include 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 #include #include 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 #include #include 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 * -- cgit v1.2.3