Skip to content

Commit fa7943a

Browse files
committed
Use proper SPDX to specify the license
A documentation excerpt being cited on GitHub ranked higher in my search than the documentation itself. The quote was an outdated version, temporarily preventing me from learning that the `/` license separator is deprecated.
1 parent 43bdc18 commit fa7943a

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.1"
44
authors = ["maik klein <[email protected]>", "Jakub \"NieDżejkob\" Kądziołka <[email protected]>"]
55
description = "Enum-based bit flags"
6-
license = "MIT/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.1"
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/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)