aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cat.c3
-rw-r--r--coreutils/cat.c3
2 files changed, 4 insertions, 2 deletions
diff --git a/cat.c b/cat.c
index 3aae6d78e..da91d1db9 100644
--- a/cat.c
+++ b/cat.c
@@ -1,7 +1,8 @@
/*
* Mini Cat implementation for busybox
*
- * Copyright (C) 1998 by Erik Andersen <andersee@debian.org>
+ * Copyright (C) 1999 by Lineo, inc.
+ * Written by Erik Andersen <andersee@lineo.com>, <andersee@debian.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/cat.c b/coreutils/cat.c
index 3aae6d78e..da91d1db9 100644
--- a/coreutils/cat.c
+++ b/coreutils/cat.c
@@ -1,7 +1,8 @@
/*
* Mini Cat implementation for busybox
*
- * Copyright (C) 1998 by Erik Andersen <andersee@debian.org>
+ * Copyright (C) 1999 by Lineo, inc.
+ * Written by Erik Andersen <andersee@lineo.com>, <andersee@debian.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