sipa / bech32

Code snippets and analysis of the Bech32 format
191 stars 107 forks source link

LICENSE #42

Closed dcousens closed 5 years ago

dcousens commented 5 years ago

The BIP is License: BSD-2-Clause, is this code the same?

dcousens commented 5 years ago

Nevermind, the ref code (at least for C++/JS) is MIT licensed.

https://github.com/sipa/bech32/blob/bfc716715b5d7d853526cc6b43ff36388aaeb1c2/ref/javascript/bech32.js#L1-L19 https://github.com/sipa/bech32/blob/bfc716715b5d7d853526cc6b43ff36388aaeb1c2/ref/c/segwit_addr.c#L1-L20