diff options
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 |
commit | 801ab140132a111e9524371c9b8d425579692389 (patch) | |
tree | 4b77edc66fa955584108e01f7e8c025d73d00e51 /loginutils/getty.c | |
parent | ab7d9be17cd75772c015b8eab885e176f271691e (diff) | |
download | busybox-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/getty.c')
-rw-r--r-- | loginutils/getty.c | 28 |
1 files changed, 15 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> |