diff options
author | Roland McGrath <roland@gnu.org> | 2002-08-28 02:30:36 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-08-28 02:30:36 +0000 |
commit | 9cd2726c9365cb969289b3ec9baa2e4d569cb15e (patch) | |
tree | 098ac4e1dab2dc5530b51d9a4eb4109612a246aa /sysdeps/ieee754/ldbl-128/e_jnl.c | |
parent | da4cfe381c52e7be8158265d5d79abdc979cd8a1 (diff) | |
download | glibc-9cd2726c9365cb969289b3ec9baa2e4d569cb15e.tar.gz glibc-9cd2726c9365cb969289b3ec9baa2e4d569cb15e.tar.xz glibc-9cd2726c9365cb969289b3ec9baa2e4d569cb15e.zip |
* sysdeps/ieee754/flt-32/e_asinf.c: Modified copying permission
wording at request of copyright holder Stephen Moshier. * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise. * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise. * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise. * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise. * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise. * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise. * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise. * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise. * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise. * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise. * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise. * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise. * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise. * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
Diffstat (limited to 'sysdeps/ieee754/ldbl-128/e_jnl.c')
-rw-r--r-- | sysdeps/ieee754/ldbl-128/e_jnl.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sysdeps/ieee754/ldbl-128/e_jnl.c b/sysdeps/ieee754/ldbl-128/e_jnl.c index 1e4f633e35..e17f0603ed 100644 --- a/sysdeps/ieee754/ldbl-128/e_jnl.c +++ b/sysdeps/ieee754/ldbl-128/e_jnl.c @@ -11,7 +11,10 @@ /* Modifications for 128-bit long double are Copyright (C) 2001 Stephen L. Moshier <moshier@na-net.ornl.gov> - These modifications are distributed here under the following terms: + and are incorporated herein by permission of the author. The author + reserves the right to distribute this material elsewhere under different + copying permissions. These modifications are distributed here under + the following terms: This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public |