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 /coreutils | |
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 'coreutils')
77 files changed, 82 insertions, 83 deletions
diff --git a/coreutils/Kbuild.src b/coreutils/Kbuild.src index 1c846a7..630b048 100644 --- a/coreutils/Kbuild.src +++ b/coreutils/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. libs-y += libcoreutils/ diff --git a/coreutils/basename.c b/coreutils/basename.c index b79d561..d441247 100644 --- a/coreutils/basename.c +++ b/coreutils/basename.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. */ /* Mar 16, 2003 Manuel Novoa III (mjn3@codepoet.org) diff --git a/coreutils/cal.c b/coreutils/cal.c index c98229c..ef5dbea 100644 --- a/coreutils/cal.c +++ b/coreutils/cal.c @@ -4,7 +4,7 @@ * * See original copyright at the end of this file * - * 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. */ /* BB_AUDIT SUSv3 compliant with -j and -y extensions (from util-linux). */ diff --git a/coreutils/cat.c b/coreutils/cat.c index 454c46b..9225498 100644 --- a/coreutils/cat.c +++ b/coreutils/cat.c @@ -4,7 +4,7 @@ * * Copyright (C) 2003 Manuel Novoa III <mjn3@codepoet.org> * - * Licensed under GPLv2, see file LICENSE in this tarball for details. + * Licensed under GPLv2, see file LICENSE in this source tree. */ /* BB_AUDIT SUSv3 compliant */ diff --git a/coreutils/catv.c b/coreutils/catv.c index ff3139c..f92d93d 100644 --- a/coreutils/catv.c +++ b/coreutils/catv.c @@ -4,7 +4,7 @@ * * Copyright (C) 2006 Rob Landley <rob@landley.net> * - * 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. */ /* See "Cat -v considered harmful" at diff --git a/coreutils/chgrp.c b/coreutils/chgrp.c index 7f39048..58f78e7 100644 --- a/coreutils/chgrp.c +++ b/coreutils/chgrp.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. */ /* BB_AUDIT SUSv3 defects - none? */ diff --git a/coreutils/chmod.c b/coreutils/chmod.c index c04201e..f07a49b 100644 --- a/coreutils/chmod.c +++ b/coreutils/chmod.c @@ -7,7 +7,7 @@ * Reworked by (C) 2002 Vladimir Oleynik <dzo@simtreas.ru> * to correctly parse '-rwxgoa' * - * 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. */ /* BB_AUDIT SUSv3 compliant */ diff --git a/coreutils/chown.c b/coreutils/chown.c index 717e4b1..282decc 100644 --- a/coreutils/chown.c +++ b/coreutils/chown.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. */ /* BB_AUDIT SUSv3 defects - none? */ diff --git a/coreutils/chroot.c b/coreutils/chroot.c index 046c2fa..b80a12e 100644 --- a/coreutils/chroot.c +++ b/coreutils/chroot.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. */ /* BB_AUDIT SUSv3 N/A -- Matches GNU behavior. */ diff --git a/coreutils/cksum.c b/coreutils/cksum.c index 8e65b1c..8e7800e 100644 --- a/coreutils/cksum.c +++ b/coreutils/cksum.c @@ -4,7 +4,7 @@ * * Copyright (C) 2006 by Rob Sullivan, with ideas from code by Walter Harms * - * 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/coreutils/comm.c b/coreutils/comm.c index 221cbfb..c04da18 100644 --- a/coreutils/comm.c +++ b/coreutils/comm.c @@ -4,7 +4,7 @@ * * Copyright (C) 2005 by Robert Sullivan <cogito.ergo.cogito@gmail.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/coreutils/cp.c b/coreutils/cp.c index d7c8d91..ab17b39 100644 --- a/coreutils/cp.c +++ b/coreutils/cp.c @@ -5,7 +5,7 @@ * Copyright (C) 2000 by Matt Kraai <kraai@alumni.carnegiemellon.edu> * SELinux support by Yuichi Nakamura <ynakam@hitachisoft.jp> * - * Licensed under GPL v2 or later, see file LICENSE in this tarball for details. + * Licensed under GPLv2 or later, see file LICENSE in this source tree. */ /* http://www.opengroup.org/onlinepubs/007904975/utilities/cp.html */ diff --git a/coreutils/cut.c b/coreutils/cut.c index b7a3cfa..38cd32c 100644 --- a/coreutils/cut.c +++ b/coreutils/cut.c @@ -6,7 +6,7 @@ * Written by Mark Whitley <markw@codepoet.org> * debloated by 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/coreutils/date.c b/coreutils/date.c index 3ce352c..c9dfedf 100644 --- a/coreutils/date.c +++ b/coreutils/date.c @@ -7,7 +7,7 @@ * iso-format handling added by Robert Griebl <griebl@gmx.de> * bugfixes and cleanup by 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. */ /* This 'date' command supports only 2 time setting formats, diff --git a/coreutils/dd.c b/coreutils/dd.c index 7c1a0c0..aa6f765 100644 --- a/coreutils/dd.c +++ b/coreutils/dd.c @@ -5,7 +5,7 @@ * * Copyright (C) 2000,2001 Matt Kraai * - * 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/coreutils/df.c b/coreutils/df.c index 5eeb5b4..af9b77b 100644 --- a/coreutils/df.c +++ b/coreutils/df.c @@ -5,7 +5,7 @@ * Copyright (C) 1999-2004 by Erik Andersen <andersen@codepoet.org> * based on original code by (I think) Bruce Perens <bruce@pixar.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. */ /* BB_AUDIT SUSv3 _NOT_ compliant -- option -t missing. */ diff --git a/coreutils/dirname.c b/coreutils/dirname.c index 94c22a7..246946e 100644 --- a/coreutils/dirname.c +++ b/coreutils/dirname.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. */ /* BB_AUDIT SUSv3 compliant */ diff --git a/coreutils/dos2unix.c b/coreutils/dos2unix.c index e06ecc4..626c414 100644 --- a/coreutils/dos2unix.c +++ b/coreutils/dos2unix.c @@ -9,7 +9,7 @@ * * dos2unix filters reading input from stdin and writing output to stdout. * - * 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" diff --git a/coreutils/du.c b/coreutils/du.c index 5894ed4..cc3c784 100644 --- a/coreutils/du.c +++ b/coreutils/du.c @@ -6,7 +6,7 @@ * Copyright (C) 1999,2000,2001 by John Beppu <beppu@codepoet.org> * Copyright (C) 2002 Edward Betts <edward@debian.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. */ /* BB_AUDIT SUSv3 compliant (unless default blocksize set to 1k) */ diff --git a/coreutils/echo.c b/coreutils/echo.c index 6903996..3821e59 100644 --- a/coreutils/echo.c +++ b/coreutils/echo.c @@ -5,7 +5,7 @@ * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. * - * 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. * * Original copyright notice is retained at the end of this file. */ diff --git a/coreutils/env.c b/coreutils/env.c index d4eab19..f50ee78 100644 --- a/coreutils/env.c +++ b/coreutils/env.c @@ -5,7 +5,7 @@ * Copyright (c) 1988, 1993, 1994 * The Regents of the University of California. All rights reserved. * - * 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. * * Original copyright notice is retained at the end of this file. * diff --git a/coreutils/expand.c b/coreutils/expand.c index b874b6a..7491b71 100644 --- a/coreutils/expand.c +++ b/coreutils/expand.c @@ -3,7 +3,7 @@ * * Copyright (C) 89, 91, 1995-2006 Free Software Foundation, Inc. * - * 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. * * David MacKenzie <djm@gnu.ai.mit.edu> * diff --git a/coreutils/expr.c b/coreutils/expr.c index 8988340..04d783f 100644 --- a/coreutils/expr.c +++ b/coreutils/expr.c @@ -11,7 +11,7 @@ * - reduced 464 bytes. * - 64 math support * - * 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. */ /* This program evaluates expressions. Each token (operator, operand, diff --git a/coreutils/false.c b/coreutils/false.c index f448ebf..033d2bf 100644 --- a/coreutils/false.c +++ b/coreutils/false.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. */ /* BB_AUDIT SUSv3 compliant */ diff --git a/coreutils/fold.c b/coreutils/fold.c index cbea31f..54f1aa2 100644 --- a/coreutils/fold.c +++ b/coreutils/fold.c @@ -7,7 +7,7 @@ Modified for busybox based on coreutils v 5.0 Copyright (C) 2003 Glenn McGrath - 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" #include "unicode.h" diff --git a/coreutils/fsync.c b/coreutils/fsync.c index 53900f8..d1fe2b5 100644 --- a/coreutils/fsync.c +++ b/coreutils/fsync.c @@ -4,7 +4,7 @@ * * Copyright (C) 2008 Nokia Corporation. All rights reserved. * - * 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" #ifndef O_NOATIME diff --git a/coreutils/head.c b/coreutils/head.c index cc28374..0845b43 100644 --- a/coreutils/head.c +++ b/coreutils/head.c @@ -4,7 +4,7 @@ * * Copyright (C) 2003 Manuel Novoa III <mjn3@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. */ /* BB_AUDIT SUSv3 compliant */ diff --git a/coreutils/hostid.c b/coreutils/hostid.c index a537e3a..635e48e 100644 --- a/coreutils/hostid.c +++ b/coreutils/hostid.c @@ -4,7 +4,7 @@ * * Copyright (C) 2000 Edward Betts <edward@debian.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. */ /* BB_AUDIT SUSv3 N/A -- Matches GNU behavior. */ diff --git a/coreutils/id.c b/coreutils/id.c index ec9227d0..56286f4 100644 --- a/coreutils/id.c +++ b/coreutils/id.c @@ -5,7 +5,7 @@ * Copyright (C) 2000 by Randolph Chung <tausq@debian.org> * Copyright (C) 2008 by Tito Ragusa <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. */ /* BB_AUDIT SUSv3 compliant. */ diff --git a/coreutils/install.c b/coreutils/install.c index ab9feff..9dc90d6 100644 --- a/coreutils/install.c +++ b/coreutils/install.c @@ -3,7 +3,7 @@ * Copyright (C) 2003 by Glenn McGrath * SELinux support: by Yuichi Nakamura <ynakam@hitachisoft.jp> * - * 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/coreutils/length.c b/coreutils/length.c index 015b221..7f0b48c 100644 --- a/coreutils/length.c +++ b/coreutils/length.c @@ -1,6 +1,6 @@ /* vi: set sw=4 ts=4: */ /* - * Licensed under GPLv2, see file LICENSE in this tarball for details. + * Licensed under GPLv2, see file LICENSE in this source tree. */ /* BB_AUDIT SUSv3 N/A -- Apparently a busybox (obsolete?) extension. */ diff --git a/coreutils/libcoreutils/Kbuild.src b/coreutils/libcoreutils/Kbuild.src index 981b606..2042d5f 100644 --- a/coreutils/libcoreutils/Kbuild.src +++ b/coreutils/libcoreutils/Kbuild.src @@ -2,7 +2,7 @@ # # Copyright (C) 1999-2004 by Erik Andersen <andersen@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. lib-y:= diff --git a/coreutils/libcoreutils/coreutils.h b/coreutils/libcoreutils/coreutils.h index 99b67b1..307d033 100644 --- a/coreutils/libcoreutils/coreutils.h +++ b/coreutils/libcoreutils/coreutils.h @@ -1,6 +1,6 @@ /* vi: set sw=4 ts=4: */ /* - * 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. */ #ifndef COREUTILS_H diff --git a/coreutils/ln.c b/coreutils/ln.c index f977aa1..ddad120 100644 --- a/coreutils/ln.c +++ b/coreutils/ln.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. */ /* BB_AUDIT SUSv3 compliant */ diff --git a/coreutils/logname.c b/coreutils/logname.c index 8357b9a..62f453f 100644 --- a/coreutils/logname.c +++ b/coreutils/logname.c @@ -4,7 +4,7 @@ * * Copyright (C) 2000 Edward Betts <edward@debian.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. */ /* BB_AUDIT SUSv3 compliant */ diff --git a/coreutils/ls.c b/coreutils/ls.c index 3e69805..cbfcfc7 100644 --- a/coreutils/ls.c +++ b/coreutils/ls.c @@ -3,7 +3,7 @@ * tiny-ls.c version 0.1.0: A minimalist 'ls' * Copyright (C) 1996 Brian Candler <B.Candler@pobox.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. */ /* [date unknown. Perhaps before year 2000] diff --git a/coreutils/md5_sha1_sum.c b/coreutils/md5_sha1_sum.c index 3d50bb0..646f8bd 100644 --- a/coreutils/md5_sha1_sum.c +++ b/coreutils/md5_sha1_sum.c @@ -3,7 +3,7 @@ * Copyright (C) 2003 Glenn L. McGrath * Copyright (C) 2003-2004 Erik Andersen * - * 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" diff --git a/coreutils/mkdir.c b/coreutils/mkdir.c index c837e97..0de0d5c 100644 --- a/coreutils/mkdir.c +++ b/coreutils/mkdir.c @@ -4,7 +4,7 @@ * * Copyright (C) 2001 Matt Kraai <kraai@alumni.carnegiemellon.edu> * - * 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. */ /* BB_AUDIT SUSv3 compliant */ diff --git a/coreutils/mkfifo.c b/coreutils/mkfifo.c index 6549460..41aedd0 100644 --- a/coreutils/mkfifo.c +++ b/coreutils/mkfifo.c @@ -4,7 +4,7 @@ * * Copyright (C) 2003 Manuel Novoa III <mjn3@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. */ /* BB_AUDIT SUSv3 compliant */ diff --git a/coreutils/mknod.c b/coreutils/mknod.c index 0c69494..0e5542d 100644 --- a/coreutils/mknod.c +++ b/coreutils/mknod.c @@ -4,7 +4,7 @@ * * Copyright (C) 2003 Manuel Novoa III <mjn3@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. */ /* BB_AUDIT SUSv3 N/A -- Matches GNU behavior. */ diff --git a/coreutils/mv.c b/coreutils/mv.c index 1c5a467..7f49d5b 100644 --- a/coreutils/mv.c +++ b/coreutils/mv.c @@ -5,7 +5,7 @@ * Copyright (C) 2000 by Matt Kraai <kraai@alumni.carnegiemellon.edu> * SELinux support by Yuichi Nakamura <ynakam@hitachisoft.jp> * - * 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. */ /* Mar 16, 2003 Manuel Novoa III (mjn3@codepoet.org) diff --git a/coreutils/nice.c b/coreutils/nice.c index ff3eb11..6b8fce2 100644 --- a/coreutils/nice.c +++ b/coreutils/nice.c @@ -4,7 +4,7 @@ * * Copyright (C) 2005 Manuel Novoa III <mjn3@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 <sys/resource.h> diff --git a/coreutils/nohup.c b/coreutils/nohup.c index 3dc5314..c21aae9 100644 --- a/coreutils/nohup.c +++ b/coreutils/nohup.c @@ -7,7 +7,7 @@ * Copyright 2006 Rob Landley <rob@landley.net> * 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. */ #include "libbb.h" diff --git a/coreutils/od.c b/coreutils/od.c index 228db19..30b5bd6 100644 --- a/coreutils/od.c +++ b/coreutils/od.c @@ -6,7 +6,7 @@ * Copyright (c) 1990 * The Regents of the University of California. All rights reserved. * - * 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. * * Original copyright notice is retained at the end of this file. */ diff --git a/coreutils/printenv.c b/coreutils/printenv.c index 2430f3a..d38f8fb 100644 --- a/coreutils/printenv.c +++ b/coreutils/printenv.c @@ -5,7 +5,7 @@ * Copyright (C) 2005 by Erik Andersen <andersen@codepoet.org> * Copyright (C) 2005 by Mike Frysinger <vapier@gentoo.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/coreutils/printf.c b/coreutils/printf.c index eb53fa4..3497148 100644 --- a/coreutils/printf.c +++ b/coreutils/printf.c @@ -4,7 +4,7 @@ Copyright 1999 Dave Cinege Portions copyright (C) 1990-1996 Free Software Foundation, Inc. - Licensed under GPL v2 or later, see file LICENSE in this tarball for details. + Licensed under GPLv2 or later, see file LICENSE in this source tree. */ /* Usage: printf format [argument...] diff --git a/coreutils/pwd.c b/coreutils/pwd.c index 11278a2..2949c55 100644 --- a/coreutils/pwd.c +++ b/coreutils/pwd.c @@ -4,7 +4,7 @@ * * Copyright (C) 1995, 1996 by Bruce Perens <bruce@pixar.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/coreutils/readlink.c b/coreutils/readlink.c index 2ed5e2c..87602fb 100644 --- a/coreutils/readlink.c +++ b/coreutils/readlink.c @@ -4,7 +4,7 @@ * * Copyright (C) 2000,2001 Matt Kraai <kraai@alumni.carnegiemellon.edu> * - * Licensed under GPL v2 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/coreutils/realpath.c b/coreutils/realpath.c index 3bc40ee..5933062 100644 --- a/coreutils/realpath.c +++ b/coreutils/realpath.c @@ -7,7 +7,7 @@ * Now does proper error checking on output and returns a failure exit code * if one or more paths cannot be resolved. * - * 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/coreutils/rm.c b/coreutils/rm.c index 3090cc3..69c473d 100644 --- a/coreutils/rm.c +++ b/coreutils/rm.c @@ -4,7 +4,7 @@ * * Copyright (C) 2001 Matt Kraai <kraai@alumni.carnegiemellon.edu> * - * 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. */ /* BB_AUDIT SUSv3 compliant */ diff --git a/coreutils/rmdir.c b/coreutils/rmdir.c index 2450a43..75bfc28 100644 --- a/coreutils/rmdir.c +++ b/coreutils/rmdir.c @@ -4,7 +4,7 @@ * * Copyright (C) 2003 Manuel Novoa III <mjn3@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. */ /* BB_AUDIT SUSv3 compliant */ diff --git a/coreutils/seq.c b/coreutils/seq.c index 84d11fd..8be2536 100644 --- a/coreutils/seq.c +++ b/coreutils/seq.c @@ -4,7 +4,7 @@ * * Copyright (C) 2004, Glenn McGrath * - * Licensed under the GPL v2, see the file LICENSE in this tarball. + * Licensed under GPLv2, see file LICENSE in this source tree. */ #include "libbb.h" diff --git a/coreutils/sleep.c b/coreutils/sleep.c index 399a38d..b983df4 100644 --- a/coreutils/sleep.c +++ b/coreutils/sleep.c @@ -4,7 +4,7 @@ * * Copyright (C) 2003 Manuel Novoa III <mjn3@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. */ /* BB_AUDIT SUSv3 compliant */ diff --git a/coreutils/sort.c b/coreutils/sort.c index 5c3fa1a..4407b71 100644 --- a/coreutils/sort.c +++ b/coreutils/sort.c @@ -6,7 +6,7 @@ * * MAINTAINER: Rob Landley <rob@landley.net> * - * 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. * * See SuS3 sort standard at: * http://www.opengroup.org/onlinepubs/007904975/utilities/sort.html diff --git a/coreutils/split.c b/coreutils/split.c index c2f3885..e401bd3 100644 --- a/coreutils/split.c +++ b/coreutils/split.c @@ -3,7 +3,7 @@ * split - split a file into pieces * Copyright (c) 2007 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. */ /* BB_AUDIT: SUSv3 compliant * SUSv3 requirements: diff --git a/coreutils/stat.c b/coreutils/stat.c index e7c24e6..7771972 100644 --- a/coreutils/stat.c +++ b/coreutils/stat.c @@ -10,7 +10,7 @@ * Written by Michael Meskes * Taken from coreutils and turned into a busybox applet by Mike Frysinger * - * 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/coreutils/stty.c b/coreutils/stty.c index 33f7b21..0cb4fb2 100644 --- a/coreutils/stty.c +++ b/coreutils/stty.c @@ -2,7 +2,7 @@ /* stty -- change and print terminal line settings Copyright (C) 1990-1999 Free Software Foundation, Inc. - 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. */ /* Usage: stty [-ag] [-F device] [setting...] diff --git a/coreutils/sum.c b/coreutils/sum.c index 35e89a6..e087fb8 100644 --- a/coreutils/sum.c +++ b/coreutils/sum.c @@ -10,7 +10,7 @@ * Written by Kayvan Aghaiepour and David MacKenzie * Taken from coreutils and turned into a busybox applet by Mike Frysinger * - * 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" diff --git a/coreutils/sync.c b/coreutils/sync.c index 59305c6..bb112ea 100644 --- a/coreutils/sync.c +++ b/coreutils/sync.c @@ -4,7 +4,7 @@ * * Copyright (C) 1995, 1996 by Bruce Perens <bruce@pixar.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. */ /* BB_AUDIT SUSv3 N/A -- Matches GNU behavior. */ diff --git a/coreutils/tac.c b/coreutils/tac.c index b8db8ea..ab3e66a 100644 --- a/coreutils/tac.c +++ b/coreutils/tac.c @@ -6,7 +6,7 @@ * Copyright (C) 2007 Natanael Copa <natanael.copa@gmail.com> * Copyright (C) 2007 Tito Ragusa <farmatito@tiscali.it> * - * Licensed under GPLv2, see file LICENSE in this tarball for details. + * Licensed under GPLv2, see file LICENSE in this source tree. * */ diff --git a/coreutils/tail.c b/coreutils/tail.c index 6397702..44698f3 100644 --- a/coreutils/tail.c +++ b/coreutils/tail.c @@ -4,7 +4,7 @@ * * Copyright (C) 2001 by Matt Kraai <kraai@alumni.carnegiemellon.edu> * - * 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. */ /* BB_AUDIT SUSv3 compliant (need fancy for -c) */ diff --git a/coreutils/tee.c b/coreutils/tee.c index 0f24246..8db9042 100644 --- a/coreutils/tee.c +++ b/coreutils/tee.c @@ -4,7 +4,7 @@ * * Copyright (C) 2003 Manuel Novoa III <mjn3@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. */ /* BB_AUDIT SUSv3 compliant */ diff --git a/coreutils/test.c b/coreutils/test.c index 70eac5f..f18e3ae 100644 --- a/coreutils/test.c +++ b/coreutils/test.c @@ -14,7 +14,7 @@ * in busybox. * modified by Bernhard Reutner-Fischer to be useable (i.e. a bit less bloaty). * - * 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. * * Original copyright notice states: * "This program is in the Public Domain." diff --git a/coreutils/test_ptr_hack.c b/coreutils/test_ptr_hack.c index a05203d..5ba9dcc 100644 --- a/coreutils/test_ptr_hack.c +++ b/coreutils/test_ptr_hack.c @@ -2,7 +2,7 @@ /* * Copyright (C) 2008 by Denys Vlasenko <vda.linux@googlemail.com> * - * Licensed under GPLv2, see file LICENSE in this tarball for details. + * Licensed under GPLv2, see file LICENSE in this source tree. */ struct test_statics; diff --git a/coreutils/touch.c b/coreutils/touch.c index dceb7c1..03aac3a 100644 --- a/coreutils/touch.c +++ b/coreutils/touch.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. */ /* BB_AUDIT SUSv3 _NOT_ compliant -- options -a, -m, -r, -t not supported. */ diff --git a/coreutils/tr.c b/coreutils/tr.c index f3db379..d6bc7d2 100644 --- a/coreutils/tr.c +++ b/coreutils/tr.c @@ -13,7 +13,7 @@ * This version of tr is adapted from Minix tr and was modified * by Erik Andersen <andersen@codepoet.org> to be used in busybox. * - * 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. */ /* http://www.opengroup.org/onlinepubs/009695399/utilities/tr.html * TODO: graph, print diff --git a/coreutils/true.c b/coreutils/true.c index 8a7e6ae..0a862ef 100644 --- a/coreutils/true.c +++ b/coreutils/true.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. */ /* BB_AUDIT SUSv3 compliant */ diff --git a/coreutils/tty.c b/coreutils/tty.c index 69352ec..4891813 100644 --- a/coreutils/tty.c +++ b/coreutils/tty.c @@ -4,7 +4,7 @@ * * Copyright (C) 2003 Manuel Novoa III <mjn3@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. */ /* BB_AUDIT SUSv4 compliant */ diff --git a/coreutils/uname.c b/coreutils/uname.c index 9822e49..d1c50e2 100644 --- a/coreutils/uname.c +++ b/coreutils/uname.c @@ -2,7 +2,7 @@ /* uname -- print system information * Copyright (C) 1989-1999 Free Software Foundation, Inc. * - * 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. */ /* BB_AUDIT SUSv3 compliant */ diff --git a/coreutils/uniq.c b/coreutils/uniq.c index e566dc1..f0364b9 100644 --- a/coreutils/uniq.c +++ b/coreutils/uniq.c @@ -4,7 +4,7 @@ * * Copyright (C) 2005 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. */ /* BB_AUDIT SUSv3 compliant */ diff --git a/coreutils/usleep.c b/coreutils/usleep.c index e7acd5f..cb4ec58 100644 --- a/coreutils/usleep.c +++ b/coreutils/usleep.c @@ -4,7 +4,7 @@ * * Copyright (C) 2003 Manuel Novoa III <mjn3@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. */ /* BB_AUDIT SUSv3 N/A -- Apparently a busybox extension. */ diff --git a/coreutils/uudecode.c b/coreutils/uudecode.c index 0298a4b..06211b8 100644 --- a/coreutils/uudecode.c +++ b/coreutils/uudecode.c @@ -1,17 +1,16 @@ /* vi: set sw=4 ts=4: */ /* - * Copyright 2003, Glenn McGrath + * Copyright 2003, Glenn McGrath * - * 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. * - * Based on specification from - * http://www.opengroup.org/onlinepubs/007904975/utilities/uuencode.html + * Based on specification from + * http://www.opengroup.org/onlinepubs/007904975/utilities/uuencode.html * - * Bugs: the spec doesn't mention anything about "`\n`\n" prior to the - * "end" line + * Bugs: the spec doesn't mention anything about "`\n`\n" prior to the + * "end" line */ - #include "libbb.h" static void read_stduu(FILE *src_stream, FILE *dst_stream) diff --git a/coreutils/uuencode.c b/coreutils/uuencode.c index bf66185..490f8d1 100644 --- a/coreutils/uuencode.c +++ b/coreutils/uuencode.c @@ -5,7 +5,7 @@ * based on the function base64_encode from http.c in wget v1.6 * Copyright (C) 1995, 1996, 1997, 1998, 2000 Free Software Foundation, Inc. * - * 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/coreutils/wc.c b/coreutils/wc.c index 7116842..4f14374 100644 --- a/coreutils/wc.c +++ b/coreutils/wc.c @@ -4,7 +4,7 @@ * * Copyright (C) 2003 Manuel Novoa III <mjn3@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. */ /* BB_AUDIT SUSv3 _NOT_ compliant -- option -m is not currently supported. */ diff --git a/coreutils/who.c b/coreutils/who.c index 2b43310..8384d95 100644 --- a/coreutils/who.c +++ b/coreutils/who.c @@ -12,7 +12,7 @@ * * Copyright (c) 2002 AYR Networks, Inc. * - * 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. * *---------------------------------------------------------------------- */ diff --git a/coreutils/whoami.c b/coreutils/whoami.c index 22d722e..78d20db 100644 --- a/coreutils/whoami.c +++ b/coreutils/whoami.c @@ -4,7 +4,7 @@ * * Copyright (C) 2000 Edward Betts <edward@debian.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. */ /* BB_AUDIT SUSv3 N/A -- Matches GNU behavior. */ diff --git a/coreutils/yes.c b/coreutils/yes.c index ead674b..5d799f0 100644 --- a/coreutils/yes.c +++ b/coreutils/yes.c @@ -4,7 +4,7 @@ * * Copyright (C) 2003 Manuel Novoa III <mjn3@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. */ /* BB_AUDIT SUSv3 N/A -- Matches GNU behavior. */ |