diff options
| author | Riccardo Spagni <ric@spagni.net> | 2015-05-31 13:40:18 +0200 |
|---|---|---|
| committer | Riccardo Spagni <ric@spagni.net> | 2015-05-31 13:40:18 +0200 |
| commit | e01d32e52d862d590ec23a17d3460066639a3803 (patch) | |
| tree | c2d8a6539b2c86613b9ca2936848edecee96f22c /src/cryptonote_protocol/cryptonote_protocol_handler-base.cpp | |
| parent | dfd53b353e400a24091d9f4db9910cc2a1c962d8 (diff) | |
| download | monzero-core-e01d32e52d862d590ec23a17d3460066639a3803.tar.gz monzero-core-e01d32e52d862d590ec23a17d3460066639a3803.tar.xz monzero-core-e01d32e52d862d590ec23a17d3460066639a3803.zip | |
cleaning up, removing redundant files, renaming, fixing incorrect licenses
Diffstat (limited to 'src/cryptonote_protocol/cryptonote_protocol_handler-base.cpp')
| -rw-r--r-- | src/cryptonote_protocol/cryptonote_protocol_handler-base.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cryptonote_protocol/cryptonote_protocol_handler-base.cpp b/src/cryptonote_protocol/cryptonote_protocol_handler-base.cpp index 614ee8fab..f0bc6a5b9 100644 --- a/src/cryptonote_protocol/cryptonote_protocol_handler-base.cpp +++ b/src/cryptonote_protocol/cryptonote_protocol_handler-base.cpp @@ -2,7 +2,7 @@ /// @author rfree (current maintainer in monero.cc project) /// @brief This is the place to implement our handlers for protocol network actions, e.g. for ratelimit for download-requests -// Copyright (c) 2014, The Monero Project +// Copyright (c) 2014-2015, The Monero Project // // All rights reserved. // @@ -80,7 +80,7 @@ using namespace nOT::nUtils; // ################################################################################################ // ################################################################################################ -// the "header part". Not separeted out for .hpp because point of this modification is +// the "header part". Not separated out for .hpp because point of this modification is // to rebuild just 1 translation unit while working on this code. // (But maybe common parts will be separated out later though - if needed) // ################################################################################################ |
