From 69705cb3d515fa1f0c3a26018b7dff4667fca072 Mon Sep 17 00:00:00 2001 From: Kyle Altendorf Date: Wed, 13 Nov 2024 13:57:46 -0500 Subject: [PATCH] update package license string to be spdx compatible --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 24babe7..aa33eb9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ authors = ["The rust-fuzz Project Developers"] description = "A wrapper around LLVM's libFuzzer runtime." edition = "2018" -license = "MIT/Apache-2.0/NCSA" +license = "(MIT OR Apache-2.0) AND NCSA" name = "libfuzzer-sys" readme = "./README.md" repository = "https://github.com/rust-fuzz/libfuzzer"