diff options
Diffstat (limited to 'procps')
-rw-r--r-- | procps/Kbuild.src | 2 | ||||
-rw-r--r-- | procps/free.c | 2 | ||||
-rw-r--r-- | procps/fuser.c | 2 | ||||
-rw-r--r-- | procps/iostat.c | 2 | ||||
-rw-r--r-- | procps/kill.c | 2 | ||||
-rw-r--r-- | procps/mpstat.c | 2 | ||||
-rw-r--r-- | procps/nmeter.c | 11 | ||||
-rw-r--r-- | procps/pgrep.c | 2 | ||||
-rw-r--r-- | procps/pidof.c | 2 | ||||
-rw-r--r-- | procps/ps.c | 2 | ||||
-rw-r--r-- | procps/renice.c | 2 | ||||
-rw-r--r-- | procps/sysctl.c | 2 | ||||
-rw-r--r-- | procps/top.c | 2 | ||||
-rw-r--r-- | procps/uptime.c | 2 | ||||
-rw-r--r-- | procps/watch.c | 2 |
15 files changed, 20 insertions, 19 deletions
diff --git a/procps/Kbuild.src b/procps/Kbuild.src index c41f12b..791d656 100644 --- a/procps/Kbuild.src +++ b/procps/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/procps/free.c b/procps/free.c index db70712..be65f46 100644 --- a/procps/free.c +++ b/procps/free.c @@ -4,7 +4,7 @@ * * Copyright (C) 1999-2004 by Erik Andersen <andersen@codepoet.org> * - * Licensed under the GPL version 2, see the file LICENSE in this tarball. + * Licensed under GPLv2, see file LICENSE in this source tree. */ /* getopt not needed */ diff --git a/procps/fuser.c b/procps/fuser.c index 85523c3..addf1a7 100644 --- a/procps/fuser.c +++ b/procps/fuser.c @@ -4,7 +4,7 @@ * * Copyright 2004 Tony J. White * - * Licensed under GPLv2, see file LICENSE in this tarball for details. + * Licensed under GPLv2, see file LICENSE in this source tree. */ #include "libbb.h" diff --git a/procps/iostat.c b/procps/iostat.c index 05c758b..5d82986 100644 --- a/procps/iostat.c +++ b/procps/iostat.c @@ -4,7 +4,7 @@ * * Copyright (C) 2010 Marek Polacek <mmpolacek@gmail.com> * - * Licensed under GPLv2, see file LICENSE in this tarball for details. + * Licensed under GPLv2, see file LICENSE in this source tree. */ //applet:IF_IOSTAT(APPLET(iostat, _BB_DIR_BIN, _BB_SUID_DROP)) diff --git a/procps/kill.c b/procps/kill.c index 1d343ed..4ed94b0 100644 --- a/procps/kill.c +++ b/procps/kill.c @@ -5,7 +5,7 @@ * Copyright (C) 1995, 1996 by Bruce Perens <bruce@pixar.com>. * 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. */ #include "libbb.h" diff --git a/procps/mpstat.c b/procps/mpstat.c index bf0f593..575c77e 100644 --- a/procps/mpstat.c +++ b/procps/mpstat.c @@ -4,7 +4,7 @@ * * Copyright (C) 2010 Marek Polacek <mmpolacek@gmail.com> * - * Licensed under GPLv2, see file LICENSE in this tarball for details. + * Licensed under GPLv2, see file LICENSE in this source tree. */ //applet:IF_MPSTAT(APPLET(mpstat, _BB_DIR_BIN, _BB_SUID_DROP)) diff --git a/procps/nmeter.c b/procps/nmeter.c index 9305856..6111e4b 100644 --- a/procps/nmeter.c +++ b/procps/nmeter.c @@ -1,9 +1,10 @@ /* -** Licensed under the GPL v2, see the file LICENSE in this tarball -** -** Based on nanotop.c from floppyfw project -** -** Contact me: vda.linux@googlemail.com */ + * Licensed under GPLv2, see file LICENSE in this source tree. + * + * Based on nanotop.c from floppyfw project + * + * Contact me: vda.linux@googlemail.com */ + */ //TODO: // simplify code diff --git a/procps/pgrep.c b/procps/pgrep.c index 45de8bc..5d388a8 100644 --- a/procps/pgrep.c +++ b/procps/pgrep.c @@ -4,7 +4,7 @@ * * Copyright (C) 2007 Loic Grenie <loic.grenie@gmail.com> * - * 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 "xregex.h" diff --git a/procps/pidof.c b/procps/pidof.c index bf5e784..49e469c 100644 --- a/procps/pidof.c +++ b/procps/pidof.c @@ -4,7 +4,7 @@ * * Copyright (C) 1999-2004 by Erik Andersen <andersen@codepoet.org> * - * Licensed under the GPL version 2, see the file LICENSE in this tarball. + * Licensed under GPLv2, see file LICENSE in this source tree. */ #include "libbb.h" diff --git a/procps/ps.c b/procps/ps.c index a3220a9..305381e 100644 --- a/procps/ps.c +++ b/procps/ps.c @@ -6,7 +6,7 @@ * Fix for SELinux Support:(c)2007 Hiroshi Shinji <shiroshi@my.email.ne.jp> * (c)2007 Yuichi Nakamura <ynakam@hitachisoft.jp> * - * Licensed under the GPL version 2, see the file LICENSE in this tarball. + * Licensed under GPLv2, see file LICENSE in this source tree. */ #include "libbb.h" diff --git a/procps/renice.c b/procps/renice.c index ea5fc70..81ee89c 100644 --- a/procps/renice.c +++ b/procps/renice.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. */ /* Notes: diff --git a/procps/sysctl.c b/procps/sysctl.c index fc601d6..20b372c 100644 --- a/procps/sysctl.c +++ b/procps/sysctl.c @@ -4,7 +4,7 @@ * * Copyright 1999 George Staikos * - * 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. * * Changelog: * v1.01 - added -p <preload> to preload values from a file diff --git a/procps/top.c b/procps/top.c index ec84374..fd75809 100644 --- a/procps/top.c +++ b/procps/top.c @@ -28,7 +28,7 @@ * Copyright (C) 1994-1996 Charles L. Blake. * Copyright (C) 1992-1998 Michael K. Johnson * - * Licensed under GPLv2, see file LICENSE in this tarball for details. + * Licensed under GPLv2, see file LICENSE in this source tree. */ #include "libbb.h" diff --git a/procps/uptime.c b/procps/uptime.c index d9aa1d0..5c48795 100644 --- a/procps/uptime.c +++ b/procps/uptime.c @@ -4,7 +4,7 @@ * * Copyright (C) 1999-2004 by Erik Andersen <andersen@codepoet.org> * - * Licensed under the GPL version 2, see the file LICENSE in this tarball. + * Licensed under GPLv2, see file LICENSE in this source tree. */ /* This version of uptime doesn't display the number of users on the system, diff --git a/procps/watch.c b/procps/watch.c index a1cde9e..36f71c4 100644 --- a/procps/watch.c +++ b/procps/watch.c @@ -5,7 +5,7 @@ * Copyright (C) 2001 by Michael Habermann <mhabermann@gmx.de> * Copyrigjt (C) Mar 16, 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 */ |