summaryrefslogtreecommitdiff
path: root/core/Messenger.h
diff options
context:
space:
mode:
authorSilentSand <edb881@gmail.com>2013-07-25 21:45:56 -0400
committerSilentSand <edb881@gmail.com>2013-07-25 21:45:56 -0400
commitf377eb9ca26fc1d476938b441bb256837bbee4f5 (patch)
treed8700e6b4eb3cb15e21305467970474267eaf98a /core/Messenger.h
parent63375b68b63d33c8437f313b2041b559c32c945b (diff)
Licensing
Added the GPLv3 license to some files in addition to fixing some comments at the beginning of the files.
Diffstat (limited to 'core/Messenger.h')
-rw-r--r--core/Messenger.h45
1 files changed, 23 insertions, 22 deletions
diff --git a/core/Messenger.h b/core/Messenger.h
index 6afe84ac..baeaaa0f 100644
--- a/core/Messenger.h
+++ b/core/Messenger.h
@@ -1,26 +1,27 @@
1/* Messenger.h 1/* Messenger.h
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* NOTE: All the text in the messages must be encoded using UTF-8 5 * NOTE: All the text in the messages must be encoded using UTF-8
6 6 *
7 Copyright (C) 2013 Tox project All Rights Reserved. 7 * Copyright (C) 2013 Tox project All Rights Reserved.
8 8 *
9 This file is part of Tox. 9 * This file is part of Tox.
10 10 *
11 Tox is free software: you can redistribute it and/or modify 11 * Tox is free software: you can redistribute it and/or modify
12 it under the terms of the GNU General Public License as published by 12 * it under the terms of the GNU General Public License as published by
13 the Free Software Foundation, either version 3 of the License, or 13 * the Free Software Foundation, either version 3 of the License, or
14 (at your option) any later version. 14 * (at your option) any later version.
15 15 *
16 Tox is distributed in the hope that it will be useful, 16 * Tox is distributed in the hope that it will be useful,
17 but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of
18 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19 GNU General Public License for more details. 19 * GNU General Public License for more details.
20 20 *
21 You should have received a copy of the GNU General Public License 21 * You should have received a copy of the GNU General Public License
22 along with Tox. If not, see <http://www.gnu.org/licenses/>. 22 * along with Tox. If not, see <http://www.gnu.org/licenses/>.
23 23 *
24 */
24*/ 25*/
25 26
26 27