diff options
author | rpjday <rpjday@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-07-12 07:56:04 +0000 |
---|---|---|
committer | rpjday <rpjday@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-07-12 07:56:04 +0000 |
commit | f09cc3b1b53e74ebe0f5733f73d55846d25194ec (patch) | |
tree | 4b77edc66fa955584108e01f7e8c025d73d00e51 /loginutils/getty.c | |
parent | 6166bb40b91e0fb0f4ae59c572df0dd00858892f (diff) | |
download | busybox-w32-f09cc3b1b53e74ebe0f5733f73d55846d25194ec.tar.gz busybox-w32-f09cc3b1b53e74ebe0f5733f73d55846d25194ec.tar.bz2 busybox-w32-f09cc3b1b53e74ebe0f5733f73d55846d25194ec.zip |
Add one-line GPL boilerplate to numerous (but not all yet) source files.
git-svn-id: svn://busybox.net/trunk/busybox@15686 69ca8d6d-28ef-0310-b511-8ec308f3f277
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> |