diff options
Diffstat (limited to 'findutils')
-rw-r--r-- | findutils/find.c | 4 | ||||
-rw-r--r-- | findutils/grep.c | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/findutils/find.c b/findutils/find.c index 51b8707da..1db332297 100644 --- a/findutils/find.c +++ b/findutils/find.c @@ -1,7 +1,9 @@ /* * Mini find implementation for busybox * - * Copyright (C) 1998 by Erik Andersen <andersee@debian.org> + * + * Copyright (C) 1999 by Lineo, inc. + * Written by Erik Andersen <andersen@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/findutils/grep.c b/findutils/grep.c index 108c879af..a495c62ae 100644 --- a/findutils/grep.c +++ b/findutils/grep.c @@ -1,7 +1,9 @@ /* * Mini grep implementation for busybox * - * Copyright (C) 1998 by Erik Andersen <andersee@debian.org> + * + * Copyright (C) 1999 by Lineo, inc. + * Written by Erik Andersen <andersen@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 |