1
0
mirror of https://github.com/bitcoin/bips.git synced 2026-05-25 17:09:34 +00:00

BIPs 17, 18, 19, 20, 22, and 23: Add missing Copyright section

This commit is contained in:
Luke Dashjr
2016-11-30 10:09:54 +00:00
parent 453b8ab832
commit 395262bd1d
6 changed files with 23 additions and 0 deletions

View File

@@ -11,6 +11,10 @@
This BIP modifies the basic format of transaction inputs and outputs, replacing the current scriptSig and scriptPubKey (scripts executed to validate a transaction) with new contents: dataSig, scriptCheck, and hashScriptCheck.
==Copyright==
This BIP is licensed under the BSD 2-clause license.
==Motivation==
The purpose of pay-to-script-hash is to move the responsibility for supplying the conditions to redeem a transaction from the sender of the funds to the redeemer.