From 0ef64bdb40c54681e8dd5ab8df42ac88e4ab1d4a Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Mon, 16 Aug 2010 20:14:46 +0200 Subject: *: 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 --- init/Kbuild.src | 2 +- init/bootchartd.c | 2 +- init/halt.c | 2 +- init/init.c | 2 +- init/mesg.c | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) (limited to 'init') 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 # -# 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 * - * 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 * 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 * - * 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" -- cgit v1.2.3