Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: rust-compiler-builtins
Source: <url://example.com>
#
# Please double check copyright with the licensecheck(1) command.

Files:     .cargo_vcs_info.json
           Cargo.lock
           Cargo.toml
           Cargo.toml.orig
           README.md
           build.rs
           examples/intrinsics.rs
           libm/src/math/acosh.rs
           libm/src/math/acoshf.rs
           libm/src/math/asinh.rs
           libm/src/math/asinhf.rs
           libm/src/math/atanh.rs
           libm/src/math/atanhf.rs
           libm/src/math/ceil.rs
           libm/src/math/ceilf.rs
           libm/src/math/copysign.rs
           libm/src/math/copysignf.rs
           libm/src/math/cosh.rs
           libm/src/math/coshf.rs
           libm/src/math/exp10.rs
           libm/src/math/exp10f.rs
           libm/src/math/expo2.rs
           libm/src/math/fabs.rs
           libm/src/math/fabsf.rs
           libm/src/math/fdim.rs
           libm/src/math/fdimf.rs
           libm/src/math/fenv.rs
           libm/src/math/floor.rs
           libm/src/math/floorf.rs
           libm/src/math/fma.rs
           libm/src/math/fmax.rs
           libm/src/math/fmaxf.rs
           libm/src/math/fmin.rs
           libm/src/math/fminf.rs
           libm/src/math/fmod.rs
           libm/src/math/fmodf.rs
           libm/src/math/frexp.rs
           libm/src/math/frexpf.rs
           libm/src/math/hypot.rs
           libm/src/math/hypotf.rs
           libm/src/math/ilogb.rs
           libm/src/math/ilogbf.rs
           libm/src/math/k_expo2.rs
           libm/src/math/k_expo2f.rs
           libm/src/math/ldexp.rs
           libm/src/math/ldexpf.rs
           libm/src/math/lgamma.rs
           libm/src/math/lgammaf.rs
           libm/src/math/mod.rs
           libm/src/math/modf.rs
           libm/src/math/modff.rs
           libm/src/math/nextafter.rs
           libm/src/math/nextafterf.rs
           libm/src/math/remainder.rs
           libm/src/math/remainderf.rs
           libm/src/math/remquo.rs
           libm/src/math/remquof.rs
           libm/src/math/round.rs
           libm/src/math/roundf.rs
           libm/src/math/scalbn.rs
           libm/src/math/scalbnf.rs
           libm/src/math/sinh.rs
           libm/src/math/sinhf.rs
           libm/src/math/tanh.rs
           libm/src/math/tanhf.rs
           libm/src/math/tgamma.rs
           libm/src/math/tgammaf.rs
           libm/src/math/trunc.rs
           libm/src/math/truncf.rs
           src/arm.rs
           src/arm_linux.rs
           src/float/add.rs
           src/float/cmp.rs
           src/float/conv.rs
           src/float/div.rs
           src/float/extend.rs
           src/float/mod.rs
           src/float/mul.rs
           src/float/pow.rs
           src/float/sub.rs
           src/float/trunc.rs
           src/int/addsub.rs
           src/int/leading_zeros.rs
           src/int/mod.rs
           src/int/mul.rs
           src/int/sdiv.rs
           src/int/shift.rs
           src/int/specialized_div_rem/asymmetric.rs
           src/int/specialized_div_rem/binary_long.rs
           src/int/specialized_div_rem/delegate.rs
           src/int/specialized_div_rem/mod.rs
           src/int/specialized_div_rem/norm_shift.rs
           src/int/specialized_div_rem/trifecta.rs
           src/int/udiv.rs
           src/lib.rs
           src/macros.rs
           src/math.rs
           src/mem/impls.rs
           src/mem/mod.rs
           src/mem/x86_64.rs
           src/riscv32.rs
           src/x86.rs
           src/x86_64.rs
Copyright: __NO_COPYRIGHT_NOR_LICENSE__
License:   __NO_COPYRIGHT_NOR_LICENSE__

Files:     libm/src/math/acosf.rs
           libm/src/math/asinf.rs
           libm/src/math/atan.rs
           libm/src/math/atan2f.rs
           libm/src/math/atanf.rs
           libm/src/math/cbrt.rs
           libm/src/math/cbrtf.rs
           libm/src/math/cos.rs
           libm/src/math/cosf.rs
           libm/src/math/erf.rs
           libm/src/math/erff.rs
           libm/src/math/expf.rs
           libm/src/math/expm1.rs
           libm/src/math/expm1f.rs
           libm/src/math/j0f.rs
           libm/src/math/j1f.rs
           libm/src/math/jnf.rs
           libm/src/math/k_cosf.rs
           libm/src/math/k_sinf.rs
           libm/src/math/lgammaf_r.rs
           libm/src/math/log10f.rs
           libm/src/math/log1p.rs
           libm/src/math/log1pf.rs
           libm/src/math/log2f.rs
           libm/src/math/logf.rs
           libm/src/math/powf.rs
           libm/src/math/rem_pio2.rs
           libm/src/math/rem_pio2f.rs
           libm/src/math/sin.rs
           libm/src/math/sincos.rs
           libm/src/math/sincosf.rs
           libm/src/math/sinf.rs
           libm/src/math/sqrtf.rs
           libm/src/math/tan.rs
           libm/src/math/tanf.rs
Copyright: 1993 Sun Microsystems, Inc.
License:   __UNKNOWN__
 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.

Files:     libm/src/math/acos.rs
           libm/src/math/asin.rs
           libm/src/math/atan2.rs
           libm/src/math/j0.rs
           libm/src/math/j1.rs
           libm/src/math/jn.rs
           libm/src/math/k_cos.rs
           libm/src/math/k_sin.rs
           libm/src/math/lgamma_r.rs
           libm/src/math/log.rs
           libm/src/math/log10.rs
           libm/src/math/log2.rs
           libm/src/math/rem_pio2_large.rs
           libm/src/math/sqrt.rs
Copyright: 1993 Sun Microsystems, Inc.
License:   __UNKNOWN__
 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.

Files:     libm/src/math/exp.rs
           libm/src/math/k_tan.rs
           libm/src/math/k_tanf.rs
           libm/src/math/pow.rs
Copyright: 2004 Sun Microsystems, Inc.
License:   __UNKNOWN__
 Permission to use, copy, modify, and distribute this
 software is freely granted, provided that this notice
 is preserved.

Files:     libm/src/math/exp2.rs
           libm/src/math/exp2f.rs
           libm/src/math/fmaf.rs
Copyright: 2005-2011 David Schultz <das@FreeBSD.ORG>
License:   BSD-2-Clause
 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.

Files:     src/probestack.rs
Copyright: __NO_COPYRIGHT__ in: src/probestack.rs
License:   __UNKNOWN__
 Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
 http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
 <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
 option. This file may not be copied, modified, or distributed
 except according to those terms.

#----------------------------------------------------------------------------
# Files marked as NO_LICENSE_TEXT_FOUND may be covered by the following
# license/copyright files.
