From 00ed3326c2fac75592e173e9d731452e9bb769ff Mon Sep 17 00:00:00 2001 From: joseph Date: Thu, 10 Jan 2013 00:28:48 +0000 Subject: Merge changes between r22062 and r22176 from /fsf/trunk. git-svn-id: svn://svn.eglibc.org/trunk@22177 7b3dc134-2b1b-0410-93df-9e9f96275f8d --- libc/nptl_db/ChangeLog | 10 ++++++++++ libc/nptl_db/Makefile | 2 +- libc/nptl_db/db-symbols.h | 2 +- libc/nptl_db/db_info.c | 2 +- libc/nptl_db/fetch-value.c | 2 +- libc/nptl_db/proc_service.h | 2 +- libc/nptl_db/structs.def | 2 +- libc/nptl_db/td_init.c | 2 +- libc/nptl_db/td_log.c | 2 +- libc/nptl_db/td_symbol_list.c | 2 +- libc/nptl_db/td_ta_clear_event.c | 2 +- libc/nptl_db/td_ta_delete.c | 2 +- libc/nptl_db/td_ta_enable_stats.c | 2 +- libc/nptl_db/td_ta_event_addr.c | 2 +- libc/nptl_db/td_ta_event_getmsg.c | 2 +- libc/nptl_db/td_ta_get_nthreads.c | 2 +- libc/nptl_db/td_ta_get_ph.c | 2 +- libc/nptl_db/td_ta_get_stats.c | 2 +- libc/nptl_db/td_ta_map_id2thr.c | 2 +- libc/nptl_db/td_ta_map_lwp2thr.c | 2 +- libc/nptl_db/td_ta_new.c | 2 +- libc/nptl_db/td_ta_reset_stats.c | 2 +- libc/nptl_db/td_ta_set_event.c | 2 +- libc/nptl_db/td_ta_setconcurrency.c | 2 +- libc/nptl_db/td_ta_thr_iter.c | 3 +-- libc/nptl_db/td_ta_tsd_iter.c | 2 +- libc/nptl_db/td_thr_clear_event.c | 2 +- libc/nptl_db/td_thr_dbresume.c | 2 +- libc/nptl_db/td_thr_dbsuspend.c | 2 +- libc/nptl_db/td_thr_event_enable.c | 2 +- libc/nptl_db/td_thr_event_getmsg.c | 2 +- libc/nptl_db/td_thr_get_info.c | 2 +- libc/nptl_db/td_thr_getfpregs.c | 2 +- libc/nptl_db/td_thr_getgregs.c | 2 +- libc/nptl_db/td_thr_getxregs.c | 2 +- libc/nptl_db/td_thr_getxregsize.c | 2 +- libc/nptl_db/td_thr_set_event.c | 2 +- libc/nptl_db/td_thr_setfpregs.c | 2 +- libc/nptl_db/td_thr_setgregs.c | 2 +- libc/nptl_db/td_thr_setprio.c | 2 +- libc/nptl_db/td_thr_setsigpending.c | 2 +- libc/nptl_db/td_thr_setxregs.c | 2 +- libc/nptl_db/td_thr_sigsetmask.c | 2 +- libc/nptl_db/td_thr_tls_get_addr.c | 2 +- libc/nptl_db/td_thr_tlsbase.c | 2 +- libc/nptl_db/td_thr_tsd.c | 2 +- libc/nptl_db/td_thr_validate.c | 3 +-- libc/nptl_db/thread_db.h | 2 +- libc/nptl_db/thread_dbP.h | 2 +- 49 files changed, 58 insertions(+), 50 deletions(-) (limited to 'libc/nptl_db') diff --git a/libc/nptl_db/ChangeLog b/libc/nptl_db/ChangeLog index bded2fe18..6951395c4 100644 --- a/libc/nptl_db/ChangeLog +++ b/libc/nptl_db/ChangeLog @@ -1,3 +1,13 @@ +2013-01-02 Joseph Myers + + * All files with FSF copyright notices: Update copyright dates + using scripts/update-copyrights. + +2013-01-01 Joseph Myers + + * td_ta_thr_iter.c: Reformat copyright notice. + * td_thr_validate.c: Likewise. + 2012-11-23 Mike Frysinger * Makefile ($(objpfx)db-symbols.out): Change readelf to $(READELF). diff --git a/libc/nptl_db/Makefile b/libc/nptl_db/Makefile index 54721e7b6..533fbaef8 100644 --- a/libc/nptl_db/Makefile +++ b/libc/nptl_db/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 2002,2003,2009,2012 Free Software Foundation, Inc. +# Copyright (C) 2002-2013 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 diff --git a/libc/nptl_db/db-symbols.h b/libc/nptl_db/db-symbols.h index f87113a5d..e20ab9bcb 100644 --- a/libc/nptl_db/db-symbols.h +++ b/libc/nptl_db/db-symbols.h @@ -1,5 +1,5 @@ /* List of symbols in libpthread examined by libthread_db. - Copyright (C) 2009 Free Software Foundation, Inc. + Copyright (C) 2009-2013 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 diff --git a/libc/nptl_db/db_info.c b/libc/nptl_db/db_info.c index 51e62306e..b01984860 100644 --- a/libc/nptl_db/db_info.c +++ b/libc/nptl_db/db_info.c @@ -1,7 +1,7 @@ /* This file is included by pthread_create.c to define in libpthread all the magic symbols required by libthread_db. - Copyright (C) 2003, 2004, 2007 Free Software Foundation, Inc. + Copyright (C) 2003-2013 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 diff --git a/libc/nptl_db/fetch-value.c b/libc/nptl_db/fetch-value.c index 2c03609c8..5ea843780 100644 --- a/libc/nptl_db/fetch-value.c +++ b/libc/nptl_db/fetch-value.c @@ -1,5 +1,5 @@ /* Helper routines for libthread_db. - Copyright (C) 2003, 2004 Free Software Foundation, Inc. + Copyright (C) 2003-2013 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 diff --git a/libc/nptl_db/proc_service.h b/libc/nptl_db/proc_service.h index d12e56d96..a3ee68c46 100644 --- a/libc/nptl_db/proc_service.h +++ b/libc/nptl_db/proc_service.h @@ -1,5 +1,5 @@ /* Callback interface for libthread_db, functions users must define. - Copyright (C) 1999,2002,2003 Free Software Foundation, Inc. + Copyright (C) 1999-2013 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 diff --git a/libc/nptl_db/structs.def b/libc/nptl_db/structs.def index 6fb0cef93..a0a0ddc35 100644 --- a/libc/nptl_db/structs.def +++ b/libc/nptl_db/structs.def @@ -1,5 +1,5 @@ /* List of types and symbols in libpthread examined by libthread_db. - Copyright (C) 2003, 2006, 2007, 2008 Free Software Foundation, Inc. + Copyright (C) 2003-2013 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 diff --git a/libc/nptl_db/td_init.c b/libc/nptl_db/td_init.c index 65ad4edb6..206bba3c6 100644 --- a/libc/nptl_db/td_init.c +++ b/libc/nptl_db/td_init.c @@ -1,5 +1,5 @@ /* Initialization function of thread debugger support library. - Copyright (C) 1999, 2001, 2002 Free Software Foundation, Inc. + Copyright (C) 1999-2013 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper , 1999. diff --git a/libc/nptl_db/td_log.c b/libc/nptl_db/td_log.c index d9b94d2bf..7d618ac35 100644 --- a/libc/nptl_db/td_log.c +++ b/libc/nptl_db/td_log.c @@ -1,5 +1,5 @@ /* Noop, left for historical reasons. - Copyright (C) 1999, 2001, 2002 Free Software Foundation, Inc. + Copyright (C) 1999-2013 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper , 1999. diff --git a/libc/nptl_db/td_symbol_list.c b/libc/nptl_db/td_symbol_list.c index 65a646e15..c5ba6c1df 100644 --- a/libc/nptl_db/td_symbol_list.c +++ b/libc/nptl_db/td_symbol_list.c @@ -1,5 +1,5 @@ /* Return list of symbols the library can request. - Copyright (C) 2001,2002,2003,2009 Free Software Foundation, Inc. + Copyright (C) 2001-2013 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper , 2001. diff --git a/libc/nptl_db/td_ta_clear_event.c b/libc/nptl_db/td_ta_clear_event.c index 0c5f80849..058ac2cd7 100644 --- a/libc/nptl_db/td_ta_clear_event.c +++ b/libc/nptl_db/td_ta_clear_event.c @@ -1,5 +1,5 @@ /* Globally disable events. - Copyright (C) 1999, 2001, 2002, 2003, 2004 Free Software Foundation, Inc. + Copyright (C) 1999-2013 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper , 1999. diff --git a/libc/nptl_db/td_ta_delete.c b/libc/nptl_db/td_ta_delete.c index e269f78bf..c1aaf4ad5 100644 --- a/libc/nptl_db/td_ta_delete.c +++ b/libc/nptl_db/td_ta_delete.c @@ -1,5 +1,5 @@ /* Detach to target process. - Copyright (C) 1999, 2001, 2002 Free Software Foundation, Inc. + Copyright (C) 1999-2013 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper , 1999. diff --git a/libc/nptl_db/td_ta_enable_stats.c b/libc/nptl_db/td_ta_enable_stats.c index 2e036df82..8cccaf25e 100644 --- a/libc/nptl_db/td_ta_enable_stats.c +++ b/libc/nptl_db/td_ta_enable_stats.c @@ -1,5 +1,5 @@ /* Enable collection of statistics for process. - Copyright (C) 1999, 2001, 2002 Free Software Foundation, Inc. + Copyright (C) 1999-2013 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper , 1999. diff --git a/libc/nptl_db/td_ta_event_addr.c b/libc/nptl_db/td_ta_event_addr.c index 254714dd2..5423b9723 100644 --- a/libc/nptl_db/td_ta_event_addr.c +++ b/libc/nptl_db/td_ta_event_addr.c @@ -1,5 +1,5 @@ /* Get event address. - Copyright (C) 1999,2001,2002,2003 Free Software Foundation, Inc. + Copyright (C) 1999-2013 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper , 1999. diff --git a/libc/nptl_db/td_ta_event_getmsg.c b/libc/nptl_db/td_ta_event_getmsg.c index a263522de..dde9fd1fd 100644 --- a/libc/nptl_db/td_ta_event_getmsg.c +++ b/libc/nptl_db/td_ta_event_getmsg.c @@ -1,5 +1,5 @@ /* Retrieve event. - Copyright (C) 1999, 2001, 2002, 2003 Free Software Foundation, Inc. + Copyright (C) 1999-2013 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper , 1999. diff --git a/libc/nptl_db/td_ta_get_nthreads.c b/libc/nptl_db/td_ta_get_nthreads.c index a5b15ca50..ff70af4f6 100644 --- a/libc/nptl_db/td_ta_get_nthreads.c +++ b/libc/nptl_db/td_ta_get_nthreads.c @@ -1,5 +1,5 @@ /* Get the number of threads in the process. - Copyright (C) 1999,2001,2002,2003 Free Software Foundation, Inc. + Copyright (C) 1999-2013 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper , 1999. diff --git a/libc/nptl_db/td_ta_get_ph.c b/libc/nptl_db/td_ta_get_ph.c index 508706e56..043938e0e 100644 --- a/libc/nptl_db/td_ta_get_ph.c +++ b/libc/nptl_db/td_ta_get_ph.c @@ -1,5 +1,5 @@ /* Get external process handle. - Copyright (C) 1999, 2001, 2002 Free Software Foundation, Inc. + Copyright (C) 1999-2013 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper , 1999. diff --git a/libc/nptl_db/td_ta_get_stats.c b/libc/nptl_db/td_ta_get_stats.c index 847a50cf4..8f6e0b2b5 100644 --- a/libc/nptl_db/td_ta_get_stats.c +++ b/libc/nptl_db/td_ta_get_stats.c @@ -1,5 +1,5 @@ /* Retrieve statistics for process. - Copyright (C) 1999, 2001, 2002 Free Software Foundation, Inc. + Copyright (C) 1999-2013 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper , 1999. diff --git a/libc/nptl_db/td_ta_map_id2thr.c b/libc/nptl_db/td_ta_map_id2thr.c index c4d2751fb..1c022745d 100644 --- a/libc/nptl_db/td_ta_map_id2thr.c +++ b/libc/nptl_db/td_ta_map_id2thr.c @@ -1,5 +1,5 @@ /* Map thread ID to thread handle. - Copyright (C) 1999, 2001, 2002 Free Software Foundation, Inc. + Copyright (C) 1999-2013 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper , 1999. diff --git a/libc/nptl_db/td_ta_map_lwp2thr.c b/libc/nptl_db/td_ta_map_lwp2thr.c index 825ad9c62..085d6247f 100644 --- a/libc/nptl_db/td_ta_map_lwp2thr.c +++ b/libc/nptl_db/td_ta_map_lwp2thr.c @@ -1,5 +1,5 @@ /* Which thread is running on an LWP? - Copyright (C) 2003,2004,2007,2009 Free Software Foundation, Inc. + Copyright (C) 2003-2013 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 diff --git a/libc/nptl_db/td_ta_new.c b/libc/nptl_db/td_ta_new.c index 1c0d942c1..351eaa414 100644 --- a/libc/nptl_db/td_ta_new.c +++ b/libc/nptl_db/td_ta_new.c @@ -1,5 +1,5 @@ /* Attach to target process. - Copyright (C) 1999,2001,2002,2003 Free Software Foundation, Inc. + Copyright (C) 1999-2013 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper , 1999. diff --git a/libc/nptl_db/td_ta_reset_stats.c b/libc/nptl_db/td_ta_reset_stats.c index 69a626f4d..3b45c8376 100644 --- a/libc/nptl_db/td_ta_reset_stats.c +++ b/libc/nptl_db/td_ta_reset_stats.c @@ -1,5 +1,5 @@ /* Reset statistics. - Copyright (C) 1999, 2001, 2002 Free Software Foundation, Inc. + Copyright (C) 1999-2013 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper , 1999. diff --git a/libc/nptl_db/td_ta_set_event.c b/libc/nptl_db/td_ta_set_event.c index e51e4b5c8..6d9b5912a 100644 --- a/libc/nptl_db/td_ta_set_event.c +++ b/libc/nptl_db/td_ta_set_event.c @@ -1,5 +1,5 @@ /* Globally enable events. - Copyright (C) 1999,2001,2002,2003,2004 Free Software Foundation, Inc. + Copyright (C) 1999-2013 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper , 1999. diff --git a/libc/nptl_db/td_ta_setconcurrency.c b/libc/nptl_db/td_ta_setconcurrency.c index 29799a368..0490459c6 100644 --- a/libc/nptl_db/td_ta_setconcurrency.c +++ b/libc/nptl_db/td_ta_setconcurrency.c @@ -1,5 +1,5 @@ /* Set suggested concurrency level for process. - Copyright (C) 1999, 2001, 2002 Free Software Foundation, Inc. + Copyright (C) 1999-2013 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper , 1999. diff --git a/libc/nptl_db/td_ta_thr_iter.c b/libc/nptl_db/td_ta_thr_iter.c index bfa22c0c2..0070a7b05 100644 --- a/libc/nptl_db/td_ta_thr_iter.c +++ b/libc/nptl_db/td_ta_thr_iter.c @@ -1,6 +1,5 @@ /* Iterate over a process's threads. - Copyright (C) 1999,2000,2001,2002,2003,2004,2007,2008 - Free Software Foundation, Inc. + Copyright (C) 1999-2013 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper , 1999. diff --git a/libc/nptl_db/td_ta_tsd_iter.c b/libc/nptl_db/td_ta_tsd_iter.c index 767af9adf..92414cd57 100644 --- a/libc/nptl_db/td_ta_tsd_iter.c +++ b/libc/nptl_db/td_ta_tsd_iter.c @@ -1,5 +1,5 @@ /* Iterate over a process's thread-specific data. - Copyright (C) 1999,2000,2001,2002,2003 Free Software Foundation, Inc. + Copyright (C) 1999-2013 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper , 1999. diff --git a/libc/nptl_db/td_thr_clear_event.c b/libc/nptl_db/td_thr_clear_event.c index 8ee9ac146..3e4c30b65 100644 --- a/libc/nptl_db/td_thr_clear_event.c +++ b/libc/nptl_db/td_thr_clear_event.c @@ -1,5 +1,5 @@ /* Disable specific event for thread. - Copyright (C) 1999,2001,2002,2003 Free Software Foundation, Inc. + Copyright (C) 1999-2013 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper , 1999. diff --git a/libc/nptl_db/td_thr_dbresume.c b/libc/nptl_db/td_thr_dbresume.c index f42a0af57..da912f52f 100644 --- a/libc/nptl_db/td_thr_dbresume.c +++ b/libc/nptl_db/td_thr_dbresume.c @@ -1,5 +1,5 @@ /* Resume execution of given thread. - Copyright (C) 1999, 2001, 2002 Free Software Foundation, Inc. + Copyright (C) 1999-2013 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper , 1999. diff --git a/libc/nptl_db/td_thr_dbsuspend.c b/libc/nptl_db/td_thr_dbsuspend.c index b504fa583..1d67e7d0f 100644 --- a/libc/nptl_db/td_thr_dbsuspend.c +++ b/libc/nptl_db/td_thr_dbsuspend.c @@ -1,5 +1,5 @@ /* Suspend execution of given thread. - Copyright (C) 1999, 2001, 2002 Free Software Foundation, Inc. + Copyright (C) 1999-2013 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper , 1999. diff --git a/libc/nptl_db/td_thr_event_enable.c b/libc/nptl_db/td_thr_event_enable.c index fed7f7065..ed2bfaf94 100644 --- a/libc/nptl_db/td_thr_event_enable.c +++ b/libc/nptl_db/td_thr_event_enable.c @@ -1,5 +1,5 @@ /* Enable event process-wide. - Copyright (C) 1999, 2001, 2002, 2003, 2007 Free Software Foundation, Inc. + Copyright (C) 1999-2013 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper , 1999. diff --git a/libc/nptl_db/td_thr_event_getmsg.c b/libc/nptl_db/td_thr_event_getmsg.c index 4b76a50d5..33255724a 100644 --- a/libc/nptl_db/td_thr_event_getmsg.c +++ b/libc/nptl_db/td_thr_event_getmsg.c @@ -1,5 +1,5 @@ /* Retrieve event. - Copyright (C) 1999, 2001, 2002, 2003 Free Software Foundation, Inc. + Copyright (C) 1999-2013 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper , 1999. diff --git a/libc/nptl_db/td_thr_get_info.c b/libc/nptl_db/td_thr_get_info.c index 050bd357c..d17a0d7b1 100644 --- a/libc/nptl_db/td_thr_get_info.c +++ b/libc/nptl_db/td_thr_get_info.c @@ -1,5 +1,5 @@ /* Get thread information. - Copyright (C) 1999-2003,2007,2009 Free Software Foundation, Inc. + Copyright (C) 1999-2013 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper , 1999. diff --git a/libc/nptl_db/td_thr_getfpregs.c b/libc/nptl_db/td_thr_getfpregs.c index 4f4742a3e..d7766f588 100644 --- a/libc/nptl_db/td_thr_getfpregs.c +++ b/libc/nptl_db/td_thr_getfpregs.c @@ -1,5 +1,5 @@ /* Get a thread's floating-point register set. - Copyright (C) 1999, 2001, 2002, 2003, 2007 Free Software Foundation, Inc. + Copyright (C) 1999-2013 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper , 1999. diff --git a/libc/nptl_db/td_thr_getgregs.c b/libc/nptl_db/td_thr_getgregs.c index d5f0f61a8..2268e4eed 100644 --- a/libc/nptl_db/td_thr_getgregs.c +++ b/libc/nptl_db/td_thr_getgregs.c @@ -1,5 +1,5 @@ /* Get a thread's general register set. - Copyright (C) 1999, 2000, 2001, 2002, 2003, 2007 Free Software Foundation, Inc. + Copyright (C) 1999-2013 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper , 1999. diff --git a/libc/nptl_db/td_thr_getxregs.c b/libc/nptl_db/td_thr_getxregs.c index fedb6f757..bae19323c 100644 --- a/libc/nptl_db/td_thr_getxregs.c +++ b/libc/nptl_db/td_thr_getxregs.c @@ -1,5 +1,5 @@ /* Get a thread's extra state register set. - Copyright (C) 1999, 2001, 2002 Free Software Foundation, Inc. + Copyright (C) 1999-2013 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper , 1999. diff --git a/libc/nptl_db/td_thr_getxregsize.c b/libc/nptl_db/td_thr_getxregsize.c index f8acd65f8..652e86a2e 100644 --- a/libc/nptl_db/td_thr_getxregsize.c +++ b/libc/nptl_db/td_thr_getxregsize.c @@ -1,5 +1,5 @@ /* Get the size of the extra state register set for this architecture. - Copyright (C) 1999, 2001, 2002 Free Software Foundation, Inc. + Copyright (C) 1999-2013 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper , 1999. diff --git a/libc/nptl_db/td_thr_set_event.c b/libc/nptl_db/td_thr_set_event.c index edc4efb35..a0634b284 100644 --- a/libc/nptl_db/td_thr_set_event.c +++ b/libc/nptl_db/td_thr_set_event.c @@ -1,5 +1,5 @@ /* Enable specific event for thread. - Copyright (C) 1999,2001,2002,2003 Free Software Foundation, Inc. + Copyright (C) 1999-2013 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper , 1999. diff --git a/libc/nptl_db/td_thr_setfpregs.c b/libc/nptl_db/td_thr_setfpregs.c index 3154953fe..7c9c4e301 100644 --- a/libc/nptl_db/td_thr_setfpregs.c +++ b/libc/nptl_db/td_thr_setfpregs.c @@ -1,5 +1,5 @@ /* Set a thread's floating-point register set. - Copyright (C) 1999, 2001, 2002, 2003, 2007 Free Software Foundation, Inc. + Copyright (C) 1999-2013 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper , 1999. diff --git a/libc/nptl_db/td_thr_setgregs.c b/libc/nptl_db/td_thr_setgregs.c index 5945dea90..4d240839a 100644 --- a/libc/nptl_db/td_thr_setgregs.c +++ b/libc/nptl_db/td_thr_setgregs.c @@ -1,5 +1,5 @@ /* Set a thread's general register set. - Copyright (C) 1999, 2001, 2002, 2003, 2007 Free Software Foundation, Inc. + Copyright (C) 1999-2013 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper , 1999. diff --git a/libc/nptl_db/td_thr_setprio.c b/libc/nptl_db/td_thr_setprio.c index e0ea470df..62b3adfa1 100644 --- a/libc/nptl_db/td_thr_setprio.c +++ b/libc/nptl_db/td_thr_setprio.c @@ -1,5 +1,5 @@ /* Set a thread's priority. - Copyright (C) 1999, 2001, 2002 Free Software Foundation, Inc. + Copyright (C) 1999-2013 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper , 1999. diff --git a/libc/nptl_db/td_thr_setsigpending.c b/libc/nptl_db/td_thr_setsigpending.c index 292441641..e0c82e0ea 100644 --- a/libc/nptl_db/td_thr_setsigpending.c +++ b/libc/nptl_db/td_thr_setsigpending.c @@ -1,5 +1,5 @@ /* Raise a signal for a thread. - Copyright (C) 1999, 2001, 2002 Free Software Foundation, Inc. + Copyright (C) 1999-2013 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper , 1999. diff --git a/libc/nptl_db/td_thr_setxregs.c b/libc/nptl_db/td_thr_setxregs.c index faff5c9ac..3343a6588 100644 --- a/libc/nptl_db/td_thr_setxregs.c +++ b/libc/nptl_db/td_thr_setxregs.c @@ -1,5 +1,5 @@ /* Set a thread's extra state register set. - Copyright (C) 1999, 2001, 2002 Free Software Foundation, Inc. + Copyright (C) 1999-2013 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper , 1999. diff --git a/libc/nptl_db/td_thr_sigsetmask.c b/libc/nptl_db/td_thr_sigsetmask.c index 399e38791..0eaf0e6af 100644 --- a/libc/nptl_db/td_thr_sigsetmask.c +++ b/libc/nptl_db/td_thr_sigsetmask.c @@ -1,5 +1,5 @@ /* Set a thread's signal mask. - Copyright (C) 1999, 2001, 2002 Free Software Foundation, Inc. + Copyright (C) 1999-2013 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper , 1999. diff --git a/libc/nptl_db/td_thr_tls_get_addr.c b/libc/nptl_db/td_thr_tls_get_addr.c index 1f4bc5996..19315902d 100644 --- a/libc/nptl_db/td_thr_tls_get_addr.c +++ b/libc/nptl_db/td_thr_tls_get_addr.c @@ -1,5 +1,5 @@ /* Get address of thread local variable. - Copyright (C) 2002,2003 Free Software Foundation, Inc. + Copyright (C) 2002-2013 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper , 2002. diff --git a/libc/nptl_db/td_thr_tlsbase.c b/libc/nptl_db/td_thr_tlsbase.c index 9f98bd9ae..769b8de9e 100644 --- a/libc/nptl_db/td_thr_tlsbase.c +++ b/libc/nptl_db/td_thr_tlsbase.c @@ -1,5 +1,5 @@ /* Locate TLS data for a thread. - Copyright (C) 2003, 2006, 2007 Free Software Foundation, Inc. + Copyright (C) 2003-2013 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 diff --git a/libc/nptl_db/td_thr_tsd.c b/libc/nptl_db/td_thr_tsd.c index a60ec9d4f..c8d05538f 100644 --- a/libc/nptl_db/td_thr_tsd.c +++ b/libc/nptl_db/td_thr_tsd.c @@ -1,5 +1,5 @@ /* Get a thread-specific data pointer for a thread. - Copyright (C) 1999,2001,2002,2003 Free Software Foundation, Inc. + Copyright (C) 1999-2013 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper , 1999. diff --git a/libc/nptl_db/td_thr_validate.c b/libc/nptl_db/td_thr_validate.c index ba8d8e3d9..8bde34490 100644 --- a/libc/nptl_db/td_thr_validate.c +++ b/libc/nptl_db/td_thr_validate.c @@ -1,6 +1,5 @@ /* Validate a thread handle. - Copyright (C) 1999,2001,2002,2003,2004,2007,2008 - Free Software Foundation, Inc. + Copyright (C) 1999-2013 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper , 1999. diff --git a/libc/nptl_db/thread_db.h b/libc/nptl_db/thread_db.h index ba264515e..97423a44f 100644 --- a/libc/nptl_db/thread_db.h +++ b/libc/nptl_db/thread_db.h @@ -1,5 +1,5 @@ /* thread_db.h -- interface to libthread_db.so library for debugging -lpthread - Copyright (C) 1999,2001,2002,2003 Free Software Foundation, Inc. + Copyright (C) 1999-2013 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 diff --git a/libc/nptl_db/thread_dbP.h b/libc/nptl_db/thread_dbP.h index 9ae0dc54a..bf5377037 100644 --- a/libc/nptl_db/thread_dbP.h +++ b/libc/nptl_db/thread_dbP.h @@ -1,5 +1,5 @@ /* Private header for thread debug library - Copyright (C) 2003, 2004, 2007, 2011 Free Software Foundation, Inc. + Copyright (C) 2003-2013 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 -- cgit v1.2.3