diff options
author | Joseph Myers <joseph@codesourcery.com> | 2013-01-01 16:29:10 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2013-01-01 16:29:10 +0000 |
commit | f4cf5f2d8ba910566f2036af811355a398b4a066 (patch) | |
tree | 2e3a09a75a3744c7741e94563c41bd862fc75720 /nptl_db | |
parent | a141f1a732ac9cf2af7dd54d4ae09dffb9353f30 (diff) | |
download | glibc-f4cf5f2d8ba910566f2036af811355a398b4a066.tar.gz |
Add script to update copyright notices and reformat some to facilitate its use.
Diffstat (limited to 'nptl_db')
-rw-r--r-- | nptl_db/ChangeLog | 5 | ||||
-rw-r--r-- | nptl_db/td_ta_thr_iter.c | 3 | ||||
-rw-r--r-- | nptl_db/td_thr_validate.c | 3 |
3 files changed, 7 insertions, 4 deletions
diff --git a/nptl_db/ChangeLog b/nptl_db/ChangeLog index bded2fe184..8e4ea419c4 100644 --- a/nptl_db/ChangeLog +++ b/nptl_db/ChangeLog @@ -1,3 +1,8 @@ +2013-01-01 Joseph Myers <joseph@codesourcery.com> + + * td_ta_thr_iter.c: Reformat copyright notice. + * td_thr_validate.c: Likewise. + 2012-11-23 Mike Frysinger <vapier@gentoo.org> * Makefile ($(objpfx)db-symbols.out): Change readelf to $(READELF). diff --git a/nptl_db/td_ta_thr_iter.c b/nptl_db/td_ta_thr_iter.c index bfa22c0c2d..5e97cc4ccb 100644 --- a/nptl_db/td_ta_thr_iter.c +++ b/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-2012 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper <drepper@redhat.com>, 1999. diff --git a/nptl_db/td_thr_validate.c b/nptl_db/td_thr_validate.c index ba8d8e3d96..cc839d264f 100644 --- a/nptl_db/td_thr_validate.c +++ b/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-2012 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper <drepper@redhat.com>, 1999. |