From 550ec93733705c1f4f0df8732e09568ca49601ff Mon Sep 17 00:00:00 2001 From: Alexandru Vasile Date: Mon, 20 Jun 2022 18:52:56 +0300 Subject: [PATCH] Update cargo licenses Signed-off-by: Alexandru Vasile --- cli/Cargo.toml | 2 +- codegen/Cargo.toml | 2 +- examples/Cargo.toml | 2 +- macro/Cargo.toml | 2 +- metadata/Cargo.toml | 2 +- subxt/Cargo.toml | 2 +- testing/integration-tests/Cargo.toml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/cli/Cargo.toml b/cli/Cargo.toml index eb7a3a77be..4eb8775d9d 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -4,7 +4,7 @@ version = "0.22.0" authors = ["Parity Technologies "] edition = "2021" -license = "GPL-3.0" +license = "MIT" repository = "https://github.com/paritytech/subxt" documentation = "https://docs.rs/subxt-cli" homepage = "https://www.parity.io/" diff --git a/codegen/Cargo.toml b/codegen/Cargo.toml index 04f9c10552..0c85d28882 100644 --- a/codegen/Cargo.toml +++ b/codegen/Cargo.toml @@ -4,7 +4,7 @@ version = "0.22.0" authors = ["Parity Technologies "] edition = "2021" -license = "GPL-3.0" +license = "MIT" repository = "https://github.com/paritytech/subxt" documentation = "https://docs.rs/subxt-codegen" homepage = "https://www.parity.io/" diff --git a/examples/Cargo.toml b/examples/Cargo.toml index 3152da87c9..4fb559b74f 100644 --- a/examples/Cargo.toml +++ b/examples/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Parity Technologies "] edition = "2021" publish = false -license = "GPL-3.0" +license = "MIT" repository = "https://github.com/paritytech/subxt" documentation = "https://docs.rs/subxt" homepage = "https://www.parity.io/" diff --git a/macro/Cargo.toml b/macro/Cargo.toml index 52e469610b..048cc7db47 100644 --- a/macro/Cargo.toml +++ b/macro/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Parity Technologies "] edition = "2021" autotests = false -license = "GPL-3.0" +license = "MIT" repository = "https://github.com/paritytech/subxt" documentation = "https://docs.rs/subxt" homepage = "https://www.parity.io/" diff --git a/metadata/Cargo.toml b/metadata/Cargo.toml index 34b9e70d65..94cd22c92f 100644 --- a/metadata/Cargo.toml +++ b/metadata/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Parity Technologies "] edition = "2021" autotests = false -license = "GPL-3.0" +license = "MIT" repository = "https://github.com/paritytech/subxt" documentation = "https://docs.rs/subxt" homepage = "https://www.parity.io/" diff --git a/subxt/Cargo.toml b/subxt/Cargo.toml index 1b647e3351..ecf467c800 100644 --- a/subxt/Cargo.toml +++ b/subxt/Cargo.toml @@ -4,7 +4,7 @@ version = "0.22.0" authors = ["Parity Technologies "] edition = "2021" -license = "GPL-3.0" +license = "MIT" readme = "../README.md" repository = "https://github.com/paritytech/subxt" documentation = "https://docs.rs/subxt" diff --git a/testing/integration-tests/Cargo.toml b/testing/integration-tests/Cargo.toml index 904981b5ec..ebd0f4a6b9 100644 --- a/testing/integration-tests/Cargo.toml +++ b/testing/integration-tests/Cargo.toml @@ -4,7 +4,7 @@ version = "0.22.0" authors = ["Parity Technologies "] edition = "2021" -license = "GPL-3.0" +license = "MIT" readme = "../README.md" repository = "https://github.com/paritytech/subxt" documentation = "https://docs.rs/subxt"