You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The license identifiers found in the Cargo.toml look like MIT/Apache-2.0 and MIT/Apache-2.0 AND BSD-2-Clause but / is not valid in SPDX. I'm assuming that MIT OR Apache-2.0 is what is intended. I'd provide a pull request but I'm not sure whether the BSD case needs to be (MIT OR Apache-2.0) AND BSD-2-Clause or MIT OR Apache-2.0 AND BSD-2-Clause
The text was updated successfully, but these errors were encountered:
512: Separate licenses with `OR` instead of `/` r=jeehoonkang a=taiki-e
`/` is deprecated.
Refs: rust-lang/cargo#4898Closes#419
Co-authored-by: Taiki Endo <te316e89@gmail.com>
512: Separate licenses with `OR` instead of `/` r=jeehoonkang a=taiki-e
`/` is deprecated.
Refs: rust-lang/cargo#4898Closes#419
Co-authored-by: Taiki Endo <te316e89@gmail.com>
The license identifiers found in the Cargo.toml look like
MIT/Apache-2.0
andMIT/Apache-2.0 AND BSD-2-Clause
but/
is not valid in SPDX. I'm assuming thatMIT OR Apache-2.0
is what is intended. I'd provide a pull request but I'm not sure whether the BSD case needs to be(MIT OR Apache-2.0) AND BSD-2-Clause
orMIT OR Apache-2.0 AND BSD-2-Clause
The text was updated successfully, but these errors were encountered: