summaryrefslogtreecommitdiffstats
path: root/gl/strstr.c
diff options
context:
space:
mode:
Diffstat (limited to 'gl/strstr.c')
-rw-r--r--gl/strstr.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/gl/strstr.c b/gl/strstr.c
index ae184ff..b91acec 100644
--- a/gl/strstr.c
+++ b/gl/strstr.c
@@ -1,5 +1,5 @@
1/* Copyright (C) 1991, 1992, 1993, 1994, 1996, 1997, 1998, 2000, 2004, 2007, 1/* Copyright (C) 1991-1994, 1996-1998, 2000, 2004, 2007-2013 Free Software
2 2008, 2009, 2010 Free Software Foundation, Inc. 2 Foundation, Inc.
3 This file is part of the GNU C Library. 3 This file is part of the GNU C Library.
4 4
5 This program is free software; you can redistribute it and/or modify 5 This program is free software; you can redistribute it and/or modify
@@ -13,8 +13,7 @@
13 GNU General Public License for more details. 13 GNU General Public License for more details.
14 14
15 You should have received a copy of the GNU General Public License along 15 You should have received a copy of the GNU General Public License along
16 with this program; if not, write to the Free Software Foundation, 16 with this program; if not, see <http://www.gnu.org/licenses/>. */
17 Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */
18 17
19/* This particular implementation was written by Eric Blake, 2008. */ 18/* This particular implementation was written by Eric Blake, 2008. */
20 19