summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/common/getppid.c
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-07-05 10:36:32 +0000
committerMike Frysinger <vapier@gentoo.org>2006-07-05 10:36:32 +0000
commit08dec285fab31afa558df7bf8a0c53e7db7910e2 (patch)
treee22e785801331ecc5ec22418237c186999a6fcc3 /libc/sysdeps/linux/common/getppid.c
parent693d10b17f0ec822d9f20b191dbf8c62c69b40fd (diff)
update license
Diffstat (limited to 'libc/sysdeps/linux/common/getppid.c')
-rw-r--r--libc/sysdeps/linux/common/getppid.c2
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"