summaryrefslogtreecommitdiff
path: root/bip-0018.mediawiki
diff options
context:
space:
mode:
Diffstat (limited to 'bip-0018.mediawiki')
-rw-r--r--bip-0018.mediawiki4
1 files changed, 4 insertions, 0 deletions
diff --git a/bip-0018.mediawiki b/bip-0018.mediawiki
index 9dadcf3..5012d9d 100644
--- a/bip-0018.mediawiki
+++ b/bip-0018.mediawiki
@@ -12,6 +12,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.