aboutsummaryrefslogtreecommitdiff
path: root/init
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2010-08-16 20:14:46 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2010-08-16 20:14:46 +0200
commit0ef64bdb40c54681e8dd5ab8df42ac88e4ab1d4a (patch)
treed8a71a3f044857bd36569f535815002367389b29 /init
parent0d555fc951fa09b2f7efb4b445a468a4bcc262f1 (diff)
downloadbusybox-0ef64bdb40c54681e8dd5ab8df42ac88e4ab1d4a.tar.gz
*: make GNU licensing statement forms more regular
This change retains "or later" state! No licensing _changes_ here, only form is adjusted (article, space between "GPL" and "v2" and so on). Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'init')
-rw-r--r--init/Kbuild.src2
-rw-r--r--init/bootchartd.c2
-rw-r--r--init/halt.c2
-rw-r--r--init/init.c2
-rw-r--r--init/mesg.c2
5 files changed, 5 insertions, 5 deletions
diff --git a/init/Kbuild.src b/init/Kbuild.src
index 6095a78bb..32dd5a045 100644
--- a/init/Kbuild.src
+++ b/init/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.
lib-y:=
diff --git a/init/bootchartd.c b/init/bootchartd.c
index 465a34979..f14d5c0fd 100644
--- a/init/bootchartd.c
+++ b/init/bootchartd.c
@@ -1,6 +1,6 @@
/* vi: set sw=4 ts=4: */
/*
- * Licensed under GPLv2 or later, see file LICENSE in this tarball for details.
+ * Licensed under GPLv2 or later, see file LICENSE in this source tree.
*/
//config:config BOOTCHARTD
diff --git a/init/halt.c b/init/halt.c
index abd801fda..903953e80 100644
--- a/init/halt.c
+++ b/init/halt.c
@@ -4,7 +4,7 @@
*
* Copyright 2006 by 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.
*/
#include "libbb.h"
diff --git a/init/init.c b/init/init.c
index fa1af6d7c..5c0d11402 100644
--- a/init/init.c
+++ b/init/init.c
@@ -6,7 +6,7 @@
* Copyright (C) 1999-2004 by Erik Andersen <andersen@codepoet.org>
* Adjusted by so many folks, it's impossible to keep track.
*
- * Licensed under GPLv2 or later, see file LICENSE in this tarball for details.
+ * Licensed under GPLv2 or later, see file LICENSE in this source tree.
*/
#include "libbb.h"
diff --git a/init/mesg.c b/init/mesg.c
index 2e8b16e5d..ef5f0eb66 100644
--- a/init/mesg.c
+++ b/init/mesg.c
@@ -4,7 +4,7 @@
*
* Copyright (c) 2002 Manuel Novoa III <mjn3@codepoet.org>
*
- * Licensed under the GPL v2 or later, see the file LICENSE in this tarball.
+ * Licensed under GPLv2 or later, see file LICENSE in this source tree.
*/
#include "libbb.h"