diff options
author | Richard Sandiford <rdsandiford@googlemail.com> | 2013-02-03 17:49:30 +0000 |
---|---|---|
committer | Richard Sandiford <rsandifo@gcc.gnu.org> | 2013-02-03 17:49:30 +0000 |
commit | 1a41c323b040bf5739dcb9cb9893b30f0a814df8 (patch) | |
tree | 72e615fb4b8f0acc7d4489e51f9f1ec58e7cb07d /libquadmath/math/csqrtq.c | |
parent | 23701e9003572a8d490ccc8bb17f6f762fc50aca (diff) | |
download | gcc-1a41c323b040bf5739dcb9cb9893b30f0a814df8.zip gcc-1a41c323b040bf5739dcb9cb9893b30f0a814df8.tar.gz gcc-1a41c323b040bf5739dcb9cb9893b30f0a814df8.tar.bz2 |
Update copyright in libquadmath.
From-SVN: r195699
Diffstat (limited to 'libquadmath/math/csqrtq.c')
-rw-r--r-- | libquadmath/math/csqrtq.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libquadmath/math/csqrtq.c b/libquadmath/math/csqrtq.c index 5279e437..aaf0812 100644 --- a/libquadmath/math/csqrtq.c +++ b/libquadmath/math/csqrtq.c @@ -1,5 +1,5 @@ /* Complex square root of __float128 value. - 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. Based on an algorithm by Stephen L. Moshier <moshier@world.std.com>. Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. |