diff options
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 2cea319..d54c778 100644 --- a/console-tools/Makefile +++ b/console-tools/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/console-tools/Makefile.in b/console-tools/Makefile.in index c2c1bad..1c4ac52 100644 --- a/console-tools/Makefile.in +++ b/console-tools/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/console-tools/clear.c b/console-tools/clear.c index 55e02e3..5dbe214 100644 --- a/console-tools/clear.c +++ b/console-tools/clear.c @@ -2,8 +2,7 @@ /* * Mini clear 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/console-tools/reset.c b/console-tools/reset.c index 593819b..69b1e84 100644 --- a/console-tools/reset.c +++ b/console-tools/reset.c @@ -2,8 +2,7 @@ /* * Mini reset implementation for busybox * - * Copyright (C) 1999,2000 by Lineo, inc. and Erik Andersen - * Copyright (C) 1999-2002 by Erik Andersen <andersee@debian.org> + * Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org> * Written by Erik Andersen and Kent Robotti <robotti@metconnect.com> * * 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 796bab2..0a5366b 100644 --- a/console-tools/setkeycodes.c +++ b/console-tools/setkeycodes.c @@ -4,7 +4,7 @@ * * Copyright (C) 1994-1998 Andries E. Brouwer <aeb@cwi.nl> * - * Adjusted for BusyBox by Erik Andersen <andersee@debian.org> + * Adjusted for BusyBox 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 |