Skip to content

Commit 43bdc18

Browse files
committed
Add the Apache license to Cargo.toml files
The MIT/Apache dual-license was specified in the README since the very beginning. For some reason, this wasn't reflected in the Cargo.toml. This commit removes this discrepancy.
1 parent d993194 commit 43bdc18

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"
6+
license = "MIT/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"
6+
license = "MIT/Apache-2.0"
77
repository = "https://github.com/NieDzejkob/enumflags2"
88
keywords = ["enum", "bitflag", "flag", "bitflags"]
99

0 commit comments

Comments
 (0)