diff --git a/deny.toml b/deny.toml index 59376eeb..18354eda 100644 --- a/deny.toml +++ b/deny.toml @@ -45,11 +45,9 @@ default = "deny" exceptions = [ { allow = ["AGPL-3.0"], name = "ethereum-serai" }, + { allow = ["AGPL-3.0"], name = "serai-processor" }, - { allow = ["AGPL-3.0"], name = "serai-primitives" }, - - { allow = ["AGPL-3.0"], name = "validator-sets-primitives" }, { allow = ["AGPL-3.0"], name = "validator-sets-pallet" }, { allow = ["AGPL-3.0"], name = "sp-tendermint" }, diff --git a/substrate/serai/primitives/Cargo.toml b/substrate/serai/primitives/Cargo.toml index 24231788..5d063638 100644 --- a/substrate/serai/primitives/Cargo.toml +++ b/substrate/serai/primitives/Cargo.toml @@ -2,7 +2,7 @@ name = "serai-primitives" version = "0.1.0" description = "Primitives for the Serai blockchain" -license = "AGPL-3.0-only" +license = "MIT" repository = "https://github.com/serai-dex/serai/tree/develop/substrate/serai/primitives" authors = ["Luke Parker "] edition = "2021" diff --git a/substrate/validator-sets/primitives/Cargo.toml b/substrate/validator-sets/primitives/Cargo.toml index 7ddca4ad..7da45dd2 100644 --- a/substrate/validator-sets/primitives/Cargo.toml +++ b/substrate/validator-sets/primitives/Cargo.toml @@ -2,7 +2,7 @@ name = "validator-sets-primitives" version = "0.1.0" description = "Primitives for validator sets" -license = "AGPL-3.0-only" +license = "MIT" repository = "https://github.com/serai-dex/serai/tree/develop/substrate/validator-sets/primitives" authors = ["Luke Parker "] edition = "2021"