diff options
author | Riccardo Spagni <ric@spagni.net> | 2015-05-31 13:44:29 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2015-05-31 13:44:30 +0200 |
commit | ee0997529ec015dfc4dd0061c9685bf917fb4827 (patch) | |
tree | c2d8a6539b2c86613b9ca2936848edecee96f22c /src/p2p/connection_basic.hpp | |
parent | Merge pull request #296 (diff) | |
parent | cleaning up, removing redundant files, renaming, fixing incorrect licenses (diff) | |
download | monero-ee0997529ec015dfc4dd0061c9685bf917fb4827.tar.xz |
Merge pull request #300
e01d32e cleaning up, removing redundant files, renaming, fixing incorrect licenses (Riccardo Spagni)
dfd53b3 readme updates: added sponsors, fixed build instructions (Riccardo Spagni)
Diffstat (limited to '')
-rw-r--r-- | src/p2p/connection_basic.hpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/p2p/connection_basic.hpp b/src/p2p/connection_basic.hpp index 945cd982c..3a84b79a1 100644 --- a/src/p2p/connection_basic.hpp +++ b/src/p2p/connection_basic.hpp @@ -8,7 +8,7 @@ // ! (how ever if in some wonderful juristdictions that is not the case, then why not make another sub-class withat that members and licence it as epee part) // ! Working on above premise, IF this is valid in your juristdictions, then consider this code as released as: -// Copyright (c) 2014, The Monero Project +// Copyright (c) 2014-2015, The Monero Project // // All rights reserved. // @@ -35,7 +35,6 @@ // INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, // STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF // THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -// /* rfree: place for hanlers for the non-template base, can be used by connection<> template class in abstract_tcp_server2 file */ |