diff options
Diffstat (limited to 'coreutils/expr.c')
-rw-r--r-- | coreutils/expr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/expr.c b/coreutils/expr.c index 77d603b88..e5816371a 100644 --- a/coreutils/expr.c +++ b/coreutils/expr.c | |||
@@ -5,7 +5,7 @@ | |||
5 | * based on GNU expr Mike Parker. | 5 | * based on GNU expr Mike Parker. |
6 | * Copyright (C) 86, 1991-1997, 1999 Free Software Foundation, Inc. | 6 | * Copyright (C) 86, 1991-1997, 1999 Free Software Foundation, Inc. |
7 | * | 7 | * |
8 | * Busybox modifications | 8 | * Busybox modifications |
9 | * Copyright (c) 2000 Edward Betts <edward@debian.org>. | 9 | * Copyright (c) 2000 Edward Betts <edward@debian.org>. |
10 | * Aug 2003 Vladimir Oleynik - reduced 464 bytes. | 10 | * Aug 2003 Vladimir Oleynik - reduced 464 bytes. |
11 | * | 11 | * |