diff options
author | Gavin Andresen <gavinandresen@gmail.com> | 2011-08-11 10:34:29 -0700 |
---|---|---|
committer | Gavin Andresen <gavinandresen@gmail.com> | 2011-08-11 10:34:29 -0700 |
commit | 498a2c9b162dd5e7281e80e364eb82f3e2b333cb (patch) | |
tree | 3f62d8d0708fe56e34eb098159803564d1dd00e7 /src/wallet.h | |
parent | c648b589bec6494551d300b335af88d6b194cf82 (diff) | |
parent | b2120e223a9a2282b26080cb126db9aad95b1282 (diff) |
Merge pull request #458 from TheBlueMatt/copyright
Unify copyright notices.
Diffstat (limited to 'src/wallet.h')
-rw-r--r-- | src/wallet.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/wallet.h b/src/wallet.h index 51dfa5df5b..499f2a63ac 100644 --- a/src/wallet.h +++ b/src/wallet.h @@ -1,4 +1,5 @@ -// Copyright (c) 2009-2011 Satoshi Nakamoto & Bitcoin developers +// 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. #ifndef BITCOIN_WALLET_H |