tock / libtock-rs

Rust userland library for Tock
Apache License 2.0
168 stars 109 forks source link

Migrate from deprecated `MIT/Apache-2.0` license specification to SPDX's `MIT OR Apache-2.0`. #463

Closed jrvanwhy closed 1 year ago

jrvanwhy commented 1 year ago

Several crates under apis/ have license = "MIT/Apache-2.0" in their Cargo.toml files. This is a deprecated syntax; the SPDX expression MIT OR Apache-2.0 (order does not matter) should be used instead.

Some background on the deprecation is at https://github.com/rust-lang/cargo/pull/4898