Add license to crates (#7578)

* Add license to crates

This is required to publish to crates.io

* Add more licenses
This commit is contained in:
Lulu
2023-08-04 17:33:05 +01:00
committed by GitHub
parent 7c89f2886e
commit 0142a01353
86 changed files with 87 additions and 3 deletions
@@ -3,6 +3,7 @@ name = "polkadot-node-collation-generation"
version.workspace = true
authors.workspace = true
edition.workspace = true
license.workspace = true
[dependencies]
futures = "0.3.21"
@@ -3,6 +3,7 @@ name = "polkadot-node-core-approval-voting"
version.workspace = true
authors.workspace = true
edition.workspace = true
license.workspace = true
[dependencies]
futures = "0.3.21"
+1
View File
@@ -3,6 +3,7 @@ name = "polkadot-node-core-av-store"
version.workspace = true
authors.workspace = true
edition.workspace = true
license.workspace = true
[dependencies]
futures = "0.3.21"
+1
View File
@@ -3,6 +3,7 @@ name = "polkadot-node-core-backing"
version.workspace = true
authors.workspace = true
edition.workspace = true
license.workspace = true
[dependencies]
futures = "0.3.21"
@@ -3,6 +3,7 @@ name = "polkadot-node-core-bitfield-signing"
version.workspace = true
authors.workspace = true
edition.workspace = true
license.workspace = true
[dependencies]
futures = "0.3.21"
@@ -3,6 +3,7 @@ name = "polkadot-node-core-candidate-validation"
version.workspace = true
authors.workspace = true
edition.workspace = true
license.workspace = true
[dependencies]
async-trait = "0.1.57"
+1
View File
@@ -3,6 +3,7 @@ name = "polkadot-node-core-chain-api"
version.workspace = true
authors.workspace = true
edition.workspace = true
license.workspace = true
[dependencies]
futures = "0.3.21"
@@ -4,6 +4,7 @@ description = "Chain Selection Subsystem"
version.workspace = true
authors.workspace = true
edition.workspace = true
license.workspace = true
[dependencies]
futures = "0.3.21"
@@ -3,6 +3,7 @@ name = "polkadot-node-core-dispute-coordinator"
version.workspace = true
authors.workspace = true
edition.workspace = true
license.workspace = true
[dependencies]
futures = "0.3.21"
@@ -3,6 +3,7 @@ name = "polkadot-node-core-parachains-inherent"
version.workspace = true
authors.workspace = true
edition.workspace = true
license.workspace = true
[dependencies]
futures = "0.3.21"
@@ -3,6 +3,7 @@ name = "polkadot-node-core-provisioner"
version.workspace = true
authors.workspace = true
edition.workspace = true
license.workspace = true
[dependencies]
bitvec = { version = "1.0.0", default-features = false, features = ["alloc"] }
@@ -3,6 +3,7 @@ name = "polkadot-node-core-pvf-checker"
version.workspace = true
authors.workspace = true
edition.workspace = true
license.workspace = true
[dependencies]
futures = "0.3.21"
+1
View File
@@ -3,6 +3,7 @@ name = "polkadot-node-core-pvf"
version.workspace = true
authors.workspace = true
edition.workspace = true
license.workspace = true
[[bin]]
name = "puppet_worker"
+1
View File
@@ -3,6 +3,7 @@ name = "polkadot-node-core-pvf-common"
version.workspace = true
authors.workspace = true
edition.workspace = true
license.workspace = true
[dependencies]
cpu-time = "1.0.0"
@@ -3,6 +3,7 @@ name = "polkadot-node-core-pvf-execute-worker"
version.workspace = true
authors.workspace = true
edition.workspace = true
license.workspace = true
[dependencies]
cpu-time = "1.0.0"
@@ -3,6 +3,7 @@ name = "polkadot-node-core-pvf-prepare-worker"
version.workspace = true
authors.workspace = true
edition.workspace = true
license.workspace = true
[dependencies]
futures = "0.3.21"
@@ -3,6 +3,7 @@ name = "polkadot-node-core-runtime-api"
version.workspace = true
authors.workspace = true
edition.workspace = true
license.workspace = true
[dependencies]
futures = "0.3.21"
+1
View File
@@ -3,6 +3,7 @@ name = "tracing-gum"
version.workspace = true
authors.workspace = true
edition.workspace = true
license.workspace = true
description = "Stick logs together with the TraceID as provided by tempo"
[dependencies]
+1
View File
@@ -3,6 +3,7 @@ name = "tracing-gum-proc-macro"
version.workspace = true
authors.workspace = true
edition.workspace = true
license.workspace = true
description = "Generate an overseer including builder pattern and message wrapper from a single annotated struct definition."
[package.metadata.docs.rs]
+1
View File
@@ -3,6 +3,7 @@ name = "polkadot-node-jaeger"
version.workspace = true
authors.workspace = true
edition.workspace = true
license.workspace = true
description = "Polkadot Jaeger primitives, but equally useful for Grafana/Tempo"
[dependencies]
+1 -1
View File
@@ -1,10 +1,10 @@
[package]
name = "polkadot-test-malus"
description = "Misbehaving nodes for local testnets, system and Simnet tests."
license = "GPL-3.0-only"
version.workspace = true
authors.workspace = true
edition.workspace = true
license.workspace = true
readme = "README.md"
publish = false
+1
View File
@@ -4,6 +4,7 @@ description = "Subsystem metric helpers"
version.workspace = true
authors.workspace = true
edition.workspace = true
license.workspace = true
[dependencies]
futures = "0.3.21"
@@ -3,6 +3,7 @@ name = "polkadot-approval-distribution"
version.workspace = true
authors.workspace = true
edition.workspace = true
license.workspace = true
[dependencies]
polkadot-node-metrics = { path = "../../metrics" }
@@ -3,6 +3,7 @@ name = "polkadot-availability-distribution"
version.workspace = true
authors.workspace = true
edition.workspace = true
license.workspace = true
[dependencies]
futures = "0.3.21"
@@ -3,6 +3,7 @@ name = "polkadot-availability-recovery"
version.workspace = true
authors.workspace = true
edition.workspace = true
license.workspace = true
[dependencies]
futures = "0.3.21"
@@ -3,6 +3,7 @@ name = "polkadot-availability-bitfield-distribution"
version.workspace = true
authors.workspace = true
edition.workspace = true
license.workspace = true
[dependencies]
futures = "0.3.21"
+1
View File
@@ -3,6 +3,7 @@ name = "polkadot-network-bridge"
version.workspace = true
authors.workspace = true
edition.workspace = true
license.workspace = true
[dependencies]
always-assert = "0.1"
@@ -3,6 +3,7 @@ name = "polkadot-collator-protocol"
version.workspace = true
authors.workspace = true
edition.workspace = true
license.workspace = true
[dependencies]
always-assert = "0.1.2"
@@ -3,6 +3,7 @@ name = "polkadot-dispute-distribution"
version.workspace = true
authors.workspace = true
edition.workspace = true
license.workspace = true
[dependencies]
futures = "0.3.21"
@@ -3,6 +3,7 @@ name = "polkadot-gossip-support"
version.workspace = true
authors.workspace = true
edition.workspace = true
license.workspace = true
[dependencies]
sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "master" }
@@ -3,6 +3,7 @@ name = "polkadot-node-network-protocol"
version.workspace = true
authors.workspace = true
edition.workspace = true
license.workspace = true
description = "Primitives types for the Node-side"
[dependencies]
@@ -4,6 +4,7 @@ description = "Statement Distribution Subsystem"
version.workspace = true
authors.workspace = true
edition.workspace = true
license.workspace = true
[dependencies]
futures = "0.3.21"
+1
View File
@@ -3,6 +3,7 @@ name = "polkadot-overseer"
version.workspace = true
authors.workspace = true
edition.workspace = true
license.workspace = true
[dependencies]
client = { package = "sc-client-api", git = "https://github.com/paritytech/substrate", branch = "master" }
+1
View File
@@ -4,6 +4,7 @@ description = "Primitives types for the Node-side"
version.workspace = true
authors.workspace = true
edition.workspace = true
license.workspace = true
[dependencies]
bounded-vec = "0.7"
+1
View File
@@ -4,6 +4,7 @@ rust-version = "1.60"
version.workspace = true
authors.workspace = true
edition.workspace = true
license.workspace = true
[dependencies]
# Substrate Client
@@ -4,6 +4,7 @@ description = "Subsystem traits and message definitions"
version.workspace = true
authors.workspace = true
edition.workspace = true
license.workspace = true
[dependencies]
async-trait = "0.1.57"
+1
View File
@@ -4,6 +4,7 @@ description = "Subsystem traits and message definitions"
version.workspace = true
authors.workspace = true
edition.workspace = true
license.workspace = true
[dependencies]
derive_more = "0.99.17"
+1
View File
@@ -4,6 +4,7 @@ description = "Subsystem traits and message definitions"
version.workspace = true
authors.workspace = true
edition.workspace = true
license.workspace = true
[dependencies]
async-trait = "0.1.57"
+1
View File
@@ -4,6 +4,7 @@ description = "Subsystem traits and message definitions and the generated overse
version.workspace = true
authors.workspace = true
edition.workspace = true
license.workspace = true
[dependencies]
polkadot-overseer = { path = "../overseer" }
+1
View File
@@ -3,6 +3,7 @@ name = "polkadot-test-client"
version.workspace = true
authors.workspace = true
edition.workspace = true
license.workspace = true
[dependencies]
parity-scale-codec = { version = "3.6.1", default-features = false, features = ["derive"] }
@@ -3,6 +3,7 @@ name = "polkadot-performance-test"
version.workspace = true
authors.workspace = true
edition.workspace = true
license.workspace = true
[dependencies]
thiserror = "1.0.31"
+1
View File
@@ -3,6 +3,7 @@ name = "polkadot-test-service"
version.workspace = true
authors.workspace = true
edition.workspace = true
license.workspace = true
[dependencies]
futures = "0.3.21"
@@ -1,12 +1,12 @@
[package]
name = "zombienet-backchannel"
description = "Zombienet backchannel to notify test runner and coordinate with malus actors."
license = "GPL-3.0-only"
readme = "README.md"
publish = false
version.workspace = true
authors.workspace = true
edition.workspace = true
license.workspace = true
[dependencies]
tokio = { version = "1.24.2", default-features = false, features = ["macros", "net", "rt-multi-thread", "sync"] }