]> sourceware.org Git - glibc.git/commitdiff
tile: fix copyright header blocks in just-committed files
authorChris Metcalf <cmetcalf@tilera.com>
Mon, 6 Oct 2014 17:47:02 +0000 (13:47 -0400)
committerChris Metcalf <cmetcalf@tilera.com>
Mon, 6 Oct 2014 17:47:02 +0000 (13:47 -0400)
I accidentally committed versions not following the conventions.

sysdeps/tile/memcmp.c
sysdeps/tile/tilegx/strcasestr.c
sysdeps/tile/tilegx/strnlen.c
sysdeps/tile/tilegx/strstr.c

index 8d3992173498577afb0669871126139ba7358a1f..0ddf6742c568a3aed3d839fb5378eae99585c3d2 100644 (file)
@@ -1,6 +1,5 @@
 /* Copyright (C) 1991-2014 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
-   Contributed by Torbjorn Granlund (tege@sics.se).
 
    The GNU C Library is free software; you can redistribute it and/or
    modify it under the terms of the GNU Lesser General Public
index 13b0a8485890b4eed30e9da3bcec702e71af52f0..b8f7c6c1702a5c216c02a9b9e5fe7def6e05744f 100644 (file)
@@ -1,6 +1,5 @@
 /* Return the offset of one string within another.
-   Copyright (C) 1994, 1996-2000, 2004, 2008, 2009
-   Free Software Foundation, Inc.
+   Copyright (C) 1994-2014 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
@@ -14,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/>.  */
 
 #if HAVE_CONFIG_H
 # include <config.h>
index 33ecc033f6ac18536d636efacf7899aa5cd90022..3dcd6e34f13719d649f8310820bd7d7a907c2fb7 100644 (file)
@@ -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>
index 2627e758c739e7a20f53181f54e70297bf909a88..3e727899c0977e63762701c189c290859943bd44 100644 (file)
@@ -1,6 +1,4 @@
-/* strstr with Tile intrinsics
-   Copyright (C) 2013 Free Software Foundation, Inc.
-   Contributed by Intel Corporation.
+/* Copyright (C) 2013-2014 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
This page took 0.047193 seconds and 5 git commands to generate.