From e7b45b6ddd4d81b3ded7eb8d94c5eca66c31ba15 Mon Sep 17 00:00:00 2001 From: Serban Iorga Date: Mon, 1 Apr 2024 23:38:35 +0300 Subject: [PATCH] Revert licenses --- bin/runtime-common/Cargo.toml | 2 +- chains/chain-asset-hub-rococo/Cargo.toml | 2 +- chains/chain-asset-hub-westend/Cargo.toml | 2 +- chains/chain-bridge-hub-cumulus/Cargo.toml | 2 +- chains/chain-bridge-hub-kusama/Cargo.toml | 2 +- chains/chain-bridge-hub-polkadot/Cargo.toml | 2 +- chains/chain-bridge-hub-rococo/Cargo.toml | 2 +- chains/chain-bridge-hub-westend/Cargo.toml | 2 +- chains/chain-kusama/Cargo.toml | 2 +- chains/chain-polkadot-bulletin/Cargo.toml | 2 +- chains/chain-polkadot/Cargo.toml | 2 +- chains/chain-rococo/Cargo.toml | 2 +- chains/chain-westend/Cargo.toml | 2 +- modules/beefy/Cargo.toml | 2 +- modules/grandpa/Cargo.toml | 2 +- modules/messages/Cargo.toml | 2 +- modules/parachains/Cargo.toml | 2 +- modules/relayers/Cargo.toml | 2 +- modules/xcm-bridge-hub-router/Cargo.toml | 2 +- modules/xcm-bridge-hub/Cargo.toml | 2 +- primitives/beefy/Cargo.toml | 2 +- primitives/header-chain/Cargo.toml | 2 +- primitives/messages/Cargo.toml | 2 +- primitives/parachains/Cargo.toml | 2 +- primitives/polkadot-core/Cargo.toml | 2 +- primitives/relayers/Cargo.toml | 2 +- primitives/runtime/Cargo.toml | 2 +- primitives/test-utils/Cargo.toml | 2 +- primitives/xcm-bridge-hub-router/Cargo.toml | 2 +- primitives/xcm-bridge-hub/Cargo.toml | 2 +- relay-clients/client-bridge-hub-kusama/Cargo.toml | 2 +- relay-clients/client-bridge-hub-polkadot/Cargo.toml | 2 +- relay-clients/client-bridge-hub-rococo/Cargo.toml | 2 +- relay-clients/client-bridge-hub-westend/Cargo.toml | 2 +- relay-clients/client-kusama/Cargo.toml | 2 +- relay-clients/client-polkadot-bulletin/Cargo.toml | 2 +- relay-clients/client-polkadot/Cargo.toml | 2 +- relay-clients/client-rococo/Cargo.toml | 2 +- relay-clients/client-westend/Cargo.toml | 2 +- relays/client-substrate/Cargo.toml | 2 +- relays/equivocation/Cargo.toml | 2 +- relays/finality/Cargo.toml | 2 +- relays/lib-substrate-relay/Cargo.toml | 2 +- relays/messages/Cargo.toml | 2 +- relays/parachains/Cargo.toml | 2 +- relays/utils/Cargo.toml | 2 +- substrate-relay/Cargo.toml | 2 +- tools/runtime-codegen/Cargo.toml | 2 +- 48 files changed, 48 insertions(+), 48 deletions(-) diff --git a/bin/runtime-common/Cargo.toml b/bin/runtime-common/Cargo.toml index 9fdceede51..6304c83b90 100644 --- a/bin/runtime-common/Cargo.toml +++ b/bin/runtime-common/Cargo.toml @@ -5,7 +5,7 @@ description = "Common types and functions that may be used by substrate-based ru authors.workspace = true edition.workspace = true repository.workspace = true -license.workspace = true +license = "GPL-3.0-or-later WITH Classpath-exception-2.0" [lints] workspace = true diff --git a/chains/chain-asset-hub-rococo/Cargo.toml b/chains/chain-asset-hub-rococo/Cargo.toml index bdaf8da476..660f0f4dbf 100644 --- a/chains/chain-asset-hub-rococo/Cargo.toml +++ b/chains/chain-asset-hub-rococo/Cargo.toml @@ -4,7 +4,7 @@ description = "Primitives of AssetHubRococo parachain runtime." version = "0.4.0" authors.workspace = true edition.workspace = true -license.workspace = true +license = "GPL-3.0-or-later WITH Classpath-exception-2.0" repository.workspace = true [lints] diff --git a/chains/chain-asset-hub-westend/Cargo.toml b/chains/chain-asset-hub-westend/Cargo.toml index a40cb0af15..4022258acd 100644 --- a/chains/chain-asset-hub-westend/Cargo.toml +++ b/chains/chain-asset-hub-westend/Cargo.toml @@ -4,7 +4,7 @@ description = "Primitives of AssetHubWestend parachain runtime." version = "0.3.0" authors.workspace = true edition.workspace = true -license.workspace = true +license = "GPL-3.0-or-later WITH Classpath-exception-2.0" repository.workspace = true [lints] diff --git a/chains/chain-bridge-hub-cumulus/Cargo.toml b/chains/chain-bridge-hub-cumulus/Cargo.toml index 41b865e4f4..b87b5fefd9 100644 --- a/chains/chain-bridge-hub-cumulus/Cargo.toml +++ b/chains/chain-bridge-hub-cumulus/Cargo.toml @@ -4,7 +4,7 @@ description = "Primitives for BridgeHub parachain runtimes." version = "0.7.0" authors.workspace = true edition.workspace = true -license.workspace = true +license = "GPL-3.0-or-later WITH Classpath-exception-2.0" repository.workspace = true [lints] diff --git a/chains/chain-bridge-hub-kusama/Cargo.toml b/chains/chain-bridge-hub-kusama/Cargo.toml index b2eee4f13b..71ee785d4b 100644 --- a/chains/chain-bridge-hub-kusama/Cargo.toml +++ b/chains/chain-bridge-hub-kusama/Cargo.toml @@ -4,7 +4,7 @@ description = "Primitives of BridgeHubKusama parachain runtime." version = "0.6.0" authors.workspace = true edition.workspace = true -license.workspace = true +license = "GPL-3.0-or-later WITH Classpath-exception-2.0" repository.workspace = true [lints] diff --git a/chains/chain-bridge-hub-polkadot/Cargo.toml b/chains/chain-bridge-hub-polkadot/Cargo.toml index b0e34c9d64..dd4729673c 100644 --- a/chains/chain-bridge-hub-polkadot/Cargo.toml +++ b/chains/chain-bridge-hub-polkadot/Cargo.toml @@ -4,7 +4,7 @@ description = "Primitives of BridgeHubPolkadot parachain runtime." version = "0.6.0" authors.workspace = true edition.workspace = true -license.workspace = true +license = "GPL-3.0-or-later WITH Classpath-exception-2.0" repository.workspace = true [lints] diff --git a/chains/chain-bridge-hub-rococo/Cargo.toml b/chains/chain-bridge-hub-rococo/Cargo.toml index 9be5bf827f..a8e0003ee6 100644 --- a/chains/chain-bridge-hub-rococo/Cargo.toml +++ b/chains/chain-bridge-hub-rococo/Cargo.toml @@ -4,7 +4,7 @@ description = "Primitives of BridgeHubRococo parachain runtime." version = "0.7.0" authors.workspace = true edition.workspace = true -license.workspace = true +license = "GPL-3.0-or-later WITH Classpath-exception-2.0" repository.workspace = true [lints] diff --git a/chains/chain-bridge-hub-westend/Cargo.toml b/chains/chain-bridge-hub-westend/Cargo.toml index 0ddc4f26e0..09bf743c66 100644 --- a/chains/chain-bridge-hub-westend/Cargo.toml +++ b/chains/chain-bridge-hub-westend/Cargo.toml @@ -4,7 +4,7 @@ description = "Primitives of BridgeHubWestend parachain runtime." version = "0.3.0" authors.workspace = true edition.workspace = true -license.workspace = true +license = "GPL-3.0-or-later WITH Classpath-exception-2.0" repository.workspace = true [lints] diff --git a/chains/chain-kusama/Cargo.toml b/chains/chain-kusama/Cargo.toml index 7ff66566cc..2a59937daa 100644 --- a/chains/chain-kusama/Cargo.toml +++ b/chains/chain-kusama/Cargo.toml @@ -4,7 +4,7 @@ description = "Primitives of Kusama runtime." version = "0.5.0" authors.workspace = true edition.workspace = true -license.workspace = true +license = "GPL-3.0-or-later WITH Classpath-exception-2.0" repository.workspace = true [lints] diff --git a/chains/chain-polkadot-bulletin/Cargo.toml b/chains/chain-polkadot-bulletin/Cargo.toml index af34bc4f59..c20a94cfda 100644 --- a/chains/chain-polkadot-bulletin/Cargo.toml +++ b/chains/chain-polkadot-bulletin/Cargo.toml @@ -4,7 +4,7 @@ description = "Primitives of Polkadot Bulletin chain runtime." version = "0.4.0" authors.workspace = true edition.workspace = true -license.workspace = true +license = "GPL-3.0-or-later WITH Classpath-exception-2.0" repository.workspace = true [lints] diff --git a/chains/chain-polkadot/Cargo.toml b/chains/chain-polkadot/Cargo.toml index 7500d9358e..f942e4fe8d 100644 --- a/chains/chain-polkadot/Cargo.toml +++ b/chains/chain-polkadot/Cargo.toml @@ -4,7 +4,7 @@ description = "Primitives of Polkadot runtime." version = "0.5.0" authors.workspace = true edition.workspace = true -license.workspace = true +license = "GPL-3.0-or-later WITH Classpath-exception-2.0" repository.workspace = true [lints] diff --git a/chains/chain-rococo/Cargo.toml b/chains/chain-rococo/Cargo.toml index ced28e34ac..a86e875517 100644 --- a/chains/chain-rococo/Cargo.toml +++ b/chains/chain-rococo/Cargo.toml @@ -4,7 +4,7 @@ description = "Primitives of Rococo runtime." version = "0.6.0" authors.workspace = true edition.workspace = true -license.workspace = true +license = "GPL-3.0-or-later WITH Classpath-exception-2.0" repository.workspace = true [lints] diff --git a/chains/chain-westend/Cargo.toml b/chains/chain-westend/Cargo.toml index 3bfeb1ffd8..6f5c48139c 100644 --- a/chains/chain-westend/Cargo.toml +++ b/chains/chain-westend/Cargo.toml @@ -4,7 +4,7 @@ description = "Primitives of Westend runtime." version = "0.3.0" authors.workspace = true edition.workspace = true -license.workspace = true +license = "GPL-3.0-or-later WITH Classpath-exception-2.0" repository.workspace = true [lints] diff --git a/modules/beefy/Cargo.toml b/modules/beefy/Cargo.toml index 31de980481..d0e5204dcb 100644 --- a/modules/beefy/Cargo.toml +++ b/modules/beefy/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" description = "Module implementing BEEFY on-chain light client used for bridging consensus of substrate-based chains." authors.workspace = true edition.workspace = true -license.workspace = true +license = "GPL-3.0-or-later WITH Classpath-exception-2.0" repository.workspace = true publish = false diff --git a/modules/grandpa/Cargo.toml b/modules/grandpa/Cargo.toml index 1e05be80bf..b3deefc879 100644 --- a/modules/grandpa/Cargo.toml +++ b/modules/grandpa/Cargo.toml @@ -4,7 +4,7 @@ version = "0.7.0" description = "Module implementing GRANDPA on-chain light client used for bridging consensus of substrate-based chains." authors.workspace = true edition.workspace = true -license.workspace = true +license = "GPL-3.0-or-later WITH Classpath-exception-2.0" repository.workspace = true [lints] diff --git a/modules/messages/Cargo.toml b/modules/messages/Cargo.toml index 50b7f408b6..24ad437be0 100644 --- a/modules/messages/Cargo.toml +++ b/modules/messages/Cargo.toml @@ -4,7 +4,7 @@ description = "Module that allows bridged chains to exchange messages using lane version = "0.7.0" authors.workspace = true edition.workspace = true -license.workspace = true +license = "GPL-3.0-or-later WITH Classpath-exception-2.0" repository.workspace = true [lints] diff --git a/modules/parachains/Cargo.toml b/modules/parachains/Cargo.toml index b062ebb52d..6352b21b8f 100644 --- a/modules/parachains/Cargo.toml +++ b/modules/parachains/Cargo.toml @@ -4,7 +4,7 @@ version = "0.7.0" description = "Module that allows bridged relay chains to exchange information on their parachains' heads." authors.workspace = true edition.workspace = true -license.workspace = true +license = "GPL-3.0-or-later WITH Classpath-exception-2.0" repository.workspace = true [lints] diff --git a/modules/relayers/Cargo.toml b/modules/relayers/Cargo.toml index c25973c0d1..ae57e36f7f 100644 --- a/modules/relayers/Cargo.toml +++ b/modules/relayers/Cargo.toml @@ -4,7 +4,7 @@ description = "Module used to store relayer rewards and coordinate relayers set. version = "0.7.0" authors.workspace = true edition.workspace = true -license.workspace = true +license = "GPL-3.0-or-later WITH Classpath-exception-2.0" repository.workspace = true [lints] diff --git a/modules/xcm-bridge-hub-router/Cargo.toml b/modules/xcm-bridge-hub-router/Cargo.toml index 7aea16dbe8..af130c5e7b 100644 --- a/modules/xcm-bridge-hub-router/Cargo.toml +++ b/modules/xcm-bridge-hub-router/Cargo.toml @@ -4,7 +4,7 @@ description = "Bridge hub interface for sibling/parent chains with dynamic fees version = "0.5.0" authors.workspace = true edition.workspace = true -license.workspace = true +license = "GPL-3.0-or-later WITH Classpath-exception-2.0" repository.workspace = true [lints] diff --git a/modules/xcm-bridge-hub/Cargo.toml b/modules/xcm-bridge-hub/Cargo.toml index eeedbd9108..d7e5625309 100644 --- a/modules/xcm-bridge-hub/Cargo.toml +++ b/modules/xcm-bridge-hub/Cargo.toml @@ -4,7 +4,7 @@ description = "Module that adds dynamic bridges/lanes support to XCM infrastruct version = "0.2.0" authors.workspace = true edition.workspace = true -license.workspace = true +license = "GPL-3.0-or-later WITH Classpath-exception-2.0" repository.workspace = true [lints] diff --git a/primitives/beefy/Cargo.toml b/primitives/beefy/Cargo.toml index d499aa555d..f1992e59b7 100644 --- a/primitives/beefy/Cargo.toml +++ b/primitives/beefy/Cargo.toml @@ -4,7 +4,7 @@ description = "Primitives of pallet-bridge-beefy module." version = "0.1.0" authors.workspace = true edition.workspace = true -license.workspace = true +license = "GPL-3.0-or-later WITH Classpath-exception-2.0" repository.workspace = true publish = false diff --git a/primitives/header-chain/Cargo.toml b/primitives/header-chain/Cargo.toml index 65250dff25..f38d754544 100644 --- a/primitives/header-chain/Cargo.toml +++ b/primitives/header-chain/Cargo.toml @@ -4,7 +4,7 @@ description = "A common interface for describing what a bridge pallet should be version = "0.7.0" authors.workspace = true edition.workspace = true -license.workspace = true +license = "GPL-3.0-or-later WITH Classpath-exception-2.0" repository.workspace = true [lints] diff --git a/primitives/messages/Cargo.toml b/primitives/messages/Cargo.toml index 8737552da9..8bacff709e 100644 --- a/primitives/messages/Cargo.toml +++ b/primitives/messages/Cargo.toml @@ -4,7 +4,7 @@ description = "Primitives of messages module." version = "0.7.0" authors.workspace = true edition.workspace = true -license.workspace = true +license = "GPL-3.0-or-later WITH Classpath-exception-2.0" repository.workspace = true [lints] diff --git a/primitives/parachains/Cargo.toml b/primitives/parachains/Cargo.toml index d85e8d81ff..1606dbfcd6 100644 --- a/primitives/parachains/Cargo.toml +++ b/primitives/parachains/Cargo.toml @@ -4,7 +4,7 @@ description = "Primitives of parachains module." version = "0.7.0" authors.workspace = true edition.workspace = true -license.workspace = true +license = "GPL-3.0-or-later WITH Classpath-exception-2.0" repository.workspace = true [lints] diff --git a/primitives/polkadot-core/Cargo.toml b/primitives/polkadot-core/Cargo.toml index 127cebe12c..b85586405f 100644 --- a/primitives/polkadot-core/Cargo.toml +++ b/primitives/polkadot-core/Cargo.toml @@ -4,7 +4,7 @@ description = "Primitives of Polkadot-like runtime." version = "0.7.0" authors.workspace = true edition.workspace = true -license.workspace = true +license = "GPL-3.0-or-later WITH Classpath-exception-2.0" repository.workspace = true [lints] diff --git a/primitives/relayers/Cargo.toml b/primitives/relayers/Cargo.toml index 269f8e874d..46bc034ef1 100644 --- a/primitives/relayers/Cargo.toml +++ b/primitives/relayers/Cargo.toml @@ -4,7 +4,7 @@ description = "Primitives of relayers module." version = "0.7.0" authors.workspace = true edition.workspace = true -license.workspace = true +license = "GPL-3.0-or-later WITH Classpath-exception-2.0" repository.workspace = true [lints] diff --git a/primitives/runtime/Cargo.toml b/primitives/runtime/Cargo.toml index a5a7fd7bfc..258b576828 100644 --- a/primitives/runtime/Cargo.toml +++ b/primitives/runtime/Cargo.toml @@ -4,7 +4,7 @@ description = "Primitives that may be used at (bridges) runtime level." version = "0.7.0" authors.workspace = true edition.workspace = true -license.workspace = true +license = "GPL-3.0-or-later WITH Classpath-exception-2.0" repository.workspace = true [lints] diff --git a/primitives/test-utils/Cargo.toml b/primitives/test-utils/Cargo.toml index 9a4b4eecdd..b46868a0a5 100644 --- a/primitives/test-utils/Cargo.toml +++ b/primitives/test-utils/Cargo.toml @@ -4,7 +4,7 @@ version = "0.7.0" description = "Utilities for testing substrate-based runtime bridge code" authors.workspace = true edition.workspace = true -license.workspace = true +license = "GPL-3.0-or-later WITH Classpath-exception-2.0" repository.workspace = true [lints] diff --git a/primitives/xcm-bridge-hub-router/Cargo.toml b/primitives/xcm-bridge-hub-router/Cargo.toml index 1374a793b2..c3fe409b68 100644 --- a/primitives/xcm-bridge-hub-router/Cargo.toml +++ b/primitives/xcm-bridge-hub-router/Cargo.toml @@ -4,7 +4,7 @@ description = "Primitives of the xcm-bridge-hub fee pallet." version = "0.6.0" authors.workspace = true edition.workspace = true -license.workspace = true +license = "GPL-3.0-or-later WITH Classpath-exception-2.0" repository.workspace = true [lints] diff --git a/primitives/xcm-bridge-hub/Cargo.toml b/primitives/xcm-bridge-hub/Cargo.toml index 5dc1cad800..9043071002 100644 --- a/primitives/xcm-bridge-hub/Cargo.toml +++ b/primitives/xcm-bridge-hub/Cargo.toml @@ -4,7 +4,7 @@ description = "Primitives of the xcm-bridge-hub pallet." version = "0.2.0" authors.workspace = true edition.workspace = true -license.workspace = true +license = "GPL-3.0-or-later WITH Classpath-exception-2.0" repository.workspace = true [lints] diff --git a/relay-clients/client-bridge-hub-kusama/Cargo.toml b/relay-clients/client-bridge-hub-kusama/Cargo.toml index f5b7538def..b1bffa0f6e 100644 --- a/relay-clients/client-bridge-hub-kusama/Cargo.toml +++ b/relay-clients/client-bridge-hub-kusama/Cargo.toml @@ -3,7 +3,7 @@ name = "relay-bridge-hub-kusama-client" version = "0.1.0" authors.workspace = true edition.workspace = true -license.workspace = true +license = "GPL-3.0-or-later WITH Classpath-exception-2.0" repository.workspace = true [lints] diff --git a/relay-clients/client-bridge-hub-polkadot/Cargo.toml b/relay-clients/client-bridge-hub-polkadot/Cargo.toml index 80a96b818d..c7de55c89d 100644 --- a/relay-clients/client-bridge-hub-polkadot/Cargo.toml +++ b/relay-clients/client-bridge-hub-polkadot/Cargo.toml @@ -3,7 +3,7 @@ name = "relay-bridge-hub-polkadot-client" version = "0.1.0" authors.workspace = true edition.workspace = true -license.workspace = true +license = "GPL-3.0-or-later WITH Classpath-exception-2.0" repository.workspace = true [lints] diff --git a/relay-clients/client-bridge-hub-rococo/Cargo.toml b/relay-clients/client-bridge-hub-rococo/Cargo.toml index 7bc02b5254..b354773a00 100644 --- a/relay-clients/client-bridge-hub-rococo/Cargo.toml +++ b/relay-clients/client-bridge-hub-rococo/Cargo.toml @@ -3,7 +3,7 @@ name = "relay-bridge-hub-rococo-client" version = "0.1.0" authors.workspace = true edition.workspace = true -license.workspace = true +license = "GPL-3.0-or-later WITH Classpath-exception-2.0" repository.workspace = true [lints] diff --git a/relay-clients/client-bridge-hub-westend/Cargo.toml b/relay-clients/client-bridge-hub-westend/Cargo.toml index ada1f10718..b7fc3bcb15 100644 --- a/relay-clients/client-bridge-hub-westend/Cargo.toml +++ b/relay-clients/client-bridge-hub-westend/Cargo.toml @@ -3,7 +3,7 @@ name = "relay-bridge-hub-westend-client" version = "0.1.0" authors.workspace = true edition.workspace = true -license.workspace = true +license = "GPL-3.0-or-later WITH Classpath-exception-2.0" repository.workspace = true [lints] diff --git a/relay-clients/client-kusama/Cargo.toml b/relay-clients/client-kusama/Cargo.toml index 0f479a431a..ea3e9f3058 100644 --- a/relay-clients/client-kusama/Cargo.toml +++ b/relay-clients/client-kusama/Cargo.toml @@ -3,7 +3,7 @@ name = "relay-kusama-client" version = "0.1.0" authors.workspace = true edition.workspace = true -license.workspace = true +license = "GPL-3.0-or-later WITH Classpath-exception-2.0" repository.workspace = true [lints] diff --git a/relay-clients/client-polkadot-bulletin/Cargo.toml b/relay-clients/client-polkadot-bulletin/Cargo.toml index fd11fe80ce..6a1b61525a 100644 --- a/relay-clients/client-polkadot-bulletin/Cargo.toml +++ b/relay-clients/client-polkadot-bulletin/Cargo.toml @@ -3,7 +3,7 @@ name = "relay-polkadot-bulletin-client" version = "0.1.0" authors.workspace = true edition.workspace = true -license.workspace = true +license = "GPL-3.0-or-later WITH Classpath-exception-2.0" repository.workspace = true [lints] diff --git a/relay-clients/client-polkadot/Cargo.toml b/relay-clients/client-polkadot/Cargo.toml index 09663ada77..969fc37a8f 100644 --- a/relay-clients/client-polkadot/Cargo.toml +++ b/relay-clients/client-polkadot/Cargo.toml @@ -3,7 +3,7 @@ name = "relay-polkadot-client" version = "0.1.0" authors.workspace = true edition.workspace = true -license.workspace = true +license = "GPL-3.0-or-later WITH Classpath-exception-2.0" repository.workspace = true [lints] diff --git a/relay-clients/client-rococo/Cargo.toml b/relay-clients/client-rococo/Cargo.toml index 3acf3911dd..445707f5ad 100644 --- a/relay-clients/client-rococo/Cargo.toml +++ b/relay-clients/client-rococo/Cargo.toml @@ -3,7 +3,7 @@ name = "relay-rococo-client" version = "0.1.0" authors.workspace = true edition.workspace = true -license.workspace = true +license = "GPL-3.0-or-later WITH Classpath-exception-2.0" repository.workspace = true [lints] diff --git a/relay-clients/client-westend/Cargo.toml b/relay-clients/client-westend/Cargo.toml index 54b31fef4c..b69ddd990e 100644 --- a/relay-clients/client-westend/Cargo.toml +++ b/relay-clients/client-westend/Cargo.toml @@ -3,7 +3,7 @@ name = "relay-westend-client" version = "0.1.0" authors.workspace = true edition.workspace = true -license.workspace = true +license = "GPL-3.0-or-later WITH Classpath-exception-2.0" repository.workspace = true [lints] diff --git a/relays/client-substrate/Cargo.toml b/relays/client-substrate/Cargo.toml index 5a30af53b1..85ebce1f9b 100644 --- a/relays/client-substrate/Cargo.toml +++ b/relays/client-substrate/Cargo.toml @@ -3,7 +3,7 @@ name = "relay-substrate-client" version = "0.1.0" authors.workspace = true edition.workspace = true -license.workspace = true +license = "GPL-3.0-or-later WITH Classpath-exception-2.0" repository.workspace = true publish = false diff --git a/relays/equivocation/Cargo.toml b/relays/equivocation/Cargo.toml index 0480108efc..e7146e05f4 100644 --- a/relays/equivocation/Cargo.toml +++ b/relays/equivocation/Cargo.toml @@ -3,7 +3,7 @@ name = "equivocation-detector" version = "0.1.0" authors.workspace = true edition.workspace = true -license.workspace = true +license = "GPL-3.0-or-later WITH Classpath-exception-2.0" repository.workspace = true description = "Equivocation detector" publish = false diff --git a/relays/finality/Cargo.toml b/relays/finality/Cargo.toml index 4e80f67823..5ee4b10fa6 100644 --- a/relays/finality/Cargo.toml +++ b/relays/finality/Cargo.toml @@ -3,7 +3,7 @@ name = "finality-relay" version = "0.1.0" authors.workspace = true edition.workspace = true -license.workspace = true +license = "GPL-3.0-or-later WITH Classpath-exception-2.0" repository.workspace = true description = "Finality proofs relay" publish = false diff --git a/relays/lib-substrate-relay/Cargo.toml b/relays/lib-substrate-relay/Cargo.toml index c96e55f0c3..7e7e774d72 100644 --- a/relays/lib-substrate-relay/Cargo.toml +++ b/relays/lib-substrate-relay/Cargo.toml @@ -3,7 +3,7 @@ name = "substrate-relay-helper" version = "0.1.0" authors.workspace = true edition.workspace = true -license.workspace = true +license = "GPL-3.0-or-later WITH Classpath-exception-2.0" repository.workspace = true publish = false diff --git a/relays/messages/Cargo.toml b/relays/messages/Cargo.toml index 6c2a075e8d..8a411e5082 100644 --- a/relays/messages/Cargo.toml +++ b/relays/messages/Cargo.toml @@ -3,7 +3,7 @@ name = "messages-relay" version = "0.1.0" authors.workspace = true edition.workspace = true -license.workspace = true +license = "GPL-3.0-or-later WITH Classpath-exception-2.0" repository.workspace = true publish = false diff --git a/relays/parachains/Cargo.toml b/relays/parachains/Cargo.toml index 0825e698e2..e691168e72 100644 --- a/relays/parachains/Cargo.toml +++ b/relays/parachains/Cargo.toml @@ -3,7 +3,7 @@ name = "parachains-relay" version = "0.1.0" authors.workspace = true edition.workspace = true -license.workspace = true +license = "GPL-3.0-or-later WITH Classpath-exception-2.0" repository.workspace = true publish = false diff --git a/relays/utils/Cargo.toml b/relays/utils/Cargo.toml index 4b69834b32..8d9addb9be 100644 --- a/relays/utils/Cargo.toml +++ b/relays/utils/Cargo.toml @@ -3,7 +3,7 @@ name = "relay-utils" version = "0.1.0" authors.workspace = true edition.workspace = true -license.workspace = true +license = "GPL-3.0-or-later WITH Classpath-exception-2.0" repository.workspace = true publish = false diff --git a/substrate-relay/Cargo.toml b/substrate-relay/Cargo.toml index ad93b7af18..3a428099eb 100644 --- a/substrate-relay/Cargo.toml +++ b/substrate-relay/Cargo.toml @@ -3,7 +3,7 @@ name = "substrate-relay" version = "1.2.1" authors.workspace = true edition.workspace = true -license.workspace = true +license = "GPL-3.0-or-later WITH Classpath-exception-2.0" repository.workspace = true [lints] diff --git a/tools/runtime-codegen/Cargo.toml b/tools/runtime-codegen/Cargo.toml index 6a46bf20c5..3787d173af 100644 --- a/tools/runtime-codegen/Cargo.toml +++ b/tools/runtime-codegen/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" description = "Tool for generating bridge runtime code from metadata" authors = ["Parity Technologies "] edition = "2021" -license = "GPL-3.0-only" +license = "GPL-3.0-or-later WITH Classpath-exception-2.0" repository = "https://github.com/paritytech/parity-bridges-common.git" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html