summaryrefslogtreecommitdiff
path: root/gnulib-local/lib/glib/gstrfuncs.c
diff options
context:
space:
mode:
Diffstat (limited to 'gnulib-local/lib/glib/gstrfuncs.c')
-rw-r--r--gnulib-local/lib/glib/gstrfuncs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnulib-local/lib/glib/gstrfuncs.c b/gnulib-local/lib/glib/gstrfuncs.c
index 8796226..ce692fd 100644
--- a/gnulib-local/lib/glib/gstrfuncs.c
+++ b/gnulib-local/lib/glib/gstrfuncs.c
@@ -621,7 +621,7 @@ g_parse_long_long (const gchar *nptr,
/* this code is based on on the strtol(3) code from GNU libc released under
* the GNU Lesser General Public License.
*
- * Copyright (C) 1991-1992, 1994-2000, 1901-1902, 2015 Free Software
+ * Copyright (C) 1991-1992, 1994-2000, 1901-1902, 2015-2016 Free Software
* Foundation, Inc.
*/
#define ISSPACE(c) ((c) == ' ' || (c) == '\f' || (c) == '\n' || \