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 authored and TedDriggs committed Jul 20, 2023
1 parent 3690fed commit b95dade
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion derive_builder/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ description = "Rust macro to automatically implement the builder pattern for arb
repository = "https://github.com/colin-kiegel/rust-derive-builder"
documentation = "https://docs.rs/derive_builder/0.12.0"

license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"
categories = ["development-tools", "rust-patterns"]
keywords = ["derive", "macro", "builder", "setter", "struct"]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion derive_builder/tests/dummy-crate/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "derive_builder_dummy_crate"
version = "0.1.0"
authors = ["Colin Kiegel <kiegel@gmx.de>"]
description = "This dummy crate serves as a playground to **manually** inspect things like generated documentation. It is **not** tested automatically."
license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"
publish = false

[lib]
Expand Down
2 changes: 1 addition & 1 deletion derive_builder_core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ description = "Internal helper library for the derive_builder crate."
repository = "https://github.com/colin-kiegel/rust-derive-builder"
documentation = "https://docs.rs/derive_builder_core"

license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"
readme = "README.md"

[features]
Expand Down
2 changes: 1 addition & 1 deletion derive_builder_macro/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ description = "Rust macro to automatically implement the builder pattern for arb
repository = "https://github.com/colin-kiegel/rust-derive-builder"
documentation = "https://docs.rs/derive_builder_macro/0.12.0"

license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"
categories = ["development-tools", "rust-patterns"]
keywords = ["derive", "macro", "builder", "setter", "struct"]
readme = "README.md"
Expand Down

0 comments on commit b95dade

Please sign in to comment.