aboutsummaryrefslogtreecommitdiff
path: root/applets
diff options
context:
space:
mode:
Diffstat (limited to 'applets')
-rw-r--r--applets/applets.c2
-rw-r--r--applets/busybox.c4
-rw-r--r--applets/version.c7
3 files changed, 11 insertions, 2 deletions
diff --git a/applets/applets.c b/applets/applets.c
index 1913676dc..aea116add 100644
--- a/applets/applets.c
+++ b/applets/applets.c
@@ -12,12 +12,12 @@
* Licensed under GPLv2 or later, see file License in this tarball for details.
*/
+#include "busybox.h"
#include <unistd.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <assert.h>
-#include "busybox.h"
#if ENABLE_SHOW_USAGE && !ENABLE_FEATURE_COMPRESS_USAGE
static const char usage_messages[] =
diff --git a/applets/busybox.c b/applets/busybox.c
index 25bb36d9c..a92ddbd0e 100644
--- a/applets/busybox.c
+++ b/applets/busybox.c
@@ -1,13 +1,15 @@
/* vi: set sw=4 ts=4: */
/*
+ * BusyBox' main applet dispatcher.
+ *
* Licensed under GPLv2 or later, see file LICENSE in this tarball for details.
*/
+#include "busybox.h"
#include <stdio.h>
#include <string.h>
#include <unistd.h>
#include <errno.h>
#include <stdlib.h>
-#include "busybox.h"
#if ENABLE_LOCALE_SUPPORT
#include <locale.h>
#else
diff --git a/applets/version.c b/applets/version.c
index 6f6ec24ff..ce75f1ff9 100644
--- a/applets/version.c
+++ b/applets/version.c
@@ -1,3 +1,10 @@
+/* vi: set sw=4 ts=4: */
+/*
+ * Version stuff.
+ *
+ * Licensed under GPLv2 or later, see file LICENSE in this tarball for details.
+ */
+
#include "busybox.h"
#ifndef BB_EXTRA_VERSION