diff --git a/fuzz/Cargo.toml b/fuzz/Cargo.toml index 30bc6e224..0f52e5294 100644 --- a/fuzz/Cargo.toml +++ b/fuzz/Cargo.toml @@ -3,6 +3,7 @@ name = "dash-fuzz" edition = "2024" version = { workspace = true} authors = ["Generated by fuzz/generate-files.sh"] +license = "CC0-1.0" publish = false [profile.release] diff --git a/fuzz/generate-files.sh b/fuzz/generate-files.sh index f67b565fd..5e29c82c1 100755 --- a/fuzz/generate-files.sh +++ b/fuzz/generate-files.sh @@ -14,6 +14,7 @@ name = "dash-fuzz" edition = "2024" version = "0.0.1" authors = ["Generated by fuzz/generate-files.sh"] +license = "CC0-1.0" publish = false [package.metadata] diff --git a/rpc-integration-test/Cargo.toml b/rpc-integration-test/Cargo.toml index 6c1cd9bc7..8cb51b36b 100644 --- a/rpc-integration-test/Cargo.toml +++ b/rpc-integration-test/Cargo.toml @@ -1,6 +1,7 @@ [package] name = "integration_test" authors = ["Steven Roose "] +license = "CC0-1.0" edition = "2024" publish = false