summaryrefslogtreecommitdiff
path: root/libpthread/pthread.c
diff options
context:
space:
mode:
Diffstat (limited to 'libpthread/pthread.c')
-rw-r--r--libpthread/pthread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpthread/pthread.c b/libpthread/pthread.c
index bc27aee3f..e91fe0150 100644
--- a/libpthread/pthread.c
+++ b/libpthread/pthread.c
@@ -2,7 +2,7 @@
/*
* A simple clone based pthread implementation
*
- * Copyright (C) 2001 by Erik Andersen <andersee@debian.org>
+ * Copyright (C) 2001,2002 by Erik Andersen <andersee@debian.org>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by