diff options
Diffstat (limited to 'procps')
-rw-r--r-- | procps/Makefile | 2 | ||||
-rw-r--r-- | procps/Makefile.in | 2 | ||||
-rw-r--r-- | procps/free.c | 3 | ||||
-rw-r--r-- | procps/kill.c | 2 | ||||
-rw-r--r-- | procps/pidof.c | 3 | ||||
-rw-r--r-- | procps/ps.c | 3 | ||||
-rw-r--r-- | procps/uptime.c | 3 |
7 files changed, 7 insertions, 11 deletions
diff --git a/procps/Makefile b/procps/Makefile index 8e572aa4a..3751f79dd 100644 --- a/procps/Makefile +++ b/procps/Makefile @@ -1,6 +1,6 @@ # Makefile for busybox # -# Copyright (C) 1999-2002 Erik Andersen <andersee@debian.org> +# Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org> # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/procps/Makefile.in b/procps/Makefile.in index f16b36976..9d2d27391 100644 --- a/procps/Makefile.in +++ b/procps/Makefile.in @@ -1,6 +1,6 @@ # Makefile for busybox # -# Copyright (C) 1999-2002 Erik Andersen <andersee@debian.org> +# Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org> # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/procps/free.c b/procps/free.c index 2f520e418..dbc606c94 100644 --- a/procps/free.c +++ b/procps/free.c @@ -2,8 +2,7 @@ /* * Mini free implementation for busybox * - * Copyright (C) 1999,2000 by Lineo, inc. and Erik Andersen - * Copyright (C) 1999,2000,2001 by Erik Andersen <andersee@debian.org> + * Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/procps/kill.c b/procps/kill.c index 3d6fe80cb..717d8c69e 100644 --- a/procps/kill.c +++ b/procps/kill.c @@ -3,7 +3,7 @@ * Mini kill/killall implementation for busybox * * Copyright (C) 1995, 1996 by Bruce Perens <bruce@pixar.com>. - * Copyright (C) 1999-2002 by Erik Andersen <andersee@debian.org> + * Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/procps/pidof.c b/procps/pidof.c index d77f7f02b..2fe8ecd25 100644 --- a/procps/pidof.c +++ b/procps/pidof.c @@ -2,8 +2,7 @@ /* * pidof implementation for busybox * - * Copyright (C) 1999,2000 by Lineo, inc. and Erik Andersen - * Copyright (C) 1999-2002 by Erik Andersen <andersee@debian.org> + * Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/procps/ps.c b/procps/ps.c index 691f490c7..9dc45d35d 100644 --- a/procps/ps.c +++ b/procps/ps.c @@ -2,8 +2,7 @@ /* * Mini ps implementation(s) for busybox * - * Copyright (C) 1999,2000 by Lineo, inc. and Erik Andersen - * Copyright (C) 1999,2000,2001 by Erik Andersen <andersee@debian.org> + * Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the Free diff --git a/procps/uptime.c b/procps/uptime.c index 85ff2233c..a974313d7 100644 --- a/procps/uptime.c +++ b/procps/uptime.c @@ -2,8 +2,7 @@ /* * Mini uptime implementation for busybox * - * Copyright (C) 1999,2000 by Lineo, inc. and Erik Andersen - * Copyright (C) 1999,2000,2001 by Erik Andersen <andersee@debian.org> + * Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by |