summaryrefslogtreecommitdiff
path: root/testing/Messenger_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'testing/Messenger_test.c')
-rw-r--r--testing/Messenger_test.c25
1 files changed, 5 insertions, 20 deletions
diff --git a/testing/Messenger_test.c b/testing/Messenger_test.c
index a61d0dcf..8ac8db67 100644
--- a/testing/Messenger_test.c
+++ b/testing/Messenger_test.c
@@ -1,3 +1,8 @@
1/* SPDX-License-Identifier: GPL-3.0-or-later
2 * Copyright © 2016-2018 The TokTok team.
3 * Copyright © 2013 Tox project.
4 */
5
1/* Messenger test 6/* Messenger test
2 * 7 *
3 * This program adds a friend and accepts all friend requests with the proper message. 8 * This program adds a friend and accepts all friend requests with the proper message.
@@ -18,26 +23,6 @@
18 * 23 *
19 * EX: ./test Save.bak 24 * EX: ./test Save.bak
20 */ 25 */
21
22/*
23 * Copyright © 2016-2018 The TokTok team.
24 * Copyright © 2013 Tox project.
25 *
26 * This file is part of Tox, the free peer to peer instant messenger.
27 *
28 * Tox is free software: you can redistribute it and/or modify
29 * it under the terms of the GNU General Public License as published by
30 * the Free Software Foundation, either version 3 of the License, or
31 * (at your option) any later version.
32 *
33 * Tox is distributed in the hope that it will be useful,
34 * but WITHOUT ANY WARRANTY; without even the implied warranty of
35 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
36 * GNU General Public License for more details.
37 *
38 * You should have received a copy of the GNU General Public License
39 * along with Tox. If not, see <http://www.gnu.org/licenses/>.
40 */
41#include <stdio.h> 26#include <stdio.h>
42#include <stdlib.h> 27#include <stdlib.h>
43#include <string.h> 28#include <string.h>