diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-12-06 08:20:14 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-12-06 08:20:14 +0000 |
commit | db930948a91167c401ef6869de5c28e9dd11362f (patch) | |
tree | f109e0e2deefccb14f2e5ed4157dc959f890a763 /libbb/libc5.c | |
parent | 463304edfd2f727522420022676ebbac31d31a00 (diff) | |
download | busybox-w32-db930948a91167c401ef6869de5c28e9dd11362f.tar.gz busybox-w32-db930948a91167c401ef6869de5c28e9dd11362f.tar.bz2 busybox-w32-db930948a91167c401ef6869de5c28e9dd11362f.zip |
More copyright and email addr cleanups
Diffstat (limited to 'libbb/libc5.c')
-rw-r--r-- | libbb/libc5.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libbb/libc5.c b/libbb/libc5.c index 20295fd4b..df622f65b 100644 --- a/libbb/libc5.c +++ b/libbb/libc5.c | |||
@@ -78,8 +78,7 @@ ssize_t getline(char **linebuf, size_t *n, FILE *file) | |||
78 | * Copyright (c) 1991, 1993 | 78 | * Copyright (c) 1991, 1993 |
79 | * The Regents of the University of California. All rights reserved. | 79 | * The Regents of the University of California. All rights reserved. |
80 | * | 80 | * |
81 | * Modified for uClibc by Erik Andersen | 81 | * Modified for uClibc by Erik Andersen <andersee@debian.org> |
82 | * <andersee@debian.org>, <andersen@lineo.com> | ||
83 | * | 82 | * |
84 | * The uClibc Library is free software; you can redistribute it and/or | 83 | * The uClibc Library is free software; you can redistribute it and/or |
85 | * modify it under the terms of the GNU Library General Public License as | 84 | * modify it under the terms of the GNU Library General Public License as |