Skip to content

Commit 395262b

Browse files
committed
BIPs 17, 18, 19, 20, 22, and 23: Add missing Copyright section
1 parent 453b8ab commit 395262b

File tree

6 files changed

+23
-0
lines changed

6 files changed

+23
-0
lines changed

bip-0017.mediawiki

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@
1111

1212
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.
1313

14+
==Copyright==
15+
16+
This BIP is licensed under the BSD 2-clause license.
17+
1418
==Motivation==
1519

1620
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.

bip-0018.mediawiki

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@
1111

1212
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.
1313

14+
==Copyright==
15+
16+
This BIP is licensed under the BSD 2-clause license.
17+
1418
==Motivation==
1519

1620
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.

bip-0019.mediawiki

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@
1111

1212
This BIP proposes M-of-N-signatures required transactions as a new 'standard' transaction type using the existing scripting system without significant modifications.
1313

14+
==Copyright==
15+
16+
This BIP is licensed under the BSD 2-clause license.
17+
1418
==Motivation==
1519

1620
Enable secured wallets, escrow transactions, and other use cases where redeeming funds requires more than a single signature.

bip-0020.mediawiki

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ BIP 0020 is based off an earlier document by Nils Schneider. '''And has been rep
1212
==Abstract==
1313
This BIP proposes a URI scheme for making Bitcoin payments.
1414

15+
==Copyright==
16+
This BIP is licensed under the BSD 2-clause license.
17+
1518
==Motivation==
1619
The purpose of this URI scheme is to enable users to easily make payments by simply clicking links on webpages or scanning QR Codes.
1720

bip-0022.mediawiki

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@
1212
This BIP describes a new JSON-RPC method for "smart" Bitcoin miners and proxies.
1313
Instead of sending a simple block header for hashing, the entire block structure is sent, and left to the miner to (optionally) customize and assemble.
1414

15+
==Copyright==
16+
17+
This BIP is licensed under the BSD 2-clause license.
18+
1519
==Specification==
1620

1721
===Block Template Request===

bip-0023.mediawiki

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@
1111

1212
This BIP describes extensions to the getblocktemplate JSON-RPC call to enhance pooled mining.
1313

14+
==Copyright==
15+
16+
This BIP is licensed under the BSD 2-clause license.
17+
1418
==Specification==
1519

1620
Note that all sections of this specification are optional extensions on top of [[bip-0022.mediawiki|BIP 22]].

0 commit comments

Comments
 (0)