Skip to content

Commit 52db1b1

Browse files
committed
Of course --dry-run doesn't verify the SPDX codes, why would it
1 parent 12c2a48 commit 52db1b1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

enumflags/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "enumflags2"
33
version = "0.6.2"
44
authors = ["maik klein <[email protected]>", "Jakub \"NieDżejkob\" Kądziołka <[email protected]>"]
55
description = "Enum-based bit flags"
6-
license = "MIT or Apache-2.0"
6+
license = "MIT OR Apache-2.0"
77
repository = "https://github.com/NieDzejkob/enumflags2"
88
readme = "../README.md"
99
keywords = ["enum", "bitflag", "flag", "bitflags"]

enumflags_derive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "enumflags2_derive"
33
version = "0.6.2"
44
authors = ["maik klein <[email protected]>", "Jakub \"NieDżejkob\" Kądziołka <[email protected]>"]
55
description = "Do not use directly, use the reexport in the `enumflags2` crate. This allows for better compatibility across versions."
6-
license = "MIT or Apache-2.0"
6+
license = "MIT OR Apache-2.0"
77
repository = "https://github.com/NieDzejkob/enumflags2"
88
keywords = ["enum", "bitflag", "flag", "bitflags"]
99

0 commit comments

Comments
 (0)