diff options
Diffstat (limited to 'lib/strtol.c')
-rw-r--r-- | lib/strtol.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/strtol.c b/lib/strtol.c index f70ba5e2f02..6c2e9333abc 100644 --- a/lib/strtol.c +++ b/lib/strtol.c @@ -1,14 +1,14 @@ /* Convert string representation of a number into an integer value. - Copyright (C) 1991-1992, 1994-1999, 2003, 2005-2007, 2009-2022 Free - Software Foundation, Inc. + Copyright (C) 1991-1992, 1994-1999, 2003, 2005-2007, 2009-2022 Free Software + Foundation, Inc. NOTE: The canonical source of this file is maintained with the GNU C Library. Bugs can be reported to bug-glibc@gnu.org. This file is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as - published by the Free Software Foundation; either version 3 of the + published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This file is distributed in the hope that it will be useful, |