diff options
Diffstat (limited to '')
-rw-r--r-- | coreutils/basename.c | 2 | ||||
-rw-r--r-- | coreutils/cat.c | 2 | ||||
-rw-r--r-- | coreutils/chroot.c | 2 | ||||
-rw-r--r-- | coreutils/cmp.c | 2 | ||||
-rw-r--r-- | coreutils/cut.c | 2 | ||||
-rw-r--r-- | coreutils/df.c | 2 | ||||
-rw-r--r-- | coreutils/dirname.c | 2 | ||||
-rw-r--r-- | coreutils/du.c | 4 | ||||
-rw-r--r-- | coreutils/head.c | 2 | ||||
-rw-r--r-- | coreutils/ln.c | 2 | ||||
-rw-r--r-- | coreutils/mkdir.c | 2 | ||||
-rw-r--r-- | coreutils/rm.c | 2 | ||||
-rw-r--r-- | coreutils/rmdir.c | 2 | ||||
-rw-r--r-- | coreutils/tee.c | 2 | ||||
-rw-r--r-- | coreutils/touch.c | 2 | ||||
-rw-r--r-- | coreutils/uniq.c | 2 |
16 files changed, 17 insertions, 17 deletions
diff --git a/coreutils/basename.c b/coreutils/basename.c index 0caae39a4..cba003d70 100644 --- a/coreutils/basename.c +++ b/coreutils/basename.c | |||
@@ -2,7 +2,7 @@ | |||
2 | /* | 2 | /* |
3 | * Mini basename implementation for busybox | 3 | * Mini basename implementation for busybox |
4 | * | 4 | * |
5 | * Copyright (C) 1999,2000 by Lineo, inc. | 5 | * Copyright (C) 1999,2000,2001 by Lineo, inc. |
6 | * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.org> | 6 | * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.org> |
7 | * | 7 | * |
8 | * This program is free software; you can redistribute it and/or modify | 8 | * This program is free software; you can redistribute it and/or modify |
diff --git a/coreutils/cat.c b/coreutils/cat.c index a1b878258..134245cdc 100644 --- a/coreutils/cat.c +++ b/coreutils/cat.c | |||
@@ -2,7 +2,7 @@ | |||
2 | /* | 2 | /* |
3 | * Mini Cat implementation for busybox | 3 | * Mini Cat implementation for busybox |
4 | * | 4 | * |
5 | * Copyright (C) 1999,2000 by Lineo, inc. | 5 | * Copyright (C) 1999,2000,2001 by Lineo, inc. |
6 | * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.org> | 6 | * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.org> |
7 | * | 7 | * |
8 | * This program is free software; you can redistribute it and/or modify | 8 | * This program is free software; you can redistribute it and/or modify |
diff --git a/coreutils/chroot.c b/coreutils/chroot.c index e6f1d034b..cd8101e47 100644 --- a/coreutils/chroot.c +++ b/coreutils/chroot.c | |||
@@ -3,7 +3,7 @@ | |||
3 | * Mini chroot implementation for busybox | 3 | * Mini chroot implementation for busybox |
4 | * | 4 | * |
5 | * | 5 | * |
6 | * Copyright (C) 1999,2000 by Lineo, inc. | 6 | * Copyright (C) 1999,2000,2001 by Lineo, inc. |
7 | * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.org> | 7 | * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.org> |
8 | * | 8 | * |
9 | * This program is free software; you can redistribute it and/or modify | 9 | * This program is free software; you can redistribute it and/or modify |
diff --git a/coreutils/cmp.c b/coreutils/cmp.c index a4b6c7d49..dd70261df 100644 --- a/coreutils/cmp.c +++ b/coreutils/cmp.c | |||
@@ -3,7 +3,7 @@ | |||
3 | * Mini cmp implementation for busybox | 3 | * Mini cmp implementation for busybox |
4 | * | 4 | * |
5 | * | 5 | * |
6 | * Copyright (C) 2000 by Lineo, inc. | 6 | * Copyright (C) 1999,2000,2001 by Lineo, inc. |
7 | * Written by Matt Kraai <kraai@alumni.carnegiemellon.edu> | 7 | * Written by Matt Kraai <kraai@alumni.carnegiemellon.edu> |
8 | * | 8 | * |
9 | * This program is free software; you can redistribute it and/or modify | 9 | * This program is free software; you can redistribute it and/or modify |
diff --git a/coreutils/cut.c b/coreutils/cut.c index 262390e17..ed68657df 100644 --- a/coreutils/cut.c +++ b/coreutils/cut.c | |||
@@ -1,7 +1,7 @@ | |||
1 | /* | 1 | /* |
2 | * cut.c - minimalist version of cut | 2 | * cut.c - minimalist version of cut |
3 | * | 3 | * |
4 | * Copyright (C) 1999,2000 by Lineo, inc. | 4 | * Copyright (C) 1999,2000,2001 by Lineo, inc. |
5 | * Written by Mark Whitley <markw@lineo.com>, <markw@codepoet.org> | 5 | * Written by Mark Whitley <markw@lineo.com>, <markw@codepoet.org> |
6 | * | 6 | * |
7 | * This program is free software; you can redistribute it and/or modify | 7 | * This program is free software; you can redistribute it and/or modify |
diff --git a/coreutils/df.c b/coreutils/df.c index 0408f9f54..7a24fedd0 100644 --- a/coreutils/df.c +++ b/coreutils/df.c | |||
@@ -2,7 +2,7 @@ | |||
2 | /* | 2 | /* |
3 | * Mini df implementation for busybox | 3 | * Mini df implementation for busybox |
4 | * | 4 | * |
5 | * Copyright (C) 1999,2000 by Lineo, inc. | 5 | * Copyright (C) 1999,2000,2001 by Lineo, inc. |
6 | * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.org> | 6 | * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.org> |
7 | * based on original code by (I think) Bruce Perens <bruce@pixar.com>. | 7 | * based on original code by (I think) Bruce Perens <bruce@pixar.com>. |
8 | * | 8 | * |
diff --git a/coreutils/dirname.c b/coreutils/dirname.c index 333f08d41..2e11a69dc 100644 --- a/coreutils/dirname.c +++ b/coreutils/dirname.c | |||
@@ -2,7 +2,7 @@ | |||
2 | /* | 2 | /* |
3 | * Mini dirname implementation for busybox | 3 | * Mini dirname implementation for busybox |
4 | * | 4 | * |
5 | * Copyright (C) 2000 by Lineo, inc. | 5 | * Copyright (C) 1999,2000,2001 by Lineo, inc. |
6 | * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.org> | 6 | * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.org> |
7 | * | 7 | * |
8 | * This program is free software; you can redistribute it and/or modify | 8 | * This program is free software; you can redistribute it and/or modify |
diff --git a/coreutils/du.c b/coreutils/du.c index 9cc2a673d..c56afbc4f 100644 --- a/coreutils/du.c +++ b/coreutils/du.c | |||
@@ -3,7 +3,7 @@ | |||
3 | * Mini du implementation for busybox | 3 | * Mini du implementation for busybox |
4 | * | 4 | * |
5 | * | 5 | * |
6 | * Copyright (C) 1999,2000 by Lineo, inc. | 6 | * Copyright (C) 1999,2000,2001 by Lineo, inc. |
7 | * Written by John Beppu <beppu@lineo.com> | 7 | * Written by John Beppu <beppu@lineo.com> |
8 | * | 8 | * |
9 | * This program is free software; you can redistribute it and/or modify | 9 | * This program is free software; you can redistribute it and/or modify |
@@ -187,7 +187,7 @@ int du_main(int argc, char **argv) | |||
187 | return status; | 187 | return status; |
188 | } | 188 | } |
189 | 189 | ||
190 | /* $Id: du.c,v 1.35 2001/01/27 08:24:37 andersen Exp $ */ | 190 | /* $Id: du.c,v 1.36 2001/01/27 09:33:38 andersen Exp $ */ |
191 | /* | 191 | /* |
192 | Local Variables: | 192 | Local Variables: |
193 | c-file-style: "linux" | 193 | c-file-style: "linux" |
diff --git a/coreutils/head.c b/coreutils/head.c index 71aa8258c..7d87f32cb 100644 --- a/coreutils/head.c +++ b/coreutils/head.c | |||
@@ -3,7 +3,7 @@ | |||
3 | * Mini head implementation for busybox | 3 | * Mini head implementation for busybox |
4 | * | 4 | * |
5 | * | 5 | * |
6 | * Copyright (C) 1999,2000 by Lineo, inc. | 6 | * Copyright (C) 1999,2000,2001 by Lineo, inc. |
7 | * Written by John Beppu <beppu@lineo.com> | 7 | * Written by John Beppu <beppu@lineo.com> |
8 | * | 8 | * |
9 | * This program is free software; you can redistribute it and/or modify | 9 | * This program is free software; you can redistribute it and/or modify |
diff --git a/coreutils/ln.c b/coreutils/ln.c index d6bf6443a..54e81f4c5 100644 --- a/coreutils/ln.c +++ b/coreutils/ln.c | |||
@@ -2,7 +2,7 @@ | |||
2 | /* | 2 | /* |
3 | * Mini ln implementation for busybox | 3 | * Mini ln implementation for busybox |
4 | * | 4 | * |
5 | * Copyright (C) 1999,2000 by Lineo, inc. | 5 | * Copyright (C) 1999,2000,2001 by Lineo, inc. |
6 | * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.org> | 6 | * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.org> |
7 | * | 7 | * |
8 | * This program is free software; you can redistribute it and/or modify | 8 | * This program is free software; you can redistribute it and/or modify |
diff --git a/coreutils/mkdir.c b/coreutils/mkdir.c index eb6e7db7d..2345d8831 100644 --- a/coreutils/mkdir.c +++ b/coreutils/mkdir.c | |||
@@ -2,7 +2,7 @@ | |||
2 | /* | 2 | /* |
3 | * Mini mkdir implementation for busybox | 3 | * Mini mkdir implementation for busybox |
4 | * | 4 | * |
5 | * Copyright (C) 1999,2000 by Lineo, inc. | 5 | * Copyright (C) 1999,2000,2001 by Lineo, inc. |
6 | * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.org> | 6 | * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.org> |
7 | * | 7 | * |
8 | * This program is free software; you can redistribute it and/or modify | 8 | * This program is free software; you can redistribute it and/or modify |
diff --git a/coreutils/rm.c b/coreutils/rm.c index 302599ec0..ce293a2aa 100644 --- a/coreutils/rm.c +++ b/coreutils/rm.c | |||
@@ -3,7 +3,7 @@ | |||
3 | * Mini rm implementation for busybox | 3 | * Mini rm implementation for busybox |
4 | * | 4 | * |
5 | * | 5 | * |
6 | * Copyright (C) 1999,2000 by Lineo, inc. | 6 | * Copyright (C) 1999,2000,2001 by Lineo, inc. |
7 | * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.org> | 7 | * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.org> |
8 | * | 8 | * |
9 | * This program is free software; you can redistribute it and/or modify | 9 | * This program is free software; you can redistribute it and/or modify |
diff --git a/coreutils/rmdir.c b/coreutils/rmdir.c index 8c2165e6b..86346ddde 100644 --- a/coreutils/rmdir.c +++ b/coreutils/rmdir.c | |||
@@ -3,7 +3,7 @@ | |||
3 | * Mini rmdir implementation for busybox | 3 | * Mini rmdir implementation for busybox |
4 | * | 4 | * |
5 | * | 5 | * |
6 | * Copyright (C) 1999,2000 by Lineo, inc. | 6 | * Copyright (C) 1999,2000,2001 by Lineo, inc. |
7 | * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.org> | 7 | * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.org> |
8 | * | 8 | * |
9 | * This program is free software; you can redistribute it and/or modify | 9 | * This program is free software; you can redistribute it and/or modify |
diff --git a/coreutils/tee.c b/coreutils/tee.c index f0eca070d..aa3098c6a 100644 --- a/coreutils/tee.c +++ b/coreutils/tee.c | |||
@@ -2,7 +2,7 @@ | |||
2 | /* | 2 | /* |
3 | * Mini tee implementation for busybox | 3 | * Mini tee implementation for busybox |
4 | * | 4 | * |
5 | * Copyright (C) 1999,2000 by Lineo, inc. | 5 | * Copyright (C) 1999,2000,2001 by Lineo, inc. |
6 | * Written by Matt Kraai <kraai@alumni.carnegiemellon.edu> | 6 | * Written by Matt Kraai <kraai@alumni.carnegiemellon.edu> |
7 | * | 7 | * |
8 | * This program is free software; you can redistribute it and/or modify | 8 | * This program is free software; you can redistribute it and/or modify |
diff --git a/coreutils/touch.c b/coreutils/touch.c index fa2f3b609..e174baa47 100644 --- a/coreutils/touch.c +++ b/coreutils/touch.c | |||
@@ -3,7 +3,7 @@ | |||
3 | * Mini touch implementation for busybox | 3 | * Mini touch implementation for busybox |
4 | * | 4 | * |
5 | * | 5 | * |
6 | * Copyright (C) 1999,2000 by Lineo, inc. | 6 | * Copyright (C) 1999,2000,2001 by Lineo, inc. |
7 | * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.org> | 7 | * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.org> |
8 | * | 8 | * |
9 | * This program is free software; you can redistribute it and/or modify | 9 | * This program is free software; you can redistribute it and/or modify |
diff --git a/coreutils/uniq.c b/coreutils/uniq.c index 228855962..84f1ed231 100644 --- a/coreutils/uniq.c +++ b/coreutils/uniq.c | |||
@@ -3,7 +3,7 @@ | |||
3 | * Mini uniq implementation for busybox | 3 | * Mini uniq implementation for busybox |
4 | * | 4 | * |
5 | * | 5 | * |
6 | * Copyright (C) 1999,2000 by Lineo, inc. | 6 | * Copyright (C) 1999,2000,2001 by Lineo, inc. |
7 | * Written by John Beppu <beppu@lineo.com> | 7 | * Written by John Beppu <beppu@lineo.com> |
8 | * Rewritten by Matt Kraai <kraai@alumni.carnegiemellon.edu> | 8 | * Rewritten by Matt Kraai <kraai@alumni.carnegiemellon.edu> |
9 | * | 9 | * |