summaryrefslogtreecommitdiff
path: root/bip-0017.mediawiki
diff options
context:
space:
mode:
authorLuke Dashjr <luke-jr+git@utopios.org>2016-11-30 10:09:54 +0000
committerLuke Dashjr <luke-jr+git@utopios.org>2016-11-30 10:09:54 +0000
commit395262bd1d26263b0105b5ac96782b3f3cf3bf71 (patch)
tree94de183d18c0c1602b18c6d2acce819ebe0a4229 /bip-0017.mediawiki
parent453b8ab83299b8f2468830d2f803f96fba98d7f9 (diff)
downloadbips-395262bd1d26263b0105b5ac96782b3f3cf3bf71.tar.xz
BIPs 17, 18, 19, 20, 22, and 23: Add missing Copyright section
Diffstat (limited to 'bip-0017.mediawiki')
-rw-r--r--bip-0017.mediawiki4
1 files changed, 4 insertions, 0 deletions
diff --git a/bip-0017.mediawiki b/bip-0017.mediawiki
index 44011d5..3863487 100644
--- a/bip-0017.mediawiki
+++ b/bip-0017.mediawiki
@@ -11,6 +11,10 @@
This BIP describes a new opcode (OP_CHECKHASHVERIFY) for the Bitcoin scripting system, and a new 'standard' transaction type that uses it to enables the receiver of bitcoins to specify the transaction type needed to re-spend them.
+==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.