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:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user