Skip to content

Commit 6b70f59

Browse files
authored
Merge pull request #124 from altendky/patch-1
update package license string to be spdx compatible
2 parents ebfcedf + 69705cb commit 6b70f59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
authors = ["The rust-fuzz Project Developers"]
33
description = "A wrapper around LLVM's libFuzzer runtime."
44
edition = "2018"
5-
license = "MIT/Apache-2.0/NCSA"
5+
license = "(MIT OR Apache-2.0) AND NCSA"
66
name = "libfuzzer-sys"
77
readme = "./README.md"
88
repository = "https://github.com/rust-fuzz/libfuzzer"

0 commit comments

Comments
 (0)