diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-09-25 12:13:34 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-09-25 12:13:34 +0000 |
commit | 6c4dadefb611d8fa3336fba9f4dfadceb7beea88 (patch) | |
tree | b9e88bff6dc329f6190559cdb0f18c945ed2c63b /coreutils/split.c | |
parent | a46d2b1d2de382081f482c653f3d5c6dd75966b8 (diff) | |
download | busybox-w32-6c4dadefb611d8fa3336fba9f4dfadceb7beea88.tar.gz busybox-w32-6c4dadefb611d8fa3336fba9f4dfadceb7beea88.tar.bz2 busybox-w32-6c4dadefb611d8fa3336fba9f4dfadceb7beea88.zip |
- update my name. No obj-code changes ;)
Diffstat (limited to 'coreutils/split.c')
-rw-r--r-- | coreutils/split.c | 2 |
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 @@ | |||
1 | /* vi: set sw=4 ts=4: */ | 1 | /* vi: set sw=4 ts=4: */ |
2 | /* | 2 | /* |
3 | * split - split a file into pieces | 3 | * split - split a file into pieces |
4 | * Copyright (c) 2007 Bernhard Fischer | 4 | * Copyright (c) 2007 Bernhard Reutner-Fischer |
5 | * | 5 | * |
6 | * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. | 6 | * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. |
7 | */ | 7 | */ |