Change license of node-template and FRAME examples to MIT-0 (#13465)

* Change node-template license from Unlicense to MIT-0

* Change frame examples license from Unlicense to MIT-0

* Update bin/node-template/LICENSE

---------

Co-authored-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
Co-authored-by: parity-processbot <>
This commit is contained in:
Aaron Bassett
2023-03-27 22:36:20 +02:00
committed by GitHub
parent 836f544c86
commit a59ea80cec
9 changed files with 21 additions and 29 deletions
@@ -5,7 +5,7 @@ description = "FRAME pallet template for defining custom runtime logic."
authors = ["Substrate DevHub <https://github.com/substrate-developer-hub>"]
homepage = "https://substrate.io"
edition = "2021"
license = "Unlicense"
license = "MIT-0"
publish = false
repository = "https://github.com/substrate-developer-hub/substrate-node-template/"
@@ -1 +1 @@
License: Unlicense
License: MIT-0