------------------------------------------------------------------------ r48 | andersen | 1999-10-20 16:09:47 -0400 (Wed, 20 Oct 1999) | 2 lines Changed paths: M /trunk/busybox/cat.c M /trunk/busybox/coreutils/cat.c M /trunk/busybox.stable/cat.c Fixed ------------------------------------------------------------------------ Index: coreutils/cat.c =================================================================== --- coreutils/cat.c (revision 47) +++ coreutils/cat.c (revision 48) @@ -1,7 +1,8 @@ /* * Mini Cat implementation for busybox * - * Copyright (C) 1998 by Erik Andersen + * Copyright (C) 1999 by Lineo, inc. + * Written by Erik Andersen , * * 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 Index: cat.c =================================================================== --- cat.c (revision 47) +++ cat.c (revision 48) @@ -1,7 +1,8 @@ /* * Mini Cat implementation for busybox * - * Copyright (C) 1998 by Erik Andersen + * Copyright (C) 1999 by Lineo, inc. + * Written by Erik Andersen , * * 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