diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-12-06 08:20:14 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-12-06 08:20:14 +0000 |
commit | f793fe651cfc6c51d0eefa0a62425b4d6b6c5927 (patch) | |
tree | f109e0e2deefccb14f2e5ed4157dc959f890a763 /libbb/libc5.c | |
parent | 417232a4b6dbbdea586e43c7f4f8ef21004a6e33 (diff) | |
download | busybox-w32-f793fe651cfc6c51d0eefa0a62425b4d6b6c5927.tar.gz busybox-w32-f793fe651cfc6c51d0eefa0a62425b4d6b6c5927.tar.bz2 busybox-w32-f793fe651cfc6c51d0eefa0a62425b4d6b6c5927.zip |
More copyright and email addr cleanups
git-svn-id: svn://busybox.net/trunk/busybox@3843 69ca8d6d-28ef-0310-b511-8ec308f3f277
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 |