summaryrefslogtreecommitdiff
path: root/applets
diff options
context:
space:
mode:
Diffstat (limited to 'applets')
-rw-r--r--applets/Kbuild.src2
-rw-r--r--applets/applet_tables.c2
-rw-r--r--applets/applets.c2
-rw-r--r--applets/individual.c2
-rw-r--r--applets/usage.c2
-rw-r--r--applets/usage_pod.c2
6 files changed, 6 insertions, 6 deletions
diff --git a/applets/Kbuild.src b/applets/Kbuild.src
index 31fee8d..9b9808f 100644
--- a/applets/Kbuild.src
+++ b/applets/Kbuild.src
@@ -2,7 +2,7 @@
#
# Copyright (C) 1999-2005 by Erik Andersen <andersen@codepoet.org>
#
-# Licensed under the GPL v2, see the file LICENSE in this tarball.
+# Licensed under GPLv2, see file LICENSE in this source tree.
obj-y :=
obj-y += applets.o
diff --git a/applets/applet_tables.c b/applets/applet_tables.c
index f569084..32dcdb7 100644
--- a/applets/applet_tables.c
+++ b/applets/applet_tables.c
@@ -5,7 +5,7 @@
*
* Copyright (C) 2007 Denys Vlasenko <vda.linux@googlemail.com>
*
- * Licensed under GPLv2, see file LICENSE in this tarball for details.
+ * Licensed under GPLv2, see file LICENSE in this source tree.
*/
#include <stdlib.h>
diff --git a/applets/applets.c b/applets/applets.c
index 5a7b88e..98c2b44 100644
--- a/applets/applets.c
+++ b/applets/applets.c
@@ -4,7 +4,7 @@
*
* Copyright (C) 2007 Denys Vlasenko <vda.linux@googlemail.com>
*
- * Licensed under GPLv2, see file LICENSE in this tarball for details.
+ * Licensed under GPLv2, see file LICENSE in this source tree.
*/
#include "busybox.h"
diff --git a/applets/individual.c b/applets/individual.c
index 341f4d1..1e74e4c 100644
--- a/applets/individual.c
+++ b/applets/individual.c
@@ -2,7 +2,7 @@
*
* Copyright 2005 Rob Landley <rob@landley.net
*
- * Licensed under GPL version 2, see file LICENSE in this tarball for details
+ * Licensed under GPLv2, see file LICENSE in this source tree.
*/
const char *applet_name;
diff --git a/applets/usage.c b/applets/usage.c
index 46adbf4..94520ff 100644
--- a/applets/usage.c
+++ b/applets/usage.c
@@ -2,7 +2,7 @@
/*
* Copyright (C) 2008 Denys Vlasenko.
*
- * Licensed under GPLv2, see file LICENSE in this tarball for details.
+ * Licensed under GPLv2, see file LICENSE in this source tree.
*/
#include <unistd.h>
#include <stdlib.h>
diff --git a/applets/usage_pod.c b/applets/usage_pod.c
index 85a2a8e..da0baef 100644
--- a/applets/usage_pod.c
+++ b/applets/usage_pod.c
@@ -2,7 +2,7 @@
/*
* Copyright (C) 2009 Denys Vlasenko.
*
- * Licensed under GPLv2, see file LICENSE in this tarball for details.
+ * Licensed under GPLv2, see file LICENSE in this source tree.
*/
#include <unistd.h>
#include <stdint.h>