diff options
Diffstat (limited to 'coreutils')
-rw-r--r-- | coreutils/Makefile | 2 | ||||
-rw-r--r-- | coreutils/Makefile.in | 2 | ||||
-rw-r--r-- | coreutils/basename.c | 3 | ||||
-rw-r--r-- | coreutils/chgrp.c | 3 | ||||
-rw-r--r-- | coreutils/chmod.c | 3 | ||||
-rw-r--r-- | coreutils/chown.c | 3 | ||||
-rw-r--r-- | coreutils/chroot.c | 3 | ||||
-rw-r--r-- | coreutils/df.c | 3 | ||||
-rw-r--r-- | coreutils/dirname.c | 3 | ||||
-rw-r--r-- | coreutils/env.c | 2 | ||||
-rw-r--r-- | coreutils/false.c | 3 | ||||
-rw-r--r-- | coreutils/libcoreutils/Makefile | 2 | ||||
-rw-r--r-- | coreutils/libcoreutils/Makefile.in | 2 | ||||
-rw-r--r-- | coreutils/ln.c | 3 | ||||
-rw-r--r-- | coreutils/test.c | 2 | ||||
-rw-r--r-- | coreutils/touch.c | 3 | ||||
-rw-r--r-- | coreutils/tr.c | 2 | ||||
-rw-r--r-- | coreutils/true.c | 3 |
18 files changed, 18 insertions, 29 deletions
diff --git a/coreutils/Makefile b/coreutils/Makefile index 2228c26..a5cdf62 100644 --- a/coreutils/Makefile +++ b/coreutils/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/coreutils/Makefile.in b/coreutils/Makefile.in index 881d8c0..95eda1a 100644 --- a/coreutils/Makefile.in +++ b/coreutils/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/coreutils/basename.c b/coreutils/basename.c index 71bb9b3..7fcdb83 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 <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/coreutils/chgrp.c b/coreutils/chgrp.c index ac3e81a..78593ae 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 <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/coreutils/chmod.c b/coreutils/chmod.c index a9758d5..390cc6d 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 <andersee@debian.org> + * Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org> * * Reworked by (C) 2002 Vladimir Oleynik <dzo@simtreas.ru> * to correctly parse '-rwxgoa' diff --git a/coreutils/chown.c b/coreutils/chown.c index 3e983cf..5b1b89e 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 <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/coreutils/chroot.c b/coreutils/chroot.c index 01e4d56..5562e58 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 <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/coreutils/df.c b/coreutils/df.c index 543527e..9c0d13f 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 <andersee@debian.org> + * Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org> * based on original code by (I think) Bruce Perens <bruce@pixar.com>. * * This program is free software; you can redistribute it and/or modify diff --git a/coreutils/dirname.c b/coreutils/dirname.c index 4c6115e..d0c42b6 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 <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/coreutils/env.c b/coreutils/env.c index eb761e9..a07bd32 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 <andersen@lineo.com>, <andersee@debian.org> + * Modified for BusyBox by Erik Andersen <andersen@codepoet.org> */ /* BB_AUDIT SUSv3 compliant */ diff --git a/coreutils/false.c b/coreutils/false.c index c17de76..a07b99d 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 <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/coreutils/libcoreutils/Makefile b/coreutils/libcoreutils/Makefile index 59ec24e..b3a4e79 100644 --- a/coreutils/libcoreutils/Makefile +++ b/coreutils/libcoreutils/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/coreutils/libcoreutils/Makefile.in b/coreutils/libcoreutils/Makefile.in index 47391dd..a7481d4 100644 --- a/coreutils/libcoreutils/Makefile.in +++ b/coreutils/libcoreutils/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/coreutils/ln.c b/coreutils/ln.c index 2edece1..5217634 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 <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/coreutils/test.c b/coreutils/test.c index 31ac87f..2ad326e 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 <andersee@debian.org> to be used + * modified by Erik Andersen <andersen@codepoet.org> 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 c66f26e..3d780e1 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 <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/coreutils/tr.c b/coreutils/tr.c index a00e361..a5638d7 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 <andersee@debian.org> to be used in busybox. + * by Erik Andersen <andersen@codepoet.org> 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 0fbe102..d19e749 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 <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 |