diff options
| author | S3x0r <[email protected]> | 2014-01-19 23:50:40 +0100 |
|---|---|---|
| committer | S3x0r <[email protected]> | 2014-01-19 23:50:40 +0100 |
| commit | 750a8d96dbf453eb1802c4b36c6eed776c464a39 (patch) | |
| tree | ab1423c7c6751ca20088dd5768120e8925d85732 | |
| parent | Updates to fix Windows crash errors (diff) | |
| download | discoin-750a8d96dbf453eb1802c4b36c6eed776c464a39.tar.xz discoin-750a8d96dbf453eb1802c4b36c6eed776c464a39.zip | |
added cr
| -rw-r--r-- | src/addrman.cpp | 1 | ||||
| -rw-r--r-- | src/addrman.h | 1 | ||||
| -rw-r--r-- | src/alert.cpp | 2 |
3 files changed, 4 insertions, 0 deletions
diff --git a/src/addrman.cpp b/src/addrman.cpp index 780edde90..43d3895e1 100644 --- a/src/addrman.cpp +++ b/src/addrman.cpp @@ -1,4 +1,5 @@ // Copyright (c) 2012 Pieter Wuille +// Copyright (c) 2013-2014 Dogecoin Developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/addrman.h b/src/addrman.h index 7af6afd78..a28e94b55 100644 --- a/src/addrman.h +++ b/src/addrman.h @@ -1,4 +1,5 @@ // Copyright (c) 2012 Pieter Wuille +// Copyright (c) 2013-2014 Dogecoin Developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef _BITCOIN_ADDRMAN diff --git a/src/alert.cpp b/src/alert.cpp index adf5f8bd2..f1c3973a6 100644 --- a/src/alert.cpp +++ b/src/alert.cpp @@ -2,6 +2,8 @@ // Alert system // +// Copyright (c) 2013-2014 Dogecoin Developers + #include <algorithm> #include <boost/algorithm/string/classification.hpp> #include <boost/algorithm/string/replace.hpp> |