Update pallet licenses to Apache-2.0 (#13467)

This commit is contained in:
Aaron Bassett
2023-03-27 16:03:04 +02:00
committed by GitHub
parent a3b1c1d941
commit 1fad957deb
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ name = "pallet-fast-unstake"
version = "4.0.0-dev"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
license = "Unlicense"
license = "Apache-2.0"
homepage = "https://substrate.io"
repository = "https://github.com/paritytech/substrate/"
description = "FRAME fast unstake pallet"
+1 -1
View File
@@ -31,4 +31,4 @@ then those filter will not be used when dispatching the schedule call.
`Vec<u8>` parameter that can be used for identification.
* `cancel_named` - the named complement to the cancel function.
License: Unlicense
License: Apache 2.0
@@ -3,7 +3,7 @@ name = "pallet-transaction-storage"
version = "4.0.0-dev"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
license = "Unlicense"
license = "Apache-2.0"
homepage = "https://substrate.io"
repository = "https://github.com/paritytech/substrate/"
description = "Storage chain pallet"