Skip to content

script: allow MIT-0 license - #2284

Merged
murchandamus merged 1 commit into
bitcoin:masterfrom
kriss39:fix/allow-mit-0-license
Sep 11, 2026
Merged

script: allow MIT-0 license#2284
murchandamus merged 1 commit into
bitcoin:masterfrom
kriss39:fix/allow-mit-0-license

Conversation

@kriss39

@kriss39 kriss39 commented Sep 11, 2026

Copy link
Copy Markdown
Contributor

BIP 3 lists MIT-0 as an acceptable license, but scripts/buildtable.pl does not include it in %AcceptableLicenses. As a result, a BIP using License: MIT-0 would be rejected by the table validator even though the license is explicitly permitted by BIP 3.

Add MIT-0 to the validator's acceptable-license set so the script matches the current BIP process specification.

This is a one-line validator-only change.

@murchandamus murchandamus left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for catching that. ACK 3c359de

@murchandamus
murchandamus merged commit adfe317 into bitcoin:master Sep 11, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants