diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-07-14 21:21:08 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-07-14 21:21:08 +0000 |
commit | cb81e6484d1f50ec2761f6294722407b14add525 (patch) | |
tree | 81fb6290ef50af3488a5ee0f97150b6503df6a3f /console-tools | |
parent | 74f270a3177a43b29d98b6c5b6a2c5338be8b98f (diff) | |
download | busybox-w32-cb81e6484d1f50ec2761f6294722407b14add525.tar.gz busybox-w32-cb81e6484d1f50ec2761f6294722407b14add525.tar.bz2 busybox-w32-cb81e6484d1f50ec2761f6294722407b14add525.zip |
Update a bunch of docs. Run a script to update my email addr.
Diffstat (limited to 'console-tools')
-rw-r--r-- | console-tools/Makefile | 2 | ||||
-rw-r--r-- | console-tools/Makefile.in | 2 | ||||
-rw-r--r-- | console-tools/clear.c | 3 | ||||
-rw-r--r-- | console-tools/reset.c | 3 | ||||
-rw-r--r-- | console-tools/setkeycodes.c | 2 |
5 files changed, 5 insertions, 7 deletions
diff --git a/console-tools/Makefile b/console-tools/Makefile index 2cea319ad..d54c778d4 100644 --- a/console-tools/Makefile +++ b/console-tools/Makefile | |||
@@ -1,6 +1,6 @@ | |||
1 | # Makefile for busybox | 1 | # Makefile for busybox |
2 | # | 2 | # |
3 | # Copyright (C) 1999-2002 Erik Andersen <andersee@debian.org> | 3 | # Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org> |
4 | # | 4 | # |
5 | # This program is free software; you can redistribute it and/or modify | 5 | # This program is free software; you can redistribute it and/or modify |
6 | # it under the terms of the GNU General Public License as published by | 6 | # it under the terms of the GNU General Public License as published by |
diff --git a/console-tools/Makefile.in b/console-tools/Makefile.in index c2c1bad6a..1c4ac5222 100644 --- a/console-tools/Makefile.in +++ b/console-tools/Makefile.in | |||
@@ -1,6 +1,6 @@ | |||
1 | # Makefile for busybox | 1 | # Makefile for busybox |
2 | # | 2 | # |
3 | # Copyright (C) 1999-2002 Erik Andersen <andersee@debian.org> | 3 | # Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org> |
4 | # | 4 | # |
5 | # This program is free software; you can redistribute it and/or modify | 5 | # This program is free software; you can redistribute it and/or modify |
6 | # it under the terms of the GNU General Public License as published by | 6 | # it under the terms of the GNU General Public License as published by |
diff --git a/console-tools/clear.c b/console-tools/clear.c index 55e02e3d8..5dbe214ea 100644 --- a/console-tools/clear.c +++ b/console-tools/clear.c | |||
@@ -2,8 +2,7 @@ | |||
2 | /* | 2 | /* |
3 | * Mini clear implementation for busybox | 3 | * Mini clear implementation for busybox |
4 | * | 4 | * |
5 | * Copyright (C) 1999,2000 by Lineo, inc. and Erik Andersen | 5 | * Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org> |
6 | * Copyright (C) 1999,2000,2001 by Erik Andersen <andersee@debian.org> | ||
7 | * | 6 | * |
8 | * 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 |
9 | * it under the terms of the GNU General Public License as published by | 8 | * it under the terms of the GNU General Public License as published by |
diff --git a/console-tools/reset.c b/console-tools/reset.c index 593819bac..69b1e846a 100644 --- a/console-tools/reset.c +++ b/console-tools/reset.c | |||
@@ -2,8 +2,7 @@ | |||
2 | /* | 2 | /* |
3 | * Mini reset implementation for busybox | 3 | * Mini reset implementation for busybox |
4 | * | 4 | * |
5 | * Copyright (C) 1999,2000 by Lineo, inc. and Erik Andersen | 5 | * Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org> |
6 | * Copyright (C) 1999-2002 by Erik Andersen <andersee@debian.org> | ||
7 | * Written by Erik Andersen and Kent Robotti <robotti@metconnect.com> | 6 | * Written by Erik Andersen and Kent Robotti <robotti@metconnect.com> |
8 | * | 7 | * |
9 | * 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/console-tools/setkeycodes.c b/console-tools/setkeycodes.c index 796bab285..0a5366be9 100644 --- a/console-tools/setkeycodes.c +++ b/console-tools/setkeycodes.c | |||
@@ -4,7 +4,7 @@ | |||
4 | * | 4 | * |
5 | * Copyright (C) 1994-1998 Andries E. Brouwer <aeb@cwi.nl> | 5 | * Copyright (C) 1994-1998 Andries E. Brouwer <aeb@cwi.nl> |
6 | * | 6 | * |
7 | * Adjusted for BusyBox by Erik Andersen <andersee@debian.org> | 7 | * Adjusted for BusyBox by Erik Andersen <andersen@codepoet.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 |
10 | * it under the terms of the GNU General Public License as published by | 10 | * it under the terms of the GNU General Public License as published by |