diff options
| -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> |