diff options
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 |