diff options
Diffstat (limited to 'console-tools')
-rw-r--r-- | console-tools/Kbuild.src | 2 | ||||
-rw-r--r-- | console-tools/chvt.c | 2 | ||||
-rw-r--r-- | console-tools/clear.c | 2 | ||||
-rw-r--r-- | console-tools/deallocvt.c | 2 | ||||
-rw-r--r-- | console-tools/dumpkmap.c | 2 | ||||
-rw-r--r-- | console-tools/fgconsole.c | 2 | ||||
-rw-r--r-- | console-tools/kbd_mode.c | 2 | ||||
-rw-r--r-- | console-tools/loadfont.c | 2 | ||||
-rw-r--r-- | console-tools/loadkmap.c | 2 | ||||
-rw-r--r-- | console-tools/openvt.c | 2 | ||||
-rw-r--r-- | console-tools/reset.c | 2 | ||||
-rw-r--r-- | console-tools/resize.c | 2 | ||||
-rw-r--r-- | console-tools/setconsole.c | 2 | ||||
-rw-r--r-- | console-tools/setkeycodes.c | 2 | ||||
-rw-r--r-- | console-tools/setlogcons.c | 2 | ||||
-rw-r--r-- | console-tools/showkey.c | 2 |
16 files changed, 16 insertions, 16 deletions
diff --git a/console-tools/Kbuild.src b/console-tools/Kbuild.src index 17f6606..94de9ad 100644 --- a/console-tools/Kbuild.src +++ b/console-tools/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/console-tools/chvt.c b/console-tools/chvt.c index 977c269..07e58c3 100644 --- a/console-tools/chvt.c +++ b/console-tools/chvt.c @@ -4,7 +4,7 @@ * * Copyright (C) 1999-2004 by Erik Andersen <andersen@codepoet.org> * - * 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 cac7163..dcb9bfb 100644 --- a/console-tools/clear.c +++ b/console-tools/clear.c @@ -4,7 +4,7 @@ * * Copyright (C) 1999-2004 by Erik Andersen <andersen@codepoet.org> * - * 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 0974883..6a1d13d 100644 --- a/console-tools/deallocvt.c +++ b/console-tools/deallocvt.c @@ -5,7 +5,7 @@ * Copyright (C) 2003 by Tito Ragusa <farmatito@tiscali.it> * Copyright (C) 1999-2004 by Erik Andersen <andersen@codepoet.org> * - * 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 a03b593..301a906 100644 --- a/console-tools/dumpkmap.c +++ b/console-tools/dumpkmap.c @@ -4,7 +4,7 @@ * * Copyright (C) Arne Bernin <arne@matrix.loopback.org> * - * 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 75fd98f..e2dba48 100644 --- a/console-tools/fgconsole.c +++ b/console-tools/fgconsole.c @@ -4,7 +4,7 @@ * * Copyright (C) 2010 by Grigory Batalov <bga@altlinux.org> * - * 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 e1d8523..14f2ae5 100644 --- a/console-tools/kbd_mode.c +++ b/console-tools/kbd_mode.c @@ -6,7 +6,7 @@ * written using Andries Brouwer <aeb@cwi.nl>'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 <linux/kd.h> diff --git a/console-tools/loadfont.c b/console-tools/loadfont.c index e51142c..3c77813 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 <sys/kd.h> diff --git a/console-tools/loadkmap.c b/console-tools/loadkmap.c index 8f1a915..2d1c9e2 100644 --- a/console-tools/loadkmap.c +++ b/console-tools/loadkmap.c @@ -4,7 +4,7 @@ * * Copyright (C) 1998 Enrique Zanardi <ezanardi@ull.es> * - * 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 e3ea71b..6e0b589 100644 --- a/console-tools/openvt.c +++ b/console-tools/openvt.c @@ -5,7 +5,7 @@ * busyboxed by Quy Tonthat <quy@signal3.com> * hacked by Tito <farmatito@tiscali.it> * - * 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 <linux/vt.h> diff --git a/console-tools/reset.c b/console-tools/reset.c index f0ea5cb..7dffdea 100644 --- a/console-tools/reset.c +++ b/console-tools/reset.c @@ -5,7 +5,7 @@ * Copyright (C) 1999-2004 by Erik Andersen <andersen@codepoet.org> * Written by Erik Andersen and Kent Robotti <robotti@metconnect.com> * - * 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 828b5bb..12e50a1 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 8ad9948..87265ba 100644 --- a/console-tools/setconsole.c +++ b/console-tools/setconsole.c @@ -5,7 +5,7 @@ * Copyright (C) 2004,2005 Enrik Berkhan <Enrik.Berkhan@inka.de> * 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 b6a9a32..ca8cd21 100644 --- a/console-tools/setkeycodes.c +++ b/console-tools/setkeycodes.c @@ -6,7 +6,7 @@ * * Adjusted for BusyBox by Erik Andersen <andersen@codepoet.org> * - * 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 dd44591..52d2608 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 681114d..ef16f6f 100644 --- a/console-tools/showkey.c +++ b/console-tools/showkey.c @@ -4,7 +4,7 @@ * * Copyright (C) 2008 by Vladimir Dronnikov <dronnikov@gmail.com> * - * Licensed under GPLv2, see file LICENSE in this tarball for details. + * Licensed under GPLv2, see file LICENSE in this source tree. */ #include "libbb.h" |