diff --git a/archival/tar.c b/archival/tar.c index 191e2a8a3..b18f1f87f 100644 --- a/archival/tar.c +++ b/archival/tar.c @@ -10,7 +10,7 @@ * very different now (i.e., cleaner, less global variables, etc.) * * Copyright (C) 1999,2000 by Lineo, inc. and Erik Andersen - * Copyright (C) 1999,2000,2001 by Erik Andersen + * Copyright (C) 1999-2002 by Erik Andersen * * Based in part in the tar implementation in sash * Copyright (c) 1999 by David I. Bell diff --git a/coreutils/mknod.c b/coreutils/mknod.c index b4d4b82a1..10d026ce3 100644 --- a/coreutils/mknod.c +++ b/coreutils/mknod.c @@ -3,6 +3,7 @@ * Mini mknod implementation for busybox * * Copyright (C) 1995, 1996 by Bruce Perens . + * Copyright (C) 1999-2002 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/coreutils/pwd.c b/coreutils/pwd.c index f6a00bf1e..9c5d70cef 100644 --- a/coreutils/pwd.c +++ b/coreutils/pwd.c @@ -2,7 +2,6 @@ /* * Mini pwd implementation for busybox * - * * Copyright (C) 1995, 1996 by Bruce Perens . * * This program is free software; you can redistribute it and/or modify diff --git a/coreutils/sleep.c b/coreutils/sleep.c index 3bcab88ee..7bc98d8e8 100644 --- a/coreutils/sleep.c +++ b/coreutils/sleep.c @@ -2,7 +2,6 @@ /* * Mini sleep implementation for busybox * - * * Copyright (C) 1995, 1996 by Bruce Perens . * * This program is free software; you can redistribute it and/or modify diff --git a/coreutils/sync.c b/coreutils/sync.c index ee22ae109..d58168065 100644 --- a/coreutils/sync.c +++ b/coreutils/sync.c @@ -2,7 +2,6 @@ /* * Mini sync implementation for busybox * - * * Copyright (C) 1995, 1996 by Bruce Perens . * * This program is free software; you can redistribute it and/or modify diff --git a/coreutils/usleep.c b/coreutils/usleep.c index 6023bf430..ac268b485 100644 --- a/coreutils/usleep.c +++ b/coreutils/usleep.c @@ -2,7 +2,6 @@ /* * Mini usleep implementation for busybox * - * * Copyright (C) 1995, 1996 by Bruce Perens . * * This program is free software; you can redistribute it and/or modify diff --git a/init/halt.c b/init/halt.c index 917de8b5a..3d4725f09 100644 --- a/init/halt.c +++ b/init/halt.c @@ -2,8 +2,8 @@ /* * Mini halt implementation for busybox * - * * Copyright (C) 1995, 1996 by Bruce Perens . + * Copyright (C) 1999-2002 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/init/init.c b/init/init.c index 41dfc6997..2e2f85577 100644 --- a/init/init.c +++ b/init/init.c @@ -2,8 +2,8 @@ /* * Mini init implementation for busybox * - * * Copyright (C) 1995, 1996 by Bruce Perens . + * Copyright (C) 1999-2002 by Erik Andersen * Adjusted by so many folks, it's impossible to keep track. * * This program is free software; you can redistribute it and/or modify diff --git a/init/poweroff.c b/init/poweroff.c index d99b5562d..27468bac0 100644 --- a/init/poweroff.c +++ b/init/poweroff.c @@ -2,8 +2,8 @@ /* * Mini poweroff implementation for busybox * - * * Copyright (C) 1995, 1996 by Bruce Perens . + * Copyright (C) 1999-2002 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/init/reboot.c b/init/reboot.c index 6f71536d8..001a3c7d2 100644 --- a/init/reboot.c +++ b/init/reboot.c @@ -2,8 +2,8 @@ /* * Mini reboot implementation for busybox * - * * Copyright (C) 1995, 1996 by Bruce Perens . + * Copyright (C) 1999-2002 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 c1e8ca2e5..ff00ea875 100644 --- a/procps/kill.c +++ b/procps/kill.c @@ -3,6 +3,7 @@ * Mini kill/killall implementation for busybox * * Copyright (C) 1995, 1996 by Bruce Perens . + * Copyright (C) 1999-2002 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/util-linux/fdflush.c b/util-linux/fdflush.c index 28f5cb68a..7f5b6c9be 100644 --- a/util-linux/fdflush.c +++ b/util-linux/fdflush.c @@ -2,7 +2,6 @@ /* * Mini fdflush implementation for busybox * - * * Copyright (C) 1995, 1996 by Bruce Perens . * * This program is free software; you can redistribute it and/or modify diff --git a/util-linux/more.c b/util-linux/more.c index cc5f86e0d..05fe86970 100644 --- a/util-linux/more.c +++ b/util-linux/more.c @@ -2,8 +2,8 @@ /* * Mini more implementation for busybox * - * * Copyright (C) 1995, 1996 by Bruce Perens . + * Copyright (C) 1999-2002 by Erik Andersen * * Latest version blended together by Erik Andersen , * based on the original more implementation by Bruce, and code from the diff --git a/util-linux/mount.c b/util-linux/mount.c index 74ce4e116..382ad832f 100644 --- a/util-linux/mount.c +++ b/util-linux/mount.c @@ -3,6 +3,7 @@ * Mini mount implementation for busybox * * Copyright (C) 1995, 1996 by Bruce Perens . + * Copyright (C) 1999-2002 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