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 | |
parent | a141f1a732ac9cf2af7dd54d4ae09dffb9353f30 (diff) | |
download | glibc-f4cf5f2d8ba910566f2036af811355a398b4a066.zip glibc-f4cf5f2d8ba910566f2036af811355a398b4a066.tar.gz glibc-f4cf5f2d8ba910566f2036af811355a398b4a066.tar.bz2 |
Add script to update copyright notices and reformat some to facilitate its use.
Diffstat (limited to 'nptl')
-rw-r--r-- | nptl/ChangeLog | 5 | ||||
-rw-r--r-- | nptl/sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index 3022aad..5f264b5 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,8 @@ +2013-01-01 Joseph Myers <joseph@codesourcery.com> + + * sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: Reformat + copyright notice. + 2012-12-28 Andi Kleen <ak@linux.intel.com> * pthread_rwlock_tryrdlock.c (__pthread_rwlock_tryrdlock): Convert diff --git a/nptl/sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S b/nptl/sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S index 0b4ef71..b148a98 100644 --- a/nptl/sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S +++ b/nptl/sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S @@ -1,4 +1,4 @@ -/* Copyright (C) 2002, 2011=2007, 2009, 2010 Free Software Foundation, Inc. +/* Copyright (C) 2002-2012 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. |