summaryrefslogtreecommitdiff
path: root/core/Messenger.h
diff options
context:
space:
mode:
authorirungentoo <irungentoo@gmail.com>2013-07-10 12:54:39 -0400
committerirungentoo <irungentoo@gmail.com>2013-07-10 12:54:39 -0400
commitf471602d5d7ed9b5d8c92f7a55d2e6589c15577c (patch)
treeee9935271c4305f69119eda56a1c266effebf6e1 /core/Messenger.h
parent488ac35cc6afd21a986c35d6022928458ff153b2 (diff)
updated TODO
Diffstat (limited to 'core/Messenger.h')
-rw-r--r--core/Messenger.h18
1 files changed, 18 insertions, 0 deletions
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 @@
2* 2*
3* An implementation of a simple text chat only messenger on the tox network core. 3* An implementation of a simple text chat only messenger on the tox network core.
4* 4*
5
6 Copyright (C) 2013 Tox project All Rights Reserved.
7
8 This file is part of Tox.
9
10 Tox is free software: you can redistribute it and/or modify
11 it under the terms of the GNU General Public License as published by
12 the Free Software Foundation, either version 3 of the License, or
13 (at your option) any later version.
14
15 Tox is distributed in the hope that it will be useful,
16 but WITHOUT ANY WARRANTY; without even the implied warranty of
17 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18 GNU General Public License for more details.
19
20 You should have received a copy of the GNU General Public License
21 along with Tox. If not, see <http://www.gnu.org/licenses/>.
22
5*/ 23*/
6 24
7 25