diff options
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" |