diff options
| author | Matt Corallo <[email protected]> | 2011-08-09 13:27:58 +0200 |
|---|---|---|
| committer | Matt Corallo <[email protected]> | 2011-08-09 13:32:52 +0200 |
| commit | b2120e223a9a2282b26080cb126db9aad95b1282 (patch) | |
| tree | d0129f32d3a1a25d9039b2a288bfa3211eedafaf /src/script.cpp | |
| parent | Merge branch 'tmp2' (diff) | |
| download | discoin-b2120e223a9a2282b26080cb126db9aad95b1282.tar.xz discoin-b2120e223a9a2282b26080cb126db9aad95b1282.zip | |
Unify copyright notices.
To a variation on:
// Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2011 The Bitcoin developers
Diffstat (limited to 'src/script.cpp')
| -rw-r--r-- | src/script.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/script.cpp b/src/script.cpp index 0fc4611fd..d0c6a1149 100644 --- 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" |