From cb81e6484d1f50ec2761f6294722407b14add525 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Mon, 14 Jul 2003 21:21:08 +0000 Subject: Update a bunch of docs. Run a script to update my email addr. --- procps/Makefile | 2 +- procps/Makefile.in | 2 +- procps/free.c | 3 +-- procps/kill.c | 2 +- procps/pidof.c | 3 +-- procps/ps.c | 3 +-- procps/uptime.c | 3 +-- 7 files changed, 7 insertions(+), 11 deletions(-) (limited to 'procps') 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 +# Copyright (C) 1999-2003 by Erik Andersen # # 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 +# Copyright (C) 1999-2003 by Erik Andersen # # 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 + * Copyright (C) 1999-2003 by Erik Andersen * * 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 . - * Copyright (C) 1999-2002 by Erik Andersen + * Copyright (C) 1999-2003 by Erik Andersen * * 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 + * Copyright (C) 1999-2003 by Erik Andersen * * 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 + * Copyright (C) 1999-2003 by Erik Andersen * * 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 + * Copyright (C) 1999-2003 by Erik Andersen * * 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 -- cgit v1.2.3