diff options
Diffstat (limited to 'sysdeps/generic/pthread')
-rw-r--r-- | sysdeps/generic/pthread/pthread.h | 8 | ||||
-rw-r--r-- | sysdeps/generic/pthread/pthreadtypes.h | 7 |
2 files changed, 6 insertions, 9 deletions
diff --git a/sysdeps/generic/pthread/pthread.h b/sysdeps/generic/pthread/pthread.h index fccb7ce..ea6179f 100644 --- a/sysdeps/generic/pthread/pthread.h +++ b/sysdeps/generic/pthread/pthread.h @@ -1,5 +1,4 @@ -/* Copyright (C) 2000, 2002, 2005, 2006, 2007, 2008, 2009, 2010 - Free Software Foundation, Inc. +/* Copyright (C) 2000-2018 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -13,9 +12,8 @@ Library General Public License for more details. You should have received a copy of the GNU Library General Public - License along with the GNU C Library; see the file COPYING.LIB. If not, - write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, - Boston, MA 02111-1307, USA. */ + License along with the GNU C Library; see the file COPYING.LIB. If + not, see <http://www.gnu.org/licenses/>. */ /* * POSIX Threads Extension: ??? <pthread.h> diff --git a/sysdeps/generic/pthread/pthreadtypes.h b/sysdeps/generic/pthread/pthreadtypes.h index d8aed4d..bcbd739 100644 --- a/sysdeps/generic/pthread/pthreadtypes.h +++ b/sysdeps/generic/pthread/pthreadtypes.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2000, 2002, 2005, 2008 Free Software Foundation, Inc. +/* Copyright (C) 2000-2018 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -12,9 +12,8 @@ Library General Public License for more details. You should have received a copy of the GNU Library General Public - License along with the GNU C Library; see the file COPYING.LIB. If not, - write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, - Boston, MA 02111-1307, USA. */ + License along with the GNU C Library; see the file COPYING.LIB. If + not, see <http://www.gnu.org/licenses/>. */ /* * POSIX Threads Extension: ??? <pthreadtypes.h> |