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 --- console-tools/Kbuild.src | 2 +- console-tools/chvt.c | 2 +- console-tools/clear.c | 2 +- console-tools/deallocvt.c | 2 +- console-tools/dumpkmap.c | 2 +- console-tools/fgconsole.c | 2 +- console-tools/kbd_mode.c | 2 +- console-tools/loadfont.c | 2 +- console-tools/loadkmap.c | 2 +- console-tools/openvt.c | 2 +- console-tools/reset.c | 2 +- console-tools/resize.c | 2 +- console-tools/setconsole.c | 2 +- console-tools/setkeycodes.c | 2 +- console-tools/setlogcons.c | 2 +- console-tools/showkey.c | 2 +- 16 files changed, 16 insertions(+), 16 deletions(-) (limited to 'console-tools') diff --git a/console-tools/Kbuild.src b/console-tools/Kbuild.src index 17f660638..94de9ad9f 100644 --- a/console-tools/Kbuild.src +++ b/console-tools/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/console-tools/chvt.c b/console-tools/chvt.c index 977c26905..07e58c3b8 100644 --- a/console-tools/chvt.c +++ b/console-tools/chvt.c @@ -4,7 +4,7 @@ * * Copyright (C) 1999-2004 by Erik Andersen * - * 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/console-tools/clear.c b/console-tools/clear.c index cac716394..dcb9bfb02 100644 --- a/console-tools/clear.c +++ b/console-tools/clear.c @@ -4,7 +4,7 @@ * * Copyright (C) 1999-2004 by Erik Andersen * - * 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/console-tools/deallocvt.c b/console-tools/deallocvt.c index 09748834f..6a1d13d14 100644 --- a/console-tools/deallocvt.c +++ b/console-tools/deallocvt.c @@ -5,7 +5,7 @@ * Copyright (C) 2003 by Tito Ragusa * Copyright (C) 1999-2004 by Erik Andersen * - * 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. */ /* no options, no getopt */ diff --git a/console-tools/dumpkmap.c b/console-tools/dumpkmap.c index a03b59340..301a90674 100644 --- a/console-tools/dumpkmap.c +++ b/console-tools/dumpkmap.c @@ -4,7 +4,7 @@ * * Copyright (C) Arne Bernin * - * 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. * */ /* no options, no getopt */ diff --git a/console-tools/fgconsole.c b/console-tools/fgconsole.c index 75fd98fd5..e2dba4860 100644 --- a/console-tools/fgconsole.c +++ b/console-tools/fgconsole.c @@ -4,7 +4,7 @@ * * Copyright (C) 2010 by Grigory Batalov * - * 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/console-tools/kbd_mode.c b/console-tools/kbd_mode.c index e1d85231c..14f2ae516 100644 --- a/console-tools/kbd_mode.c +++ b/console-tools/kbd_mode.c @@ -6,7 +6,7 @@ * written using Andries Brouwer 's kbd_mode from * console-utils v0.2.3, licensed under GNU GPLv2 * - * 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" #include diff --git a/console-tools/loadfont.c b/console-tools/loadfont.c index e51142c8e..3c77813b5 100644 --- a/console-tools/loadfont.c +++ b/console-tools/loadfont.c @@ -7,7 +7,7 @@ * Loads the console font, and possibly the corresponding screen map(s). * (Adapted for busybox by Matej Vela.) * - * Licensed under GPLv2, see file LICENSE in this tarball for details. + * Licensed under GPLv2, see file LICENSE in this source tree. */ #include "libbb.h" #include diff --git a/console-tools/loadkmap.c b/console-tools/loadkmap.c index 8f1a9153a..2d1c9e284 100644 --- a/console-tools/loadkmap.c +++ b/console-tools/loadkmap.c @@ -4,7 +4,7 @@ * * Copyright (C) 1998 Enrique Zanardi * - * 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/console-tools/openvt.c b/console-tools/openvt.c index e3ea71bc5..6e0b589a0 100644 --- a/console-tools/openvt.c +++ b/console-tools/openvt.c @@ -5,7 +5,7 @@ * busyboxed by Quy Tonthat * hacked by Tito * - * 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 diff --git a/console-tools/reset.c b/console-tools/reset.c index f0ea5cb20..7dffdea18 100644 --- a/console-tools/reset.c +++ b/console-tools/reset.c @@ -5,7 +5,7 @@ * Copyright (C) 1999-2004 by Erik Andersen * Written by Erik Andersen and Kent Robotti * - * 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/console-tools/resize.c b/console-tools/resize.c index 828b5bb42..12e50a116 100644 --- a/console-tools/resize.c +++ b/console-tools/resize.c @@ -4,7 +4,7 @@ * * Copyright 2006 Bernhard Reutner-Fischer * - * 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. */ /* no options, no getopt */ #include "libbb.h" diff --git a/console-tools/setconsole.c b/console-tools/setconsole.c index 8ad9948dd..87265baf8 100644 --- a/console-tools/setconsole.c +++ b/console-tools/setconsole.c @@ -5,7 +5,7 @@ * Copyright (C) 2004,2005 Enrik Berkhan * Copyright (C) 2008 Bernhard Reutner-Fischer * - * 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/console-tools/setkeycodes.c b/console-tools/setkeycodes.c index b6a9a32af..ca8cd21c2 100644 --- a/console-tools/setkeycodes.c +++ b/console-tools/setkeycodes.c @@ -6,7 +6,7 @@ * * Adjusted for BusyBox by Erik Andersen * - * 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/console-tools/setlogcons.c b/console-tools/setlogcons.c index dd44591a3..52d2608aa 100644 --- a/console-tools/setlogcons.c +++ b/console-tools/setlogcons.c @@ -6,7 +6,7 @@ * * Based on setlogcons (kbd-1.12) by Andries E. Brouwer * - * 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/console-tools/showkey.c b/console-tools/showkey.c index 681114df7..ef16f6fb1 100644 --- a/console-tools/showkey.c +++ b/console-tools/showkey.c @@ -4,7 +4,7 @@ * * Copyright (C) 2008 by Vladimir Dronnikov * - * Licensed under GPLv2, see file LICENSE in this tarball for details. + * Licensed under GPLv2, see file LICENSE in this source tree. */ #include "libbb.h" -- cgit v1.2.3