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

script: allow MIT-0 license

This commit is contained in:
Kanan
2026-09-11 18:19:32 +04:00
parent 620871a7a4
commit 3c359de780

View File

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