summaryrefslogtreecommitdiff
path: root/testing/tox_sync.c
diff options
context:
space:
mode:
authoriphydf <iphydf@users.noreply.github.com>2017-01-14 15:46:31 +0000
committeriphydf <iphydf@users.noreply.github.com>2017-01-19 00:01:44 +0000
commit8f96ca6d860ee6d2fb9a502b0e931b461edb3919 (patch)
treebdb077aee7bbb419e183ff6d5b0740a58506463e /testing/tox_sync.c
parent6d6a4e1e3a96c6fa3e5e07ed57912baf67691ff2 (diff)
Update license headers and remove redundant file name comment.
"All rights reserved" was incorrect. The project was licensed under GPL3, which means a lot of rights are licensed to everybody in the world, i.e. not reserved to the "Tox Project".
Diffstat (limited to 'testing/tox_sync.c')
-rw-r--r--testing/tox_sync.c32
1 files changed, 16 insertions, 16 deletions
diff --git a/testing/tox_sync.c b/testing/tox_sync.c
index 6ac3dcf0..c719b3ec 100644
--- a/testing/tox_sync.c
+++ b/testing/tox_sync.c
@@ -7,27 +7,27 @@
7 * EX: ./test 127.0.0.1 33445 CDCFD319CE3460824B33BE58FD86B8941C9585181D8FBD7C79C5721D7C2E9F7C ./sync_folder/ 7 * EX: ./test 127.0.0.1 33445 CDCFD319CE3460824B33BE58FD86B8941C9585181D8FBD7C79C5721D7C2E9F7C ./sync_folder/
8 * 8 *
9 * NOTE: for security purposes, both tox sync instances must manually add each other as friend for it to work. 9 * NOTE: for security purposes, both tox sync instances must manually add each other as friend for it to work.
10 */
11
12/*
13 * Copyright © 2016-2017 The TokTok team.
14 * Copyright © 2013 Tox project.
10 * 15 *
16 * This file is part of Tox, the free peer to peer instant messenger.
11 * 17 *
12 * Copyright (C) 2013 Tox project All Rights Reserved. 18 * Tox is free software: you can redistribute it and/or modify
13 * 19 * it under the terms of the GNU General Public License as published by
14 * This file is part of Tox. 20 * the Free Software Foundation, either version 3 of the License, or
15 * 21 * (at your option) any later version.
16 * Tox is free software: you can redistribute it and/or modify
17 * it under the terms of the GNU General Public License as published by
18 * the Free Software Foundation, either version 3 of the License, or
19 * (at your option) any later version.
20 *
21 * Tox is distributed in the hope that it will be useful,
22 * but WITHOUT ANY WARRANTY; without even the implied warranty of
23 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
24 * GNU General Public License for more details.
25 * 22 *
26 * You should have received a copy of the GNU General Public License 23 * Tox is distributed in the hope that it will be useful,
27 * along with Tox. If not, see <http://www.gnu.org/licenses/>. 24 * but WITHOUT ANY WARRANTY; without even the implied warranty of
25 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
26 * GNU General Public License for more details.
28 * 27 *
28 * You should have received a copy of the GNU General Public License
29 * along with Tox. If not, see <http://www.gnu.org/licenses/>.
29 */ 30 */
30
31#define _XOPEN_SOURCE 600 31#define _XOPEN_SOURCE 600
32 32
33#ifdef HAVE_CONFIG_H 33#ifdef HAVE_CONFIG_H