diff options
author | Matt Corallo <matt@bluematt.me> | 2011-08-09 13:27:58 +0200 |
---|---|---|
committer | Matt Corallo <matt@bluematt.me> | 2011-08-09 13:32:52 +0200 |
commit | b2120e223a9a2282b26080cb126db9aad95b1282 (patch) | |
tree | d0129f32d3a1a25d9039b2a288bfa3211eedafaf /src/base58.h | |
parent | bd1e54bc0b7f1bdfc571edf1f4f1ecf422260b8c (diff) |
Unify copyright notices.
To a variation on:
// Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2011 The Bitcoin developers
Diffstat (limited to 'src/base58.h')
-rw-r--r-- | src/base58.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/base58.h b/src/base58.h index 04922c74d8..592756ff74 100644 --- a/src/base58.h +++ b/src/base58.h @@ -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. |