Make serai-primitives and vs-primitives MIT

This commit is contained in:
Luke Parker 2023-01-17 02:26:32 -05:00
parent 7f8bb1aa9f
commit 0346aa6964
No known key found for this signature in database
3 changed files with 3 additions and 5 deletions

View file

@ -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" },

View file

@ -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 <lukeparker5132@gmail.com>"]
edition = "2021"

View file

@ -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 <lukeparker5132@gmail.com>"]
edition = "2021"