From f471602d5d7ed9b5d8c92f7a55d2e6589c15577c Mon Sep 17 00:00:00 2001 From: irungentoo Date: Wed, 10 Jul 2013 12:54:39 -0400 Subject: updated TODO --- core/Messenger.c | 18 ++++++++++++++++++ core/Messenger.h | 18 ++++++++++++++++++ core/net_crypto.h | 2 +- 3 files changed, 37 insertions(+), 1 deletion(-) (limited to 'core') diff --git a/core/Messenger.c b/core/Messenger.c index 7603a04f..0660ba94 100644 --- a/core/Messenger.c +++ b/core/Messenger.c @@ -2,6 +2,24 @@ * * An implementation of a simple text chat only messenger on the tox network core. * + + Copyright (C) 2013 Tox project All Rights Reserved. + + This file is part of Tox. + + Tox is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + Tox is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with Tox. If not, see . + */ #include "Messenger.h" diff --git a/core/Messenger.h b/core/Messenger.h index 42ce20ca..4bdf5859 100644 --- a/core/Messenger.h +++ b/core/Messenger.h @@ -2,6 +2,24 @@ * * An implementation of a simple text chat only messenger on the tox network core. * + + Copyright (C) 2013 Tox project All Rights Reserved. + + This file is part of Tox. + + Tox is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + Tox is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with Tox. If not, see . + */ diff --git a/core/net_crypto.h b/core/net_crypto.h index 6d223256..fe655c92 100644 --- a/core/net_crypto.h +++ b/core/net_crypto.h @@ -28,7 +28,7 @@ //TODO: move this to network.h #ifndef WIN32 -#include "../nacl/build/localhost/include/amd64/crypto_box.h" //${HOSTNAME%.*} doesn't work... set env var later +#include "../nacl/build/Linux/include/amd64/crypto_box.h" //${HOSTNAME%.*} doesn't work... set env var later #endif //Our public key. extern uint8_t self_public_key[crypto_box_PUBLICKEYBYTES]; -- cgit v1.2.3