Skip to content

Commit d5c0a89

Browse files
mati865tesuji
andauthored
Use new format of licenses
Co-Authored-By: lzutao <[email protected]>
1 parent d743a89 commit d5c0a89

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

clippy_lints/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ authors = [
1212
description = "A bunch of helpful lints to avoid common pitfalls in Rust"
1313
repository = "https://github.com/rust-lang/rust-clippy"
1414
readme = "README.md"
15-
license = "MIT/Apache-2.0"
15+
license = "MIT OR Apache-2.0"
1616
keywords = ["clippy", "lint", "plugin"]
1717
edition = "2018"
1818

mini-macro/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ authors = [
88
"Martin Carton <[email protected]>",
99
"Oliver Schneider <[email protected]>"
1010
]
11-
license = "MIT/Apache-2.0"
11+
license = "MIT OR Apache-2.0"
1212
description = "A macro to test clippy's procedural macro checks"
1313
repository = "https://github.com/rust-lang/rust-clippy"
1414
edition = "2018"

0 commit comments

Comments
 (0)