diff options
Diffstat (limited to 'libc/sysdeps/linux/common/getppid.c')
-rw-r--r-- | libc/sysdeps/linux/common/getppid.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/common/getppid.c b/libc/sysdeps/linux/common/getppid.c index 81d613bb9..6a68ad615 100644 --- a/libc/sysdeps/linux/common/getppid.c +++ b/libc/sysdeps/linux/common/getppid.c @@ -4,7 +4,7 @@ * * Copyright (C) 2000-2006 by Erik Andersen <andersen@codepoet.org> * - * GNU Library General Public License (LGPL) version 2 or later. + * Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball. */ #include "syscalls.h" |