diff options
Diffstat (limited to 'applets')
-rw-r--r-- | applets/busybox.c | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/applets/busybox.c b/applets/busybox.c index 344edc64c..25bb36d9c 100644 --- a/applets/busybox.c +++ b/applets/busybox.c | |||
@@ -1,4 +1,7 @@ | |||
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 | */ | ||
2 | #include <stdio.h> | 5 | #include <stdio.h> |
3 | #include <string.h> | 6 | #include <string.h> |
4 | #include <unistd.h> | 7 | #include <unistd.h> |
@@ -147,11 +150,3 @@ int busybox_main(int argc, char **argv) | |||
147 | 150 | ||
148 | bb_error_msg_and_die("applet not found"); | 151 | bb_error_msg_and_die("applet not found"); |
149 | } | 152 | } |
150 | |||
151 | /* | ||
152 | Local Variables: | ||
153 | c-file-style: "linux" | ||
154 | c-basic-offset: 4 | ||
155 | tab-width: 4 | ||
156 | End: | ||
157 | */ | ||