summaryrefslogtreecommitdiff
path: root/testing/Messenger_test.c
diff options
context:
space:
mode:
authoriphydf <iphydf@users.noreply.github.com>2020-03-12 01:10:33 +0000
committeriphydf <iphydf@users.noreply.github.com>2020-03-14 13:06:19 +0000
commit11ad5471b91dc1b36552ba4e5a3ea434c8a30f5f (patch)
tree94429d74652509b06efef17d17734f647ee4e6ce /testing/Messenger_test.c
parentc644ef76810f8db61bce3f52d36a1a6a25e47683 (diff)
Use spdx license identifier instead of GPL blurb.
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>