diff options
| author | Fordy <[email protected]> | 2012-05-18 22:02:28 +0800 |
|---|---|---|
| committer | Luke Dashjr <[email protected]> | 2012-05-20 20:10:24 +0000 |
| commit | b2de28c74040595fa3fe5353ea063a8c3874f6b1 (patch) | |
| tree | 71a69bf0d06058c0e8134bb040515fae37be0bba /src/wallet.cpp | |
| parent | Add build directory to .gitignore, so that it's not tracked. (diff) | |
| download | discoin-b2de28c74040595fa3fe5353ea063a8c3874f6b1.tar.xz discoin-b2de28c74040595fa3fe5353ea063a8c3874f6b1.zip | |
Update License in File Headers
I originally created a pull to replace the "COPYING" in crypter.cpp and
crypter.h, but it turned out that COPYING was actually the correct
file.
Diffstat (limited to 'src/wallet.cpp')
| -rw-r--r-- | src/wallet.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wallet.cpp b/src/wallet.cpp index 7d1266e80..3cce33608 100644 --- a/src/wallet.cpp +++ b/src/wallet.cpp @@ -1,7 +1,7 @@ // 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. +// file COPYING or http://www.opensource.org/licenses/mit-license.php. #include "headers.h" #include "db.h" |