diff options
| author | Fordy <[email protected]> | 2012-05-18 22:02:28 +0800 |
|---|---|---|
| committer | Luke Dashjr <[email protected]> | 2012-05-20 20:15:41 +0000 |
| commit | 58ac600b2c94f12309fc5e18933891590dc1eb4c (patch) | |
| tree | 296dd57af2604176dec80c21aa05c9ae61c09f69 /src/main.cpp | |
| parent | remove 2 ugly spaces from a message string (diff) | |
| download | discoin-58ac600b2c94f12309fc5e18933891590dc1eb4c.tar.xz discoin-58ac600b2c94f12309fc5e18933891590dc1eb4c.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/main.cpp')
| -rw-r--r-- | src/main.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index 510aca92b..1925c1318 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1,7 +1,8 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2012 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 "checkpoints.h" #include "db.h" |