update spdx-license-identifier

This commit is contained in:
HTG-YT 2022-01-03 20:16:22 +08:00
parent 5577ac0e98
commit 70fb17c36d
113 changed files with 113 additions and 113 deletions

View file

@ -1,4 +1,4 @@
// SPDX-License-Identifier: Apache-2.0 // SPDX-License-Identifier: MIT
/* /*
* File: src/lib.rs * File: src/lib.rs
* *

View file

@ -1,4 +1,4 @@
// SPDX-License-Identifier: Apache-2.0 // SPDX-License-Identifier: MIT
/* /*
* File: src/math/acos.rs * File: src/math/acos.rs
* *

View file

@ -1,4 +1,4 @@
// SPDX-License-Identifier: Apache-2.0 // SPDX-License-Identifier: MIT
/* /*
* File: src/math/acosf.rs * File: src/math/acosf.rs
* *

View file

@ -1,4 +1,4 @@
// SPDX-License-Identifier: Apache-2.0 // SPDX-License-Identifier: MIT
/* /*
* File: src/math/acosh.rs * File: src/math/acosh.rs
* *

View file

@ -1,4 +1,4 @@
// SPDX-License-Identifier: Apache-2.0 // SPDX-License-Identifier: MIT
/* /*
* File: src/math/acoshf.rs * File: src/math/acoshf.rs
* *

View file

@ -1,4 +1,4 @@
// SPDX-License-Identifier: Apache-2.0 // SPDX-License-Identifier: MIT
/* /*
* File: src/math/asin.rs * File: src/math/asin.rs
* *

View file

@ -1,4 +1,4 @@
// SPDX-License-Identifier: Apache-2.0 // SPDX-License-Identifier: MIT
/* /*
* File: src/math/asinf.rs * File: src/math/asinf.rs
* *

View file

@ -1,4 +1,4 @@
// SPDX-License-Identifier: Apache-2.0 // SPDX-License-Identifier: MIT
/* /*
* File: src/math/asinh.rs * File: src/math/asinh.rs
* *

View file

@ -1,4 +1,4 @@
// SPDX-License-Identifier: Apache-2.0 // SPDX-License-Identifier: MIT
/* /*
* File: src/math/asinhf.rs * File: src/math/asinhf.rs
* *

View file

@ -1,4 +1,4 @@
// SPDX-License-Identifier: Apache-2.0 // SPDX-License-Identifier: MIT
/* /*
* File: src/math/atan.rs * File: src/math/atan.rs
* *

View file

@ -1,4 +1,4 @@
// SPDX-License-Identifier: Apache-2.0 // SPDX-License-Identifier: MIT
/* /*
* File: src/math/atan2.rs * File: src/math/atan2.rs
* *

View file

@ -1,4 +1,4 @@
// SPDX-License-Identifier: Apache-2.0 // SPDX-License-Identifier: MIT
/* /*
* File: src/math/atan2f.rs * File: src/math/atan2f.rs
* *

View file

@ -1,4 +1,4 @@
// SPDX-License-Identifier: Apache-2.0 // SPDX-License-Identifier: MIT
/* /*
* File: src/math/atanf.rs * File: src/math/atanf.rs
* *

View file

@ -1,4 +1,4 @@
// SPDX-License-Identifier: Apache-2.0 // SPDX-License-Identifier: MIT
/* /*
* File: src/math/atanh.rs * File: src/math/atanh.rs
* *

View file

@ -1,4 +1,4 @@
// SPDX-License-Identifier: Apache-2.0 // SPDX-License-Identifier: MIT
/* /*
* File: src/math/atanhf.rs * File: src/math/atanhf.rs
* *

View file

@ -1,4 +1,4 @@
// SPDX-License-Identifier: Apache-2.0 // SPDX-License-Identifier: MIT
/* /*
* File: src/math/cbrt.rs * File: src/math/cbrt.rs
* *

View file

@ -1,4 +1,4 @@
// SPDX-License-Identifier: Apache-2.0 // SPDX-License-Identifier: MIT
/* /*
* File: src/math/cbrtf.rs * File: src/math/cbrtf.rs
* *

View file

@ -1,4 +1,4 @@
// SPDX-License-Identifier: Apache-2.0 // SPDX-License-Identifier: MIT
/* /*
* File: src/math/ceil.rs * File: src/math/ceil.rs
* *

View file

@ -1,4 +1,4 @@
// SPDX-License-Identifier: Apache-2.0 // SPDX-License-Identifier: MIT
/* /*
* File: src/math/ceilf.rs * File: src/math/ceilf.rs
* *

View file

@ -1,4 +1,4 @@
// SPDX-License-Identifier: Apache-2.0 // SPDX-License-Identifier: MIT
/* /*
* File: src/math/copysign.rs * File: src/math/copysign.rs
* *

View file

@ -1,4 +1,4 @@
// SPDX-License-Identifier: Apache-2.0 // SPDX-License-Identifier: MIT
/* /*
* File: src/math/copysignf.rs * File: src/math/copysignf.rs
* *

View file

@ -1,4 +1,4 @@
// SPDX-License-Identifier: Apache-2.0 // SPDX-License-Identifier: MIT
/* /*
* File: src/math/cos.rs * File: src/math/cos.rs
* *

View file

@ -1,4 +1,4 @@
// SPDX-License-Identifier: Apache-2.0 // SPDX-License-Identifier: MIT
/* /*
* File: src/math/cosf.rs * File: src/math/cosf.rs
* *

View file

@ -1,4 +1,4 @@
// SPDX-License-Identifier: Apache-2.0 // SPDX-License-Identifier: MIT
/* /*
* File: src/math/cosh.rs * File: src/math/cosh.rs
* *

View file

@ -1,4 +1,4 @@
// SPDX-License-Identifier: Apache-2.0 // SPDX-License-Identifier: MIT
/* /*
* File: src/math/coshf.rs * File: src/math/coshf.rs
* *

View file

@ -1,4 +1,4 @@
// SPDX-License-Identifier: Apache-2.0 // SPDX-License-Identifier: MIT
/* /*
* File: src/math/erf.rs * File: src/math/erf.rs
* *

View file

@ -1,4 +1,4 @@
// SPDX-License-Identifier: Apache-2.0 // SPDX-License-Identifier: MIT
/* /*
* File: src/math/erfc.rs * File: src/math/erfc.rs
* *

View file

@ -1,4 +1,4 @@
// SPDX-License-Identifier: Apache-2.0 // SPDX-License-Identifier: MIT
/* /*
* File: src/math/erfcf.rs * File: src/math/erfcf.rs
* *

View file

@ -1,4 +1,4 @@
// SPDX-License-Identifier: Apache-2.0 // SPDX-License-Identifier: MIT
/* /*
* File: src/math/erff.rs * File: src/math/erff.rs
* *

View file

@ -1,4 +1,4 @@
// SPDX-License-Identifier: Apache-2.0 // SPDX-License-Identifier: MIT
/* /*
* File: src/math/exp.rs * File: src/math/exp.rs
* *

View file

@ -1,4 +1,4 @@
// SPDX-License-Identifier: Apache-2.0 // SPDX-License-Identifier: MIT
/* /*
* File: src/math/exp10.rs * File: src/math/exp10.rs
* *

View file

@ -1,4 +1,4 @@
// SPDX-License-Identifier: Apache-2.0 // SPDX-License-Identifier: MIT
/* /*
* File: src/math/exp10f.rs * File: src/math/exp10f.rs
* *

View file

@ -1,4 +1,4 @@
// SPDX-License-Identifier: Apache-2.0 // SPDX-License-Identifier: MIT
/* /*
* File: src/math/exp2.rs * File: src/math/exp2.rs
* *

View file

@ -1,4 +1,4 @@
// SPDX-License-Identifier: Apache-2.0 // SPDX-License-Identifier: MIT
/* /*
* File: src/math/exp2f.rs * File: src/math/exp2f.rs
* *

View file

@ -1,4 +1,4 @@
// SPDX-License-Identifier: Apache-2.0 // SPDX-License-Identifier: MIT
/* /*
* File: src/math/expf.rs * File: src/math/expf.rs
* *

View file

@ -1,4 +1,4 @@
// SPDX-License-Identifier: Apache-2.0 // SPDX-License-Identifier: MIT
/* /*
* File: src/math/expm1.rs * File: src/math/expm1.rs
* *

View file

@ -1,4 +1,4 @@
// SPDX-License-Identifier: Apache-2.0 // SPDX-License-Identifier: MIT
/* /*
* File: src/math/expm1f.rs * File: src/math/expm1f.rs
* *

View file

@ -1,4 +1,4 @@
// SPDX-License-Identifier: Apache-2.0 // SPDX-License-Identifier: MIT
/* /*
* File: src/math/fabs.rs * File: src/math/fabs.rs
* *

View file

@ -1,4 +1,4 @@
// SPDX-License-Identifier: Apache-2.0 // SPDX-License-Identifier: MIT
/* /*
* File: src/math/fabsf.rs * File: src/math/fabsf.rs
* *

View file

@ -1,4 +1,4 @@
// SPDX-License-Identifier: Apache-2.0 // SPDX-License-Identifier: MIT
/* /*
* File: src/math/fdim.rs * File: src/math/fdim.rs
* *

View file

@ -1,4 +1,4 @@
// SPDX-License-Identifier: Apache-2.0 // SPDX-License-Identifier: MIT
/* /*
* File: src/math/fdimf.rs * File: src/math/fdimf.rs
* *

View file

@ -1,4 +1,4 @@
// SPDX-License-Identifier: Apache-2.0 // SPDX-License-Identifier: MIT
/* /*
* File: src/math/floor.rs * File: src/math/floor.rs
* *

View file

@ -1,4 +1,4 @@
// SPDX-License-Identifier: Apache-2.0 // SPDX-License-Identifier: MIT
/* /*
* File: src/math/floorf.rs * File: src/math/floorf.rs
* *

View file

@ -1,4 +1,4 @@
// SPDX-License-Identifier: Apache-2.0 // SPDX-License-Identifier: MIT
/* /*
* File: src/math/fma.rs * File: src/math/fma.rs
* *

View file

@ -1,4 +1,4 @@
// SPDX-License-Identifier: Apache-2.0 // SPDX-License-Identifier: MIT
/* /*
* File: src/math/fmaf.rs * File: src/math/fmaf.rs
* *

View file

@ -1,4 +1,4 @@
// SPDX-License-Identifier: Apache-2.0 // SPDX-License-Identifier: MIT
/* /*
* File: src/math/fmax.rs * File: src/math/fmax.rs
* *

View file

@ -1,4 +1,4 @@
// SPDX-License-Identifier: Apache-2.0 // SPDX-License-Identifier: MIT
/* /*
* File: src/math/fmaxf.rs * File: src/math/fmaxf.rs
* *

View file

@ -1,4 +1,4 @@
// SPDX-License-Identifier: Apache-2.0 // SPDX-License-Identifier: MIT
/* /*
* File: src/math/fmin.rs * File: src/math/fmin.rs
* *

View file

@ -1,4 +1,4 @@
// SPDX-License-Identifier: Apache-2.0 // SPDX-License-Identifier: MIT
/* /*
* File: src/math/fminf.rs * File: src/math/fminf.rs
* *

View file

@ -1,4 +1,4 @@
// SPDX-License-Identifier: Apache-2.0 // SPDX-License-Identifier: MIT
/* /*
* File: src/math/fmod.rs * File: src/math/fmod.rs
* *

View file

@ -1,4 +1,4 @@
// SPDX-License-Identifier: Apache-2.0 // SPDX-License-Identifier: MIT
/* /*
* File: src/math/fmodf.rs * File: src/math/fmodf.rs
* *

View file

@ -1,4 +1,4 @@
// SPDX-License-Identifier: Apache-2.0 // SPDX-License-Identifier: MIT
/* /*
* File: src/math/frexp.rs * File: src/math/frexp.rs
* *

View file

@ -1,4 +1,4 @@
// SPDX-License-Identifier: Apache-2.0 // SPDX-License-Identifier: MIT
/* /*
* File: src/math/frexpf.rs * File: src/math/frexpf.rs
* *

View file

@ -1,4 +1,4 @@
// SPDX-License-Identifier: Apache-2.0 // SPDX-License-Identifier: MIT
/* /*
* File: src/math/hypot.rs * File: src/math/hypot.rs
* *

View file

@ -1,4 +1,4 @@
// SPDX-License-Identifier: Apache-2.0 // SPDX-License-Identifier: MIT
/* /*
* File: src/math/hypotf.rs * File: src/math/hypotf.rs
* *

View file

@ -1,4 +1,4 @@
// SPDX-License-Identifier: Apache-2.0 // SPDX-License-Identifier: MIT
/* /*
* File: src/math/ilogb.rs * File: src/math/ilogb.rs
* *

View file

@ -1,4 +1,4 @@
// SPDX-License-Identifier: Apache-2.0 // SPDX-License-Identifier: MIT
/* /*
* File: src/math/ilogbf.rs * File: src/math/ilogbf.rs
* *

View file

@ -1,4 +1,4 @@
// SPDX-License-Identifier: Apache-2.0 // SPDX-License-Identifier: MIT
/* /*
* File: src/math/j0.rs * File: src/math/j0.rs
* *

View file

@ -1,4 +1,4 @@
// SPDX-License-Identifier: Apache-2.0 // SPDX-License-Identifier: MIT
/* /*
* File: src/math/j0f.rs * File: src/math/j0f.rs
* *

View file

@ -1,4 +1,4 @@
// SPDX-License-Identifier: Apache-2.0 // SPDX-License-Identifier: MIT
/* /*
* File: src/math/j1.rs * File: src/math/j1.rs
* *

View file

@ -1,4 +1,4 @@
// SPDX-License-Identifier: Apache-2.0 // SPDX-License-Identifier: MIT
/* /*
* File: src/math/j1f.rs * File: src/math/j1f.rs
* *

View file

@ -1,4 +1,4 @@
// SPDX-License-Identifier: Apache-2.0 // SPDX-License-Identifier: MIT
/* /*
* File: src/math/jn.rs * File: src/math/jn.rs
* *

View file

@ -1,4 +1,4 @@
// SPDX-License-Identifier: Apache-2.0 // SPDX-License-Identifier: MIT
/* /*
* File: src/math/jnf.rs * File: src/math/jnf.rs
* *

View file

@ -1,4 +1,4 @@
// SPDX-License-Identifier: Apache-2.0 // SPDX-License-Identifier: MIT
/* /*
* File: src/math/ldexp.rs * File: src/math/ldexp.rs
* *

View file

@ -1,4 +1,4 @@
// SPDX-License-Identifier: Apache-2.0 // SPDX-License-Identifier: MIT
/* /*
* File: src/math/ldexpf.rs * File: src/math/ldexpf.rs
* *

View file

@ -1,4 +1,4 @@
// SPDX-License-Identifier: Apache-2.0 // SPDX-License-Identifier: MIT
/* /*
* File: src/math/lgamma.rs * File: src/math/lgamma.rs
* *

View file

@ -1,4 +1,4 @@
// SPDX-License-Identifier: Apache-2.0 // SPDX-License-Identifier: MIT
/* /*
* File: src/math/lgamma_r.rs * File: src/math/lgamma_r.rs
* *

View file

@ -1,4 +1,4 @@
// SPDX-License-Identifier: Apache-2.0 // SPDX-License-Identifier: MIT
/* /*
* File: src/math/lgammaf.rs * File: src/math/lgammaf.rs
* *

View file

@ -1,4 +1,4 @@
// SPDX-License-Identifier: Apache-2.0 // SPDX-License-Identifier: MIT
/* /*
* File: src/math/lgammaf_r.rs * File: src/math/lgammaf_r.rs
* *

View file

@ -1,4 +1,4 @@
// SPDX-License-Identifier: Apache-2.0 // SPDX-License-Identifier: MIT
/* /*
* File: src/math/log.rs * File: src/math/log.rs
* *

View file

@ -1,4 +1,4 @@
// SPDX-License-Identifier: Apache-2.0 // SPDX-License-Identifier: MIT
/* /*
* File: src/math/log10.rs * File: src/math/log10.rs
* *

View file

@ -1,4 +1,4 @@
// SPDX-License-Identifier: Apache-2.0 // SPDX-License-Identifier: MIT
/* /*
* File: src/math/log10f.rs * File: src/math/log10f.rs
* *

View file

@ -1,4 +1,4 @@
// SPDX-License-Identifier: Apache-2.0 // SPDX-License-Identifier: MIT
/* /*
* File: src/math/log1p.rs * File: src/math/log1p.rs
* *

View file

@ -1,4 +1,4 @@
// SPDX-License-Identifier: Apache-2.0 // SPDX-License-Identifier: MIT
/* /*
* File: src/math/log1pf.rs * File: src/math/log1pf.rs
* *

View file

@ -1,4 +1,4 @@
// SPDX-License-Identifier: Apache-2.0 // SPDX-License-Identifier: MIT
/* /*
* File: src/math/log2.rs * File: src/math/log2.rs
* *

View file

@ -1,4 +1,4 @@
// SPDX-License-Identifier: Apache-2.0 // SPDX-License-Identifier: MIT
/* /*
* File: src/math/log2f.rs * File: src/math/log2f.rs
* *

View file

@ -1,4 +1,4 @@
// SPDX-License-Identifier: Apache-2.0 // SPDX-License-Identifier: MIT
/* /*
* File: src/math/logf.rs * File: src/math/logf.rs
* *

View file

@ -1,4 +1,4 @@
// SPDX-License-Identifier: Apache-2.0 // SPDX-License-Identifier: MIT
/* /*
* File: src/math/modf.rs * File: src/math/modf.rs
* *

View file

@ -1,4 +1,4 @@
// SPDX-License-Identifier: Apache-2.0 // SPDX-License-Identifier: MIT
/* /*
* File: src/math/modff.rs * File: src/math/modff.rs
* *

View file

@ -1,4 +1,4 @@
// SPDX-License-Identifier: Apache-2.0 // SPDX-License-Identifier: MIT
/* /*
* File: src/math/nextafter.rs * File: src/math/nextafter.rs
* *

View file

@ -1,4 +1,4 @@
// SPDX-License-Identifier: Apache-2.0 // SPDX-License-Identifier: MIT
/* /*
* File: src/math/nextafterf.rs * File: src/math/nextafterf.rs
* *

View file

@ -1,4 +1,4 @@
// SPDX-License-Identifier: Apache-2.0 // SPDX-License-Identifier: MIT
/* /*
* File: src/math/pow.rs * File: src/math/pow.rs
* *

View file

@ -1,4 +1,4 @@
// SPDX-License-Identifier: Apache-2.0 // SPDX-License-Identifier: MIT
/* /*
* File: src/math/powf.rs * File: src/math/powf.rs
* *

View file

@ -1,4 +1,4 @@
// SPDX-License-Identifier: Apache-2.0 // SPDX-License-Identifier: MIT
/* /*
* File: src/math/remainder.rs * File: src/math/remainder.rs
* *

View file

@ -1,4 +1,4 @@
// SPDX-License-Identifier: Apache-2.0 // SPDX-License-Identifier: MIT
/* /*
* File: src/math/remainderf.rs * File: src/math/remainderf.rs
* *

View file

@ -1,4 +1,4 @@
// SPDX-License-Identifier: Apache-2.0 // SPDX-License-Identifier: MIT
/* /*
* File: src/math/remquo.rs * File: src/math/remquo.rs
* *

View file

@ -1,4 +1,4 @@
// SPDX-License-Identifier: Apache-2.0 // SPDX-License-Identifier: MIT
/* /*
* File: src/math/remquof.rs * File: src/math/remquof.rs
* *

View file

@ -1,4 +1,4 @@
// SPDX-License-Identifier: Apache-2.0 // SPDX-License-Identifier: MIT
/* /*
* File: src/math/round.rs * File: src/math/round.rs
* *

View file

@ -1,4 +1,4 @@
// SPDX-License-Identifier: Apache-2.0 // SPDX-License-Identifier: MIT
/* /*
* File: src/math/roundf.rs * File: src/math/roundf.rs
* *

View file

@ -1,4 +1,4 @@
// SPDX-License-Identifier: Apache-2.0 // SPDX-License-Identifier: MIT
/* /*
* File: src/math/scalbn.rs * File: src/math/scalbn.rs
* *

View file

@ -1,4 +1,4 @@
// SPDX-License-Identifier: Apache-2.0 // SPDX-License-Identifier: MIT
/* /*
* File: src/math/scalbnf.rs * File: src/math/scalbnf.rs
* *

View file

@ -1,4 +1,4 @@
// SPDX-License-Identifier: Apache-2.0 // SPDX-License-Identifier: MIT
/* /*
* File: src/math/sin.rs * File: src/math/sin.rs
* *

View file

@ -1,4 +1,4 @@
// SPDX-License-Identifier: Apache-2.0 // SPDX-License-Identifier: MIT
/* /*
* File: src/math/sincos.rs * File: src/math/sincos.rs
* *

View file

@ -1,4 +1,4 @@
// SPDX-License-Identifier: Apache-2.0 // SPDX-License-Identifier: MIT
/* /*
* File: src/math/sincosf.rs * File: src/math/sincosf.rs
* *

View file

@ -1,4 +1,4 @@
// SPDX-License-Identifier: Apache-2.0 // SPDX-License-Identifier: MIT
/* /*
* File: src/math/sinf.rs * File: src/math/sinf.rs
* *

View file

@ -1,4 +1,4 @@
// SPDX-License-Identifier: Apache-2.0 // SPDX-License-Identifier: MIT
/* /*
* File: src/math/sinh.rs * File: src/math/sinh.rs
* *

View file

@ -1,4 +1,4 @@
// SPDX-License-Identifier: Apache-2.0 // SPDX-License-Identifier: MIT
/* /*
* File: src/math/sinhf.rs * File: src/math/sinhf.rs
* *

View file

@ -1,4 +1,4 @@
// SPDX-License-Identifier: Apache-2.0 // SPDX-License-Identifier: MIT
/* /*
* File: src/math/sqrt.rs * File: src/math/sqrt.rs
* *

View file

@ -1,4 +1,4 @@
// SPDX-License-Identifier: Apache-2.0 // SPDX-License-Identifier: MIT
/* /*
* File: src/math/sqrtf.rs * File: src/math/sqrtf.rs
* *

View file

@ -1,4 +1,4 @@
// SPDX-License-Identifier: Apache-2.0 // SPDX-License-Identifier: MIT
/* /*
* File: src/math/tan.rs * File: src/math/tan.rs
* *

Some files were not shown because too many files have changed in this diff Show more