Skip to content

Commit

Permalink
cargo: fix SPDX license specifier
Browse files Browse the repository at this point in the history
The Unlicense/MIT syntax was originally, I believe, the only one that
was accepted. And `Unlicense OR MIT` was added later. And now apparently
tools whinge about the former. So fix it.

Closes #16
  • Loading branch information
BurntSushi committed Apr 25, 2024
1 parent c7384c2 commit 8b08720
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ homepage = "https://github.com/BurntSushi/winapi-util"
repository = "https://github.com/BurntSushi/winapi-util"
readme = "README.md"
keywords = ["windows", "windows-sys", "util", "win"]
license = "Unlicense/MIT"
license = "Unlicense OR MIT"
categories = ["os::windows-apis", "external-ffi-bindings"]
edition = "2021"

Expand Down

0 comments on commit 8b08720

Please sign in to comment.