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
+1 -1
View File
@@ -3,7 +3,7 @@ name = "pallet-example-basic"
version = "4.0.0-dev"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
license = "Unlicense"
license = "MIT-0"
homepage = "https://substrate.io"
repository = "https://github.com/paritytech/substrate/"
description = "FRAME example pallet"
+1 -1
View File
@@ -237,4 +237,4 @@ pub trait Config: <INSERT_CUSTOM_PALLET_NAME>::Config { }
// that the implementation is based on.
</pre></p></details>
License: Unlicense
License: MIT-0