diff options
author | Eric Andersen <andersen@codepoet.org> | 2006-07-05 19:52:39 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2006-07-05 19:52:39 +0000 |
commit | 9b22ad36604cb198503054e483a22418a55891a9 (patch) | |
tree | 7b5bdd412590987deabd8e97a6efb242e4849761 /libc/unistd/daemon.c | |
parent | f088c1cd44866d97994059293c5c7beab8732622 (diff) |
replace my @debian.org addr with @uclibc.org. Fixup license on
readelf and ldd to again state that they are GPLv2
Diffstat (limited to 'libc/unistd/daemon.c')
-rw-r--r-- | libc/unistd/daemon.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/unistd/daemon.c b/libc/unistd/daemon.c index 2d1d9af27..8a2439714 100644 --- a/libc/unistd/daemon.c +++ b/libc/unistd/daemon.c @@ -37,7 +37,7 @@ * Copyright (C) 2000-2006 Erik Andersen <andersen@uclibc.org> * * Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball. - * Modified for uClibc by Erik Andersen <andersee@debian.org> + * Modified for uClibc by Erik Andersen <andersen@uclibc.org> */ #include <stdio.h> |