license list
authornsz <nsz@port70.net>
Mon, 12 Mar 2012 23:32:03 +0000 (00:32 +0100)
committernsz <nsz@port70.net>
Mon, 12 Mar 2012 23:32:03 +0000 (00:32 +0100)
LICENSES [new file with mode: 0644]

diff --git a/LICENSES b/LICENSES
new file mode 100644 (file)
index 0000000..a52ca3e
--- /dev/null
+++ b/LICENSES
@@ -0,0 +1,436 @@
+/*
+ * ====================================================
+ * Copyright 2004 Sun Microsystems, Inc.  All Rights Reserved.
+ *
+ * Permission to use, copy, modify, and distribute this
+ * software is freely granted, provided that this notice
+ * is preserved.
+ * ====================================================
+ */
+math/__tan.c
+math/__tandf.c
+math/exp.c
+math/pow.c
+
+/*
+ * ====================================================
+ * Copyright 2004 Sun Microsystems, Inc.  All Rights Reserved.
+ * Copyright (c) 2008 Steven G. Kargl, David Schultz, Bruce D. Evans.
+ *
+ * Permission to use, copy, modify, and distribute this
+ * software is freely granted, provided that this notice
+ * is preserved.
+ * ====================================================
+ */
+math/__tanl.c
+
+/*
+ * ====================================================
+ * Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved.
+ * Copyright (c) 2008 Steven G. Kargl, David Schultz, Bruce D. Evans.
+ *
+ * Developed at SunSoft, a Sun Microsystems, Inc. business.
+ * Permission to use, copy, modify, and distribute this
+ * software is freely granted, provided that this notice
+ * is preserved.
+ * ====================================================
+ */
+math/__cosl.c
+math/__rem_pio2l.h
+math/__sinl.c
+
+/*-
+ * ====================================================
+ * Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved.
+ * Copyright (c) 2009-2011, Bruce D. Evans, Steven G. Kargl, David Schultz.
+ *
+ * Developed at SunPro, a Sun Microsystems, Inc. business.
+ * Permission to use, copy, modify, and distribute this
+ * software is freely granted, provided that this notice
+ * is preserved.
+ * ====================================================
+ *
+ * The argument reduction and testing for exceptional cases was
+ * written by Steven G. Kargl with input from Bruce D. Evans
+ * and David A. Schultz.
+ */
+math/cbrtl.c
+
+/*
+ * ====================================================
+ * Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved.
+ *
+ * Developed at SunSoft, a Sun Microsystems, Inc. business.
+ * Permission to use, copy, modify, and distribute this
+ * software is freely granted, provided that this notice
+ * is preserved.
+ * ====================================================
+ */
+math/__cos.c
+math/__log1p.h
+math/__rem_pio2.c
+math/__rem_pio2_large.c
+math/__sin.c
+math/acos.c
+math/acosh.c
+math/acosl.c
+math/asin.c
+math/asinl.c
+math/atan2.c
+math/atan2l.c
+math/atanh.c
+math/cosh.c
+math/fmod.c
+math/fmodl.c
+math/hypot.c
+math/hypotl.c
+math/j0.c
+math/j1.c
+math/jn.c
+math/lgamma_r.c
+math/log.c
+math/log10.c
+math/log2.c
+math/remainder.c
+math/remquo.c
+math/remquof.c
+math/remquol.c
+math/scalb.c
+math/sinh.c
+math/sqrt.c
+
+/*
+ * ====================================================
+ * Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved.
+ *
+ * Developed at SunPro, a Sun Microsystems, Inc. business.
+ * Permission to use, copy, modify, and distribute this
+ * software is freely granted, provided that this notice
+ * is preserved.
+ * ====================================================
+ */
+internal/libm.h
+math/__cosdf.c
+math/__log1pf.h
+math/__rem_pio2f.c
+math/__sindf.c
+math/acosf.c
+math/acoshf.c
+math/acoshl.c
+math/asinf.c
+math/asinh.c
+math/asinhf.c
+math/asinhl.c
+math/atan.c
+math/atan2f.c
+math/atanf.c
+math/atanhf.c
+math/atanhl.c
+math/atanl.c
+math/cbrt.c
+math/cbrtf.c
+math/ceil.c
+math/ceilf.c
+math/ceill.c
+math/cos.c
+math/cosf.c
+math/coshf.c
+math/coshl.c
+math/erf.c
+math/erff.c
+math/erfl.c
+math/expf.c
+math/expm1.c
+math/expm1f.c
+math/floor.c
+math/floorf.c
+math/floorl.c
+math/fmodf.c
+math/hypotf.c
+math/j0f.c
+math/j1f.c
+math/jnf.c
+math/lgammaf_r.c
+math/lgammal.c
+math/log10f.c
+math/log1p.c
+math/log1pf.c
+math/log2f.c
+math/logf.c
+math/modf.c
+math/modff.c
+math/modfl.c
+math/nextafter.c
+math/nextafterf.c
+math/nextafterl.c
+math/nexttoward.c
+math/nexttowardf.c
+math/powf.c
+math/remainderf.c
+math/rint.c
+math/rintf.c
+math/scalbf.c
+math/scalbn.c
+math/scalbnf.c
+math/scalbnl.c
+math/sin.c
+math/sinf.c
+math/sinhf.c
+math/sinhl.c
+math/sqrtf.c
+math/tan.c
+math/tanf.c
+math/tanh.c
+math/tanhf.c
+math/tanhl.c
+math/trunc.c
+math/truncf.c
+math/truncl.c
+
+
+/*-
+ * Copyright (c) 2005 Bruce D. Evans and Steven G. Kargl
+ * All rights reserved.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ * 1. Redistributions of source code must retain the above copyright
+ *    notice unmodified, this list of conditions, and the following
+ *    disclaimer.
+ * 2. Redistributions in binary form must reproduce the above copyright
+ *    notice, this list of conditions and the following disclaimer in the
+ *    documentation and/or other materials provided with the distribution.
+ *
+ * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
+ * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
+ * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
+ * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
+ * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
+ * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+ * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+ * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
+ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ */
+cmath/ccosh.c
+cmath/ccoshf.c
+cmath/csinh.c
+cmath/csinhf.c
+
+/*-
+ * Copyright (c) 2003,2007 Steven G. Kargl
+ * All rights reserved.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ * 1. Redistributions of source code must retain the above copyright
+ *    notice unmodified, this list of conditions, and the following
+ *    disclaimer.
+ * 2. Redistributions in binary form must reproduce the above copyright
+ *    notice, this list of conditions and the following disclaimer in the
+ *    documentation and/or other materials provided with the distribution.
+ *
+ * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
+ * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
+ * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
+ * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
+ * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
+ * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+ * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+ * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
+ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ */
+math/cosl.c
+math/round.c
+math/roundf.c
+math/roundl.c
+math/sinl.c
+math/tanl.c
+
+/*-
+ * Copyright (c) 2005-2011 David Schultz <das@FreeBSD.ORG>
+ * All rights reserved.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ * 1. Redistributions of source code must retain the above copyright
+ *    notice, this list of conditions and the following disclaimer.
+ * 2. Redistributions in binary form must reproduce the above copyright
+ *    notice, this list of conditions and the following disclaimer in the
+ *    documentation and/or other materials provided with the distribution.
+ *
+ * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
+ * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
+ * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+ * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+ * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+ * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+ * SUCH DAMAGE.
+ */
+cmath/__cexp.c
+cmath/__cexpf.c
+cmath/cexp.c
+cmath/cexpf.c
+cmath/csqrt.c
+cmath/csqrtf.c
+cmath/ctanh.c
+cmath/ctanhf.c
+math/__expo2.c
+math/__expo2f.c
+math/__invtrigl.c
+math/__invtrigl.h
+math/exp2.c
+math/exp2f.c
+math/exp2l.c
+math/fma.c
+math/fmaf.c
+math/fmal.c
+math/lrint.c
+math/lround.c
+math/modfl.c
+math/rintl.c
+
+/*
+ * Copyright (c) 2008 Stephen L. Moshier <steve@moshier.net>
+ *
+ * Permission to use, copy, modify, and distribute this software for any
+ * purpose with or without fee is hereby granted, provided that the above
+ * copyright notice and this permission notice appear in all copies.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
+ * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
+ * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
+ * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
+ * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
+ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
+ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
+ */
+cmath/catan.c
+cmath/catanf.c
+cmath/catanl.c
+math/__polevll.c
+math/erfl.c
+math/expl.c
+math/expm1l.c
+math/lgammal.c
+math/log10l.c
+math/log1pl.c
+math/log2l.c
+math/logl.c
+math/powl.c
+math/tgammal.c
+
+
+/* public domain */
+cmath/cabs.c
+cmath/cabsf.c
+cmath/cabsl.c
+cmath/cacos.c
+cmath/cacosf.c
+cmath/cacosh.c
+cmath/cacoshf.c
+cmath/cacoshl.c
+cmath/cacosl.c
+cmath/carg.c
+cmath/cargf.c
+cmath/cargl.c
+cmath/casin.c
+cmath/casinf.c
+cmath/casinh.c
+cmath/casinhf.c
+cmath/casinhl.c
+cmath/casinl.c
+cmath/catanh.c
+cmath/catanhf.c
+cmath/catanhl.c
+cmath/ccos.c
+cmath/ccosf.c
+cmath/ccosl.c
+cmath/cimag.c
+cmath/cimagf.c
+cmath/cimagl.c
+cmath/clog.c
+cmath/clogf.c
+cmath/clogl.c
+cmath/conj.c
+cmath/conjf.c
+cmath/conjl.c
+cmath/cpow.c
+cmath/cpowf.c
+cmath/cpowl.c
+cmath/cproj.c
+cmath/cprojf.c
+cmath/cprojl.c
+cmath/creal.c
+cmath/crealf.c
+cmath/creall.c
+cmath/csin.c
+cmath/csinf.c
+cmath/csinl.c
+cmath/ctan.c
+cmath/ctanf.c
+cmath/ctanl.c
+internal/ldhack.h
+math/__fpclassify.c
+math/__fpclassifyf.c
+math/__fpclassifyl.c
+math/__signbit.c
+math/__signbitf.c
+math/__signbitl.c
+math/copysign.c
+math/copysignf.c
+math/copysignl.c
+math/fabs.c
+math/fabsf.c
+math/fabsl.c
+math/fdim.c
+math/fdimf.c
+math/fdiml.c
+math/fmax.c
+math/fmaxf.c
+math/fmaxl.c
+math/fmin.c
+math/fminf.c
+math/fminl.c
+math/frexp.c
+math/frexpf.c
+math/frexpl.c
+math/ilogb.c
+math/ilogbf.c
+math/ilogbl.c
+math/ldexp.c
+math/ldexpf.c
+math/ldexpl.c
+math/lgamma.c
+math/lgammaf.c
+math/llrint.c
+math/llrintf.c
+math/llrintl.c
+math/llround.c
+math/llroundf.c
+math/llroundl.c
+math/logb.c
+math/logbf.c
+math/logbl.c
+math/lrintf.c
+math/lrintl.c
+math/lroundf.c
+math/lroundl.c
+math/nearbyint.c
+math/nearbyintf.c
+math/nearbyintl.c
+math/nexttowardl.c
+math/remainderl.c
+math/scalbln.c
+math/scalblnf.c
+math/scalblnl.c
+math/signgam.c
+math/sqrtl.c