summaryrefslogtreecommitdiff
path: root/toxcore/ping.api.h
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 /toxcore/ping.api.h
parentc644ef76810f8db61bce3f52d36a1a6a25e47683 (diff)
Use spdx license identifier instead of GPL blurb.
Diffstat (limited to 'toxcore/ping.api.h')
-rw-r--r--toxcore/ping.api.h26
1 files changed, 5 insertions, 21 deletions
diff --git a/toxcore/ping.api.h b/toxcore/ping.api.h
index 2ae5b365..d4d071b1 100644
--- a/toxcore/ping.api.h
+++ b/toxcore/ping.api.h
@@ -1,28 +1,12 @@
1%{ 1%{
2/* 2/* SPDX-License-Identifier: GPL-3.0-or-later
3 * Buffered pinging using cyclic arrays.
4 */
5
6/*
7 * Copyright © 2016-2018 The TokTok team. 3 * Copyright © 2016-2018 The TokTok team.
8 * Copyright © 2013 Tox project. 4 * Copyright © 2013 Tox project.
9 * Copyright © 2013 plutooo 5 * Copyright © 2013 plutooo
10 * 6 */
11 * This file is part of Tox, the free peer to peer instant messenger. 7
12 * This file is donated to the Tox Project. 8/*
13 * 9 * Buffered pinging using cyclic arrays.
14 * Tox is free software: you can redistribute it and/or modify
15 * it under the terms of the GNU General Public License as published by
16 * the Free Software Foundation, either version 3 of the License, or
17 * (at your option) any later version.
18 *
19 * Tox is distributed in the hope that it will be useful,
20 * but WITHOUT ANY WARRANTY; without even the implied warranty of
21 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22 * GNU General Public License for more details.
23 *
24 * You should have received a copy of the GNU General Public License
25 * along with Tox. If not, see <http://www.gnu.org/licenses/>.
26 */ 10 */
27#ifndef C_TOXCORE_TOXCORE_PING_H 11#ifndef C_TOXCORE_TOXCORE_PING_H
28#define C_TOXCORE_TOXCORE_PING_H 12#define C_TOXCORE_TOXCORE_PING_H