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
+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