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
  • Loading branch information
frisoft committed Jul 20, 2023
1 parent ffeb2bd commit d5c9855
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ authors = [
"Manish Goregaokar <[email protected]>",
"Quinn Okabayashi <[email protected]>"
]
license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"
documentation = "https://docs.rs/diplomat_core/"
edition = "2021"
keywords = ["ffi", "codegen"]
Expand Down
2 changes: 1 addition & 1 deletion macro/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ authors = [
"Quinn Okabayashi <[email protected]>"
]
edition = "2018"
license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"
documentation = "https://docs.rs/diplomat_core/"
keywords = ["ffi", "codegen"]
categories = ["development-tools"]
Expand Down
2 changes: 1 addition & 1 deletion runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ authors = [
"Quinn Okabayashi <[email protected]>"
]
edition = "2018"
license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"
documentation = "https://docs.rs/diplomat_core/"
keywords = ["ffi", "codegen"]
categories = ["development-tools"]
Expand Down
2 changes: 1 addition & 1 deletion tool/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ authors = [
"Quinn Okabayashi <[email protected]>"
]
edition = "2018"
license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"
documentation = "https://docs.rs/diplomat_core/"
keywords = ["ffi", "codegen"]
categories = ["development-tools"]
Expand Down

0 comments on commit d5c9855

Please sign in to comment.