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. --- coreutils/Makefile | 2 +- coreutils/Makefile.in | 2 +- coreutils/basename.c | 3 +-- coreutils/chgrp.c | 3 +-- coreutils/chmod.c | 3 +-- coreutils/chown.c | 3 +-- coreutils/chroot.c | 3 +-- coreutils/df.c | 3 +-- coreutils/dirname.c | 3 +-- coreutils/env.c | 2 +- coreutils/false.c | 3 +-- coreutils/libcoreutils/Makefile | 2 +- coreutils/libcoreutils/Makefile.in | 2 +- coreutils/ln.c | 3 +-- coreutils/test.c | 2 +- coreutils/touch.c | 3 +-- coreutils/tr.c | 2 +- coreutils/true.c | 3 +-- 18 files changed, 18 insertions(+), 29 deletions(-) (limited to 'coreutils') diff --git a/coreutils/Makefile b/coreutils/Makefile index 2228c26e8..a5cdf6248 100644 --- a/coreutils/Makefile +++ b/coreutils/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/coreutils/Makefile.in b/coreutils/Makefile.in index 881d8c0d0..95eda1ac7 100644 --- a/coreutils/Makefile.in +++ b/coreutils/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/coreutils/basename.c b/coreutils/basename.c index 71bb9b3bd..7fcdb8368 100644 --- a/coreutils/basename.c +++ b/coreutils/basename.c @@ -2,8 +2,7 @@ /* * Mini basename 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/coreutils/chgrp.c b/coreutils/chgrp.c index ac3e81ad9..78593ae76 100644 --- a/coreutils/chgrp.c +++ b/coreutils/chgrp.c @@ -2,8 +2,7 @@ /* * Mini chgrp 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/coreutils/chmod.c b/coreutils/chmod.c index a9758d58b..390cc6d2c 100644 --- a/coreutils/chmod.c +++ b/coreutils/chmod.c @@ -2,8 +2,7 @@ /* * Mini chmod 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 * * Reworked by (C) 2002 Vladimir Oleynik * to correctly parse '-rwxgoa' diff --git a/coreutils/chown.c b/coreutils/chown.c index 3e983cfa6..5b1b89e79 100644 --- a/coreutils/chown.c +++ b/coreutils/chown.c @@ -2,8 +2,7 @@ /* * Mini chown 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/coreutils/chroot.c b/coreutils/chroot.c index 01e4d564c..5562e58c8 100644 --- a/coreutils/chroot.c +++ b/coreutils/chroot.c @@ -2,8 +2,7 @@ /* * Mini chroot 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/coreutils/df.c b/coreutils/df.c index 543527ea4..9c0d13f62 100644 --- a/coreutils/df.c +++ b/coreutils/df.c @@ -2,8 +2,7 @@ /* * Mini df 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 * based on original code by (I think) Bruce Perens . * * This program is free software; you can redistribute it and/or modify diff --git a/coreutils/dirname.c b/coreutils/dirname.c index 4c6115e66..d0c42b603 100644 --- a/coreutils/dirname.c +++ b/coreutils/dirname.c @@ -2,8 +2,7 @@ /* * Mini dirname 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/coreutils/env.c b/coreutils/env.c index eb761e9e9..a07bd324c 100644 --- a/coreutils/env.c +++ b/coreutils/env.c @@ -21,7 +21,7 @@ * * Original copyright notice is retained at the end of this file. * - * Modified for BusyBox by Erik Andersen , + * Modified for BusyBox by Erik Andersen */ /* BB_AUDIT SUSv3 compliant */ diff --git a/coreutils/false.c b/coreutils/false.c index c17de7693..a07b99d95 100644 --- a/coreutils/false.c +++ b/coreutils/false.c @@ -2,8 +2,7 @@ /* * Mini false 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/coreutils/libcoreutils/Makefile b/coreutils/libcoreutils/Makefile index 59ec24ed9..b3a4e79b6 100644 --- a/coreutils/libcoreutils/Makefile +++ b/coreutils/libcoreutils/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/coreutils/libcoreutils/Makefile.in b/coreutils/libcoreutils/Makefile.in index 47391dd49..a7481d40a 100644 --- a/coreutils/libcoreutils/Makefile.in +++ b/coreutils/libcoreutils/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/coreutils/ln.c b/coreutils/ln.c index 2edece104..5217634f7 100644 --- a/coreutils/ln.c +++ b/coreutils/ln.c @@ -2,8 +2,7 @@ /* * Mini ln 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/coreutils/test.c b/coreutils/test.c index 31ac87f34..2ad326ea6 100644 --- a/coreutils/test.c +++ b/coreutils/test.c @@ -10,7 +10,7 @@ * (-x -c -b -p -u -g -k) plus Korn's -L -nt -ot -ef and new -S (socket). * modified by J.T. Conklin for NetBSD. * modified by Herbert Xu to be used as built-in in ash. - * modified by Erik Andersen to be used + * modified by Erik Andersen to be used * in busybox. * * This program is free software; you can redistribute it and/or modify diff --git a/coreutils/touch.c b/coreutils/touch.c index c66f26e0d..3d780e167 100644 --- a/coreutils/touch.c +++ b/coreutils/touch.c @@ -2,8 +2,7 @@ /* * Mini touch 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/coreutils/tr.c b/coreutils/tr.c index a00e36134..a5638d7ec 100644 --- a/coreutils/tr.c +++ b/coreutils/tr.c @@ -5,7 +5,7 @@ * Copyright (c) Michiel Huisjes * * This version of tr is adapted from Minix tr and was modified - * by Erik Andersen to be used in busybox. + * by Erik Andersen to be used in busybox. * * 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/true.c b/coreutils/true.c index 0fbe1023d..d19e749aa 100644 --- a/coreutils/true.c +++ b/coreutils/true.c @@ -2,8 +2,7 @@ /* * Mini true 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