diff options
Diffstat (limited to 'stdlib/strtol.c')
-rw-r--r-- | stdlib/strtol.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/stdlib/strtol.c b/stdlib/strtol.c index 44e2af472d..22ab264cfe 100644 --- a/stdlib/strtol.c +++ b/stdlib/strtol.c @@ -1,6 +1,5 @@ /* Convert string representation of a number into an integer value. - Copyright (C) 1991,92,94,95,96,97,98,99,2000,2001,2002,2003,2004,2007 - Free Software Foundation, Inc. + Copyright (C) 1991-2013 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 |