diff options
Diffstat (limited to 'libc_pthread_init.c')
-rw-r--r-- | libc_pthread_init.c | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/libc_pthread_init.c b/libc_pthread_init.c index eb6f41b..2270844 100644 --- a/libc_pthread_init.c +++ b/libc_pthread_init.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2002 Free Software Foundation, Inc. +/* Copyright (C) 2002-2018 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Jakub Jelinek <jakub@redhat.com>, 2002. @@ -13,9 +13,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; 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; if not, see + <http://www.gnu.org/licenses/>. */ #include <string.h> #include <pthread-functions.h> |