From b1629b1b2abc17a6430e4173d64d7956784118e0 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Fri, 19 May 2006 19:29:19 +0000 Subject: - remove emacs layout block as suggested by Robert P.J. Day - use shorter boilerplate while at it --- applets/busybox.c | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) (limited to 'applets') 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 @@ /* vi: set sw=4 ts=4: */ +/* + * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. + */ #include #include #include @@ -147,11 +150,3 @@ int busybox_main(int argc, char **argv) bb_error_msg_and_die("applet not found"); } - -/* -Local Variables: -c-file-style: "linux" -c-basic-offset: 4 -tab-width: 4 -End: -*/ -- cgit v1.2.3