aboutsummaryrefslogtreecommitdiff
path: root/coreutils/split.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/split.c
parenta46d2b1d2de382081f482c653f3d5c6dd75966b8 (diff)
downloadbusybox-6c4dadefb611d8fa3336fba9f4dfadceb7beea88.tar.gz
- update my name. No obj-code changes ;)
Diffstat (limited to 'coreutils/split.c')
-rw-r--r--coreutils/split.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/split.c b/coreutils/split.c
index 77cb66d53..f1ec64be0 100644
--- a/coreutils/split.c
+++ b/coreutils/split.c
@@ -1,7 +1,7 @@
/* vi: set sw=4 ts=4: */
/*
* split - split a file into pieces
- * Copyright (c) 2007 Bernhard Fischer
+ * Copyright (c) 2007 Bernhard Reutner-Fischer
*
* Licensed under GPLv2 or later, see file LICENSE in this tarball for details.
*/