This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Change license of node-template and FRAME examples to MIT-0#13465
Merged
bkchr merged 4 commits intoparitytech:masterfrom Mar 27, 2023
aaronbassett:examples-templates-relicense-mit-0
Merged
Change license of node-template and FRAME examples to MIT-0#13465bkchr merged 4 commits intoparitytech:masterfrom aaronbassett:examples-templates-relicense-mit-0
bkchr merged 4 commits intoparitytech:masterfrom
aaronbassett:examples-templates-relicense-mit-0
Conversation
Member
|
From your links it makes, but I'm no lawyer, so I asked them :P |
ggwpez
reviewed
Mar 1, 2023
ggwpez
approved these changes
Mar 27, 2023
Member
|
bot merge |
|
Waiting for commit status. |
|
Merge cancelled due to error. Error: Statuses failed for b817a9b |
Member
|
bot rebase |
|
Rebased |
pgherveou
pushed a commit
that referenced
this pull request
Apr 4, 2023
* 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 <>
gpestana
pushed a commit
that referenced
this pull request
Apr 23, 2023
* 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 <>
15 tasks
nathanwhit
pushed a commit
to nathanwhit/substrate
that referenced
this pull request
Jul 19, 2023
…ch#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 file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR changes the licensing of the node-template and FRAME examples from the Unlicense to MIT No Attribution License.
While I ideologically agree with the Unlicense, licensing software with the Unlicense can have the opposite effect of the desired goal; it can in reality make it impossible for people to use the software freely.
For more information on why this is:
I chose the MIT No Attribution License (MIT-0) as the replacement, as this license seems to best align with the goals of the Unlicense while also being globally enforceable/valid.
Why not CC0?
The CC0 license potentially has the same issue as the Unlicense
Additional Notes
The fast-unstake and transaction-storage pallets also use the Unlicense. I'll create a separate PR to update them to Apache-2 to keep them consistent with the other FRAME pallets.