aboutsummaryrefslogtreecommitdiff
path: root/coreutils/test.c
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2008-09-25 12:13:34 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2008-09-25 12:13:34 +0000
commit6c4dadefb611d8fa3336fba9f4dfadceb7beea88 (patch)
treeb9e88bff6dc329f6190559cdb0f18c945ed2c63b /coreutils/test.c
parenta46d2b1d2de382081f482c653f3d5c6dd75966b8 (diff)
downloadbusybox-w32-6c4dadefb611d8fa3336fba9f4dfadceb7beea88.tar.gz
busybox-w32-6c4dadefb611d8fa3336fba9f4dfadceb7beea88.tar.bz2
busybox-w32-6c4dadefb611d8fa3336fba9f4dfadceb7beea88.zip
- update my name. No obj-code changes ;)
Diffstat (limited to 'coreutils/test.c')
-rw-r--r--coreutils/test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/test.c b/coreutils/test.c
index dbfe4af69..ae40192a2 100644
--- a/coreutils/test.c
+++ b/coreutils/test.c
@@ -12,7 +12,7 @@
12 * modified by Herbert Xu to be used as built-in in ash. 12 * modified by Herbert Xu to be used as built-in in ash.
13 * modified by Erik Andersen <andersen@codepoet.org> to be used 13 * modified by Erik Andersen <andersen@codepoet.org> to be used
14 * in busybox. 14 * in busybox.
15 * modified by Bernhard Fischer to be useable (i.e. a bit less bloaty). 15 * modified by Bernhard Reutner-Fischer to be useable (i.e. a bit less bloaty).
16 * 16 *
17 * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. 17 * Licensed under GPLv2 or later, see file LICENSE in this tarball for details.
18 * 18 *