diff options
Diffstat (limited to 'stdlib/strtol_l.c')
-rw-r--r-- | stdlib/strtol_l.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/stdlib/strtol_l.c b/stdlib/strtol_l.c index 784641b292..dc6829f59c 100644 --- a/stdlib/strtol_l.c +++ b/stdlib/strtol_l.c @@ -1,6 +1,5 @@ /* Convert string representing a number to integer value, using given locale. - Copyright (C) 1997, 2002, 2004, 2006, 2007, 2010, 2012 - Free Software Foundation, Inc. + Copyright (C) 1997-2013 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. |