mirror of
https://github.com/seigler/dash-docs
synced 2025-07-28 10:16:15 +00:00
Dev Docs: Link To CC-BY License For Covered Code
A code snippet from the wiki was correctly attributed to its author, but I didn't realize I also had to link to the license. Corrected.
This commit is contained in:
parent
2a139a51a1
commit
bc69bf573c
2 changed files with 3 additions and 1 deletions
|
@ -160,7 +160,8 @@ bytes commonly used by Bitcoin are:
|
|||
Bitcoin's base58 encoding, called [Base58Check][]{:#term-base58check}{:.term} may not match other implementations. Tier
|
||||
Nolan provided the following example encoding algorithm to the Bitcoin
|
||||
Wiki [Base58Check
|
||||
encoding](https://en.bitcoin.it/wiki/Base58Check_encoding) page:
|
||||
encoding](https://en.bitcoin.it/wiki/Base58Check_encoding) page under
|
||||
the [Creative Commons Attribution 3.0 license][]:
|
||||
|
||||
{% highlight c %}
|
||||
code_string = "123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz"
|
||||
|
|
|
@ -343,6 +343,7 @@ http://opensource.org/licenses/MIT.
|
|||
[core git]: https://github.com/bitcoin/bitcoin
|
||||
[core paymentrequest.proto]: https://github.com/bitcoin/bitcoin/blob/master/src/qt/paymentrequest.proto
|
||||
[core script.h]: https://github.com/bitcoin/bitcoin/blob/master/src/script.h
|
||||
[creative commons attribution 3.0 license]: https://creativecommons.org/licenses/by/3.0/
|
||||
[DER]: https://en.wikipedia.org/wiki/Abstract_Syntax_Notation_One
|
||||
[dig command]: https://en.wikipedia.org/wiki/Dig_%28Unix_command%29
|
||||
[DNS A records]: http://tools.ietf.org/html/rfc1035#section-3.2.2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue