aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/tile/tilegx/strcasestr.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/strcasestr.c
parent845a73434c829341db4d250f837754afb17ae1a2 (diff)
downloadglibc-563a74d86ca2be355e6842b6fe15c33c42a5fab7.zip
glibc-563a74d86ca2be355e6842b6fe15c33c42a5fab7.tar.gz
glibc-563a74d86ca2be355e6842b6fe15c33c42a5fab7.tar.bz2
tile: fix copyright header blocks in just-committed files
I accidentally committed versions not following the conventions.
Diffstat (limited to 'sysdeps/tile/tilegx/strcasestr.c')
-rw-r--r--sysdeps/tile/tilegx/strcasestr.c8
1 files changed, 3 insertions, 5 deletions
diff --git a/sysdeps/tile/tilegx/strcasestr.c b/sysdeps/tile/tilegx/strcasestr.c
index 13b0a84..b8f7c6c 100644
--- a/sysdeps/tile/tilegx/strcasestr.c
+++ b/sysdeps/tile/tilegx/strcasestr.c
@@ -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>