From 1fad957deb22e19f909edebabac370bcb1c19196 Mon Sep 17 00:00:00 2001 From: Aaron Bassett <aaronbassett@gmail.com> Date: Mon, 27 Mar 2023 16:03:04 +0200 Subject: [PATCH] Update pallet licenses to Apache-2.0 (#13467) --- substrate/frame/fast-unstake/Cargo.toml | 2 +- substrate/frame/scheduler/README.md | 2 +- substrate/frame/transaction-storage/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/substrate/frame/fast-unstake/Cargo.toml b/substrate/frame/fast-unstake/Cargo.toml index 36b4c3a5ec1..8e4df2f2b9e 100644 --- a/substrate/frame/fast-unstake/Cargo.toml +++ b/substrate/frame/fast-unstake/Cargo.toml @@ -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" diff --git a/substrate/frame/scheduler/README.md b/substrate/frame/scheduler/README.md index 9a209031d74..bdd2c2226c8 100644 --- a/substrate/frame/scheduler/README.md +++ b/substrate/frame/scheduler/README.md @@ -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 diff --git a/substrate/frame/transaction-storage/Cargo.toml b/substrate/frame/transaction-storage/Cargo.toml index 527ff4f2401..c23be8194d8 100644 --- a/substrate/frame/transaction-storage/Cargo.toml +++ b/substrate/frame/transaction-storage/Cargo.toml @@ -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" -- GitLab