aboutsummaryrefslogtreecommitdiff
path: root/console-tools
diff options
context:
space:
mode:
Diffstat (limited to 'console-tools')
-rw-r--r--console-tools/Makefile2
-rw-r--r--console-tools/Makefile.in2
-rw-r--r--console-tools/clear.c3
-rw-r--r--console-tools/reset.c3
-rw-r--r--console-tools/setkeycodes.c2
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 @@
# 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 c2c1bad6a..1c4ac5222 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 55e02e3d8..5dbe214ea 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 593819bac..69b1e846a 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 796bab285..0a5366be9 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