about summary refs log tree commit diff
path: root/sysdeps/tile/tilegx/strnlen.c
diff options
context:
space:
mode:
authorChris Metcalf <cmetcalf@tilera.com>2014-10-06 13:47:02 -0400
committerChris Metcalf <cmetcalf@tilera.com>2014-10-06 13:47:02 -0400
commit563a74d86ca2be355e6842b6fe15c33c42a5fab7 (patch)
treed504bad4495cfefbc80bd4d347c04dc0b63fe9cb /sysdeps/tile/tilegx/strnlen.c
parent845a73434c829341db4d250f837754afb17ae1a2 (diff)
downloadglibc-563a74d86ca2be355e6842b6fe15c33c42a5fab7.tar.gz
glibc-563a74d86ca2be355e6842b6fe15c33c42a5fab7.tar.xz
glibc-563a74d86ca2be355e6842b6fe15c33c42a5fab7.zip
tile: fix copyright header blocks in just-committed files
I accidentally committed versions not following the conventions.
Diffstat (limited to 'sysdeps/tile/tilegx/strnlen.c')
-rw-r--r--sysdeps/tile/tilegx/strnlen.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/sysdeps/tile/tilegx/strnlen.c b/sysdeps/tile/tilegx/strnlen.c
index 33ecc033f6..3dcd6e34f1 100644
--- a/sysdeps/tile/tilegx/strnlen.c
+++ b/sysdeps/tile/tilegx/strnlen.c
@@ -1,6 +1,5 @@
 /* Copyright (C) 2013 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
-   Contributed by Chris Metcalf <cmetcalf@tilera.com>, 2011.
 
    The GNU C Library is free software; you can redistribute it and/or
    modify it under the terms of the GNU Lesser General Public
@@ -13,9 +12,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 <stdint.h>