Browse Source

PIP-0029: added license

Herman Schoenfeld 6 years ago
parent
commit
265af98d66
1 changed files with 4 additions and 2 deletions
  1. 4 2
      PIP/PIP-0029.md

+ 4 - 2
PIP/PIP-0029.md

@@ -3,7 +3,9 @@
   Title: Account Seals: Cryptographically Secure Account Histories  
   Type: Protocol
   Impact: Hard-Fork
-  Author: Herman Schoenfeld <[email protected]>
+  Author: Herman Schoenfeld <[email protected]>  
+  Copyright: Herman Schoenfeld, 2019 (All Rights Reserved)
+  License: GNU Public License 
   Comments-URI: https://discord.gg/sJqcgtD  (channel #pip-0029)
   Status: Proposed
   Created: 2019-03-29
@@ -128,7 +130,7 @@ OPHASH = [BLOCK NUMBER] ++ [SIGNER ACCOUNT] ++ [N_OPERATION] ++ [OPID]
 
 In order to prove an prior account state is valid, the user needs a copy of that account state, and a list of hash-pairs from that state to the current state.
 
-```pascal   
+```pascal
    TStateProof = record
       AccountState : TAccount;
       OPID : TBytes[20]