diff options
| author | Wladimir J. van der Laan <[email protected]> | 2013-11-12 00:34:15 -0800 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2013-11-12 00:34:15 -0800 |
| commit | 309f783fceade22cb9d2939b5cf7641513fd6881 (patch) | |
| tree | cd463b22627e5e6a0edddc1753bd2a59bdd5d71b /src/alert.cpp | |
| parent | Merge pull request #2980 from wtogami/silenceunusedwarning (diff) | |
| parent | misc small changes to polish after include cleanup (diff) | |
| download | discoin-309f783fceade22cb9d2939b5cf7641513fd6881.tar.xz discoin-309f783fceade22cb9d2939b5cf7641513fd6881.zip | |
Merge pull request #3235 from Diapolo/misc
misc small changes to polish after include cleanup
Diffstat (limited to 'src/alert.cpp')
| -rw-r--r-- | src/alert.cpp | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/alert.cpp b/src/alert.cpp index 7f7e59ee1..7c9e54ef8 100644 --- a/src/alert.cpp +++ b/src/alert.cpp @@ -1,6 +1,7 @@ -// -// Alert system -// +// Copyright (c) 2010 Satoshi Nakamoto +// Copyright (c) 2009-2013 The Bitcoin developers +// Distributed under the MIT/X11 software license, see the accompanying +// file COPYING or http://www.opensource.org/licenses/mit-license.php. #include "alert.h" |