diff options
author | rsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-02-03 17:49:30 +0000 |
---|---|---|
committer | rsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-02-03 17:49:30 +0000 |
commit | 094630def7f83fa74a20583ff8a8b0b5773d1ff1 (patch) | |
tree | 72e615fb4b8f0acc7d4489e51f9f1ec58e7cb07d /libquadmath/strtod/strtod_l.c | |
parent | a8d5530d7027f6bdf6a77c11872a5fd6d688b47f (diff) | |
download | gcc-094630def7f83fa74a20583ff8a8b0b5773d1ff1.tar.gz |
Update copyright in libquadmath.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@195699 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libquadmath/strtod/strtod_l.c')
-rw-r--r-- | libquadmath/strtod/strtod_l.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libquadmath/strtod/strtod_l.c b/libquadmath/strtod/strtod_l.c index d1845a8039c..01d755f37bb 100644 --- a/libquadmath/strtod/strtod_l.c +++ b/libquadmath/strtod/strtod_l.c @@ -1,5 +1,5 @@ /* Convert string representing a number to float value, using given locale. - Copyright (C) 1997-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. |