diff options
Diffstat (limited to 'libquadmath/math/crealq.c')
-rw-r--r-- | libquadmath/math/crealq.c | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/libquadmath/math/crealq.c b/libquadmath/math/crealq.c index 71f4a44..2577d31 100644 --- a/libquadmath/math/crealq.c +++ b/libquadmath/math/crealq.c @@ -1,5 +1,5 @@ -/* Return real part of complex __float128 value. - Copyright (C) 1997, 1998 Free Software Foundation, Inc. +/* Return real part of complex float type. + Copyright (C) 1997-2018 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. @@ -14,9 +14,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + <http://www.gnu.org/licenses/>. */ #include "quadmath-imp.h" |