summaryrefslogtreecommitdiff
path: root/lib/strtol.c
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2015-01-01 11:05:24 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2015-01-01 11:06:53 -0800
commit035f5aaa91ebd40598e0d89881bbc3cf532440a0 (patch)
tree31ffe1ccf1bad659893cdb2c1f06cc70e7d15bf2 /lib/strtol.c
parent6ddd819467d1d9d0e78f13e5a15c1af9125ae67b (diff)
downloademacs-035f5aaa91ebd40598e0d89881bbc3cf532440a0.tar.gz
Merge from gnulib, incorporating:
2015-01-01 version-etc: new year
Diffstat (limited to 'lib/strtol.c')
-rw-r--r--lib/strtol.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/strtol.c b/lib/strtol.c
index 2e015dc5bdd..1bc143985db 100644
--- a/lib/strtol.c
+++ b/lib/strtol.c
@@ -1,6 +1,6 @@
/* Convert string representation of a number into an integer value.
- Copyright (C) 1991-1992, 1994-1999, 2003, 2005-2007, 2009-2014 Free Software
+ Copyright (C) 1991-1992, 1994-1999, 2003, 2005-2007, 2009-2015 Free Software
Foundation, Inc.
NOTE: The canonical source of this file is maintained with the GNU C