Skip to content

Commit

Permalink
Update license field following SPDX 2.1 license expression standard
Browse files Browse the repository at this point in the history
The new recommendation is to follow the SPDX 2.1 standard. This allows automatic license verification software to work properly.

Reference: https://doc.rust-lang.org/cargo/reference/manifest.html#the-license-and-license-file-fields
  • Loading branch information
frisoft authored Jul 18, 2023
1 parent 0853bb7 commit 2b35156
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/macro/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "wasm-bindgen-macro"
version = "0.2.87"
authors = ["The wasm-bindgen Developers"]
license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"
repository = "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/macro"
homepage = "https://rustwasm.github.io/wasm-bindgen/"
documentation = "https://docs.rs/wasm-bindgen"
Expand Down

0 comments on commit 2b35156

Please sign in to comment.