update spdx-license-identifier

main
HTG-YT 2022-01-03 20:16:22 +08:00
parent b04ed351ef
commit 7a1e0a47df
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
*

View File

@ -1,4 +1,4 @@
// SPDX-License-Identifier: Apache-2.0
// SPDX-License-Identifier: MIT
/*
* 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
*

View File

@ -1,4 +1,4 @@
// SPDX-License-Identifier: Apache-2.0
// SPDX-License-Identifier: MIT
/*
* 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
*

View File

@ -1,4 +1,4 @@
// SPDX-License-Identifier: Apache-2.0
// SPDX-License-Identifier: MIT
/*
* 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
*

View File

@ -1,4 +1,4 @@
// SPDX-License-Identifier: Apache-2.0
// SPDX-License-Identifier: MIT
/*
* 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
*

View File

@ -1,4 +1,4 @@
// SPDX-License-Identifier: Apache-2.0
// SPDX-License-Identifier: MIT
/*
* 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
*

View File

@ -1,4 +1,4 @@
// SPDX-License-Identifier: Apache-2.0
// SPDX-License-Identifier: MIT
/*
* 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
*

View File

@ -1,4 +1,4 @@
// SPDX-License-Identifier: Apache-2.0
// SPDX-License-Identifier: MIT
/*
* 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
*

View File

@ -1,4 +1,4 @@
// SPDX-License-Identifier: Apache-2.0
// SPDX-License-Identifier: MIT
/*
* 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
*

View File

@ -1,4 +1,4 @@
// SPDX-License-Identifier: Apache-2.0
// SPDX-License-Identifier: MIT
/*
* 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
*

View File

@ -1,4 +1,4 @@
// SPDX-License-Identifier: Apache-2.0
// SPDX-License-Identifier: MIT
/*
* 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
*

View File

@ -1,4 +1,4 @@
// SPDX-License-Identifier: Apache-2.0
// SPDX-License-Identifier: MIT
/*
* 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
*

View File

@ -1,4 +1,4 @@
// SPDX-License-Identifier: Apache-2.0
// SPDX-License-Identifier: MIT
/*
* 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
*

View File

@ -1,4 +1,4 @@
// SPDX-License-Identifier: Apache-2.0
// SPDX-License-Identifier: MIT
/*
* 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
*

View File

@ -1,4 +1,4 @@
// SPDX-License-Identifier: Apache-2.0
// SPDX-License-Identifier: MIT
/*
* 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
*

View File

@ -1,4 +1,4 @@
// SPDX-License-Identifier: Apache-2.0
// SPDX-License-Identifier: MIT
/*
* 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
*

View File

@ -1,4 +1,4 @@
// SPDX-License-Identifier: Apache-2.0
// SPDX-License-Identifier: MIT
/*
* 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
*

View File

@ -1,4 +1,4 @@
// SPDX-License-Identifier: Apache-2.0
// SPDX-License-Identifier: MIT
/*
* 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
*

View File

@ -1,4 +1,4 @@
// SPDX-License-Identifier: Apache-2.0
// SPDX-License-Identifier: MIT
/*
* 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
*

View File

@ -1,4 +1,4 @@
// SPDX-License-Identifier: Apache-2.0
// SPDX-License-Identifier: MIT
/*
* 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
*

View File

@ -1,4 +1,4 @@
// SPDX-License-Identifier: Apache-2.0
// SPDX-License-Identifier: MIT
/*
* 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
*

View File

@ -1,4 +1,4 @@
// SPDX-License-Identifier: Apache-2.0
// SPDX-License-Identifier: MIT
/*
* 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
*

View File

@ -1,4 +1,4 @@
// SPDX-License-Identifier: Apache-2.0
// SPDX-License-Identifier: MIT
/*
* 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
*

View File

@ -1,4 +1,4 @@
// SPDX-License-Identifier: Apache-2.0
// SPDX-License-Identifier: MIT
/*
* 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
*

View File

@ -1,4 +1,4 @@
// SPDX-License-Identifier: Apache-2.0
// SPDX-License-Identifier: MIT
/*
* 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
*

View File

@ -1,4 +1,4 @@
// SPDX-License-Identifier: Apache-2.0
// SPDX-License-Identifier: MIT
/*
* 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
*

View File

@ -1,4 +1,4 @@
// SPDX-License-Identifier: Apache-2.0
// SPDX-License-Identifier: MIT
/*
* 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
*

View File

@ -1,4 +1,4 @@
// SPDX-License-Identifier: Apache-2.0
// SPDX-License-Identifier: MIT
/*
* 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
*

View File

@ -1,4 +1,4 @@
// SPDX-License-Identifier: Apache-2.0
// SPDX-License-Identifier: MIT
/*
* 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
*

View File

@ -1,4 +1,4 @@
// SPDX-License-Identifier: Apache-2.0
// SPDX-License-Identifier: MIT
/*
* 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
*

View File

@ -1,4 +1,4 @@
// SPDX-License-Identifier: Apache-2.0
// SPDX-License-Identifier: MIT
/*
* 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
*

View File

@ -1,4 +1,4 @@
// SPDX-License-Identifier: Apache-2.0
// SPDX-License-Identifier: MIT
/*
* 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
*

View File

@ -1,4 +1,4 @@
// SPDX-License-Identifier: Apache-2.0
// SPDX-License-Identifier: MIT
/*
* 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
*

View File

@ -1,4 +1,4 @@
// SPDX-License-Identifier: Apache-2.0
// SPDX-License-Identifier: MIT
/*
* 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
*

View File

@ -1,4 +1,4 @@
// SPDX-License-Identifier: Apache-2.0
// SPDX-License-Identifier: MIT
/*
* 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
*

View File

@ -1,4 +1,4 @@
// SPDX-License-Identifier: Apache-2.0
// SPDX-License-Identifier: MIT
/*
* 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
*

View File

@ -1,4 +1,4 @@
// SPDX-License-Identifier: Apache-2.0
// SPDX-License-Identifier: MIT
/*
* 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
*

View File

@ -1,4 +1,4 @@
// SPDX-License-Identifier: Apache-2.0
// SPDX-License-Identifier: MIT
/*
* 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
*

View File

@ -1,4 +1,4 @@
// SPDX-License-Identifier: Apache-2.0
// SPDX-License-Identifier: MIT
/*
* 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
*

View File

@ -1,4 +1,4 @@
// SPDX-License-Identifier: Apache-2.0
// SPDX-License-Identifier: MIT
/*
* 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
*

View File

@ -1,4 +1,4 @@
// SPDX-License-Identifier: Apache-2.0
// SPDX-License-Identifier: MIT
/*
* 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
*

View File

@ -1,4 +1,4 @@
// SPDX-License-Identifier: Apache-2.0
// SPDX-License-Identifier: MIT
/*
* 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
*

View File

@ -1,4 +1,4 @@
// SPDX-License-Identifier: Apache-2.0
// SPDX-License-Identifier: MIT
/*
* 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
*

View File

@ -1,4 +1,4 @@
// SPDX-License-Identifier: Apache-2.0
// SPDX-License-Identifier: MIT
/*
* 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
*

View File

@ -1,4 +1,4 @@
// SPDX-License-Identifier: Apache-2.0
// SPDX-License-Identifier: MIT
/*
* 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
*

View File

@ -1,4 +1,4 @@
// SPDX-License-Identifier: Apache-2.0
// SPDX-License-Identifier: MIT
/*
* 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
*

View File

@ -1,4 +1,4 @@
// SPDX-License-Identifier: Apache-2.0
// SPDX-License-Identifier: MIT
/*
* 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
*

View File

@ -1,4 +1,4 @@
// SPDX-License-Identifier: Apache-2.0
// SPDX-License-Identifier: MIT
/*
* 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
*

View File

@ -1,4 +1,4 @@
// SPDX-License-Identifier: Apache-2.0
// SPDX-License-Identifier: MIT
/*
* 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
*

View File

@ -1,4 +1,4 @@
// SPDX-License-Identifier: Apache-2.0
// SPDX-License-Identifier: MIT
/*
* 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
*

View File

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

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