aboutsummaryrefslogtreecommitdiff
path: root/findutils
diff options
context:
space:
mode:
Diffstat (limited to 'findutils')
-rw-r--r--findutils/find.c2
-rw-r--r--findutils/grep.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/findutils/find.c b/findutils/find.c
index c23ac5f46..8fdef2382 100644
--- a/findutils/find.c
+++ b/findutils/find.c
@@ -3,7 +3,7 @@
3 * Mini find implementation for busybox 3 * Mini find implementation for busybox
4 * 4 *
5 * 5 *
6 * Copyright (C) 1999 by Lineo, inc. 6 * Copyright (C) 1999,2000 by Lineo, inc.
7 * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.org> 7 * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.org>
8 * 8 *
9 * This program is free software; you can redistribute it and/or modify 9 * This program is free software; you can redistribute it and/or modify
diff --git a/findutils/grep.c b/findutils/grep.c
index d8d2f1837..abdd44236 100644
--- a/findutils/grep.c
+++ b/findutils/grep.c
@@ -3,7 +3,7 @@
3 * Mini grep implementation for busybox 3 * Mini grep implementation for busybox
4 * 4 *
5 * 5 *
6 * Copyright (C) 1999 by Lineo, inc. 6 * Copyright (C) 1999,2000 by Lineo, inc.
7 * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.org> 7 * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.org>
8 * 8 *
9 * This program is free software; you can redistribute it and/or modify 9 * This program is free software; you can redistribute it and/or modify