diff src/script.cpp @ 846:228f8c2d9b70 draft

Unify copyright notices. To a variation on: // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2011 The Bitcoin developers
author Matt Corallo <matt@bluematt.me>
date Tue, 09 Aug 2011 13:27:58 +0200
parents c418a20d8590
children 51e9fb5de117 eea709595ed2
line wrap: on
line diff
--- a/src/script.cpp
+++ b/src/script.cpp
@@ -1,4 +1,5 @@
 // Copyright (c) 2009-2010 Satoshi Nakamoto
+// Copyright (c) 2011 The Bitcoin developers
 // Distributed under the MIT/X11 software license, see the accompanying
 // file license.txt or http://www.opensource.org/licenses/mit-license.php.
 #include "headers.h"