diff options
-rw-r--r-- | findutils/xargs.c | 3 | ||||
-rw-r--r-- | xargs.c | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/findutils/xargs.c b/findutils/xargs.c index 73b1a0237..adf1f134c 100644 --- a/findutils/xargs.c +++ b/findutils/xargs.c | |||
@@ -1,4 +1,5 @@ | |||
1 | /* xargs for busybox */ | 1 | /* xargs for busybox -- using GNU xargs till we can get something |
2 | * better. minix xargs is a bit smaller... */ | ||
2 | 3 | ||
3 | /* xargs -- build and execute command lines from standard input | 4 | /* xargs -- build and execute command lines from standard input |
4 | Copyright (C) 1990, 91, 92, 93, 94 Free Software Foundation, Inc. | 5 | Copyright (C) 1990, 91, 92, 93, 94 Free Software Foundation, Inc. |
@@ -1,4 +1,5 @@ | |||
1 | /* xargs for busybox */ | 1 | /* xargs for busybox -- using GNU xargs till we can get something |
2 | * better. minix xargs is a bit smaller... */ | ||
2 | 3 | ||
3 | /* xargs -- build and execute command lines from standard input | 4 | /* xargs -- build and execute command lines from standard input |
4 | Copyright (C) 1990, 91, 92, 93, 94 Free Software Foundation, Inc. | 5 | Copyright (C) 1990, 91, 92, 93, 94 Free Software Foundation, Inc. |