diff options
author | "Robert P. J. Day" | 2006-07-12 07:56:04 +0000 |
---|---|---|
committer | "Robert P. J. Day" | 2006-07-12 07:56:04 +0000 |
commit | 801ab140132a111e9524371c9b8d425579692389 (patch) | |
tree | 4b77edc66fa955584108e01f7e8c025d73d00e51 /loginutils/sulogin.c | |
parent | ab7d9be17cd75772c015b8eab885e176f271691e (diff) | |
download | busybox-801ab140132a111e9524371c9b8d425579692389.zip busybox-801ab140132a111e9524371c9b8d425579692389.tar.gz |
Add one-line GPL boilerplate to numerous (but not all yet) source files.
Diffstat (limited to 'loginutils/sulogin.c')
-rw-r--r-- | loginutils/sulogin.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/loginutils/sulogin.c b/loginutils/sulogin.c index 66f8f01..921f34e 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> |