diff options
author | Denys Vlasenko | 2010-08-16 20:14:46 +0200 |
---|---|---|
committer | Denys Vlasenko | 2010-08-16 20:14:46 +0200 |
commit | 0ef64bdb40c54681e8dd5ab8df42ac88e4ab1d4a (patch) | |
tree | d8a71a3f044857bd36569f535815002367389b29 /init | |
parent | 0d555fc951fa09b2f7efb4b445a468a4bcc262f1 (diff) | |
download | busybox-0ef64bdb40c54681e8dd5ab8df42ac88e4ab1d4a.zip busybox-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.src | 2 | ||||
-rw-r--r-- | init/bootchartd.c | 2 | ||||
-rw-r--r-- | init/halt.c | 2 | ||||
-rw-r--r-- | init/init.c | 2 | ||||
-rw-r--r-- | init/mesg.c | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/init/Kbuild.src b/init/Kbuild.src index 6095a78..32dd5a0 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 465a349..f14d5c0 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 abd801f..903953e 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 fa1af6d..5c0d114 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 2e8b16e..ef5f0eb 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" |