1
0
mirror of https://github.com/bitcoin/bips.git synced 2026-09-14 19:01:38 +00:00

Merge pull request #2284 from kriss39/fix/allow-mit-0-license

script: allow MIT-0 license
This commit is contained in:
Murch
2026-09-11 12:10:15 -07:00
committed by GitHub

View File

@@ -91,6 +91,7 @@ my %AcceptableLicenses = (
'CC0-1.0' => undef, 'CC0-1.0' => undef,
'FSFAP' => undef, 'FSFAP' => undef,
'MIT' => undef, 'MIT' => undef,
'MIT-0' => undef,
'CC-BY-4.0' => undef, 'CC-BY-4.0' => undef,
'Apache-2.0' => undef, 'Apache-2.0' => undef,
'BSL-1.0' => undef, 'BSL-1.0' => undef,