summaryrefslogtreecommitdiff
path: root/toxcore
diff options
context:
space:
mode:
authoriphydf <iphydf@users.noreply.github.com>2018-08-25 23:36:42 +0000
committeriphydf <iphydf@users.noreply.github.com>2018-08-26 18:57:29 +0000
commit473cde24d81526bb23ae1c535be590f53078f2f4 (patch)
tree959e60f6df5b5e6d4b4f537e3d95479f008d1a1b /toxcore
parent368e7e37bca3dc93dbf7108801a8180a736419a8 (diff)
Update copyright to 2018.
Diffstat (limited to 'toxcore')
-rw-r--r--toxcore/DHT.h2
-rw-r--r--toxcore/LAN_discovery.api.h2
-rw-r--r--toxcore/LAN_discovery.c2
-rw-r--r--toxcore/LAN_discovery.h2
-rw-r--r--toxcore/Messenger.c2
-rw-r--r--toxcore/Messenger.h2
-rw-r--r--toxcore/TCP_client.c2
-rw-r--r--toxcore/TCP_client.h2
-rw-r--r--toxcore/TCP_connection.c2
-rw-r--r--toxcore/TCP_connection.h2
-rw-r--r--toxcore/TCP_server.c2
-rw-r--r--toxcore/TCP_server.h2
-rw-r--r--toxcore/crypto_core.api.h2
-rw-r--r--toxcore/crypto_core.c2
-rw-r--r--toxcore/crypto_core.h2
-rw-r--r--toxcore/friend_connection.c2
-rw-r--r--toxcore/friend_connection.h2
-rw-r--r--toxcore/friend_requests.c2
-rw-r--r--toxcore/friend_requests.h2
-rw-r--r--toxcore/group.c2
-rw-r--r--toxcore/group.h2
-rw-r--r--toxcore/list.c2
-rw-r--r--toxcore/list.h2
-rw-r--r--toxcore/logger.c2
-rw-r--r--toxcore/logger.h2
-rw-r--r--toxcore/net_crypto.c2
-rw-r--r--toxcore/net_crypto.h2
-rw-r--r--toxcore/network.c2
-rw-r--r--toxcore/network.h2
-rw-r--r--toxcore/onion.h2
-rw-r--r--toxcore/onion_announce.c2
-rw-r--r--toxcore/onion_announce.h2
-rw-r--r--toxcore/onion_client.c2
-rw-r--r--toxcore/onion_client.h2
-rw-r--r--toxcore/ping.api.h2
-rw-r--r--toxcore/ping.c2
-rw-r--r--toxcore/ping.h2
-rw-r--r--toxcore/ping_array.api.h2
-rw-r--r--toxcore/ping_array.c2
-rw-r--r--toxcore/ping_array.h2
-rw-r--r--toxcore/tox.api.h2
-rw-r--r--toxcore/tox.c2
-rw-r--r--toxcore/tox.h2
-rw-r--r--toxcore/util.c2
-rw-r--r--toxcore/util.h2
45 files changed, 45 insertions, 45 deletions
diff --git a/toxcore/DHT.h b/toxcore/DHT.h
index 4219bf47..bb17b3ea 100644
--- a/toxcore/DHT.h
+++ b/toxcore/DHT.h
@@ -3,7 +3,7 @@
3 */ 3 */
4 4
5/* 5/*
6 * Copyright © 2016-2017 The TokTok team. 6 * Copyright © 2016-2018 The TokTok team.
7 * Copyright © 2013 Tox project. 7 * Copyright © 2013 Tox project.
8 * 8 *
9 * This file is part of Tox, the free peer to peer instant messenger. 9 * This file is part of Tox, the free peer to peer instant messenger.
diff --git a/toxcore/LAN_discovery.api.h b/toxcore/LAN_discovery.api.h
index 9e6c6481..1ffe68c8 100644
--- a/toxcore/LAN_discovery.api.h
+++ b/toxcore/LAN_discovery.api.h
@@ -4,7 +4,7 @@
4 */ 4 */
5 5
6/* 6/*
7 * Copyright © 2016-2017 The TokTok team. 7 * Copyright © 2016-2018 The TokTok team.
8 * Copyright © 2013 Tox project. 8 * Copyright © 2013 Tox project.
9 * 9 *
10 * This file is part of Tox, the free peer to peer instant messenger. 10 * This file is part of Tox, the free peer to peer instant messenger.
diff --git a/toxcore/LAN_discovery.c b/toxcore/LAN_discovery.c
index 0b2a8783..3b1d8bf8 100644
--- a/toxcore/LAN_discovery.c
+++ b/toxcore/LAN_discovery.c
@@ -3,7 +3,7 @@
3 */ 3 */
4 4
5/* 5/*
6 * Copyright © 2016-2017 The TokTok team. 6 * Copyright © 2016-2018 The TokTok team.
7 * Copyright © 2013 Tox project. 7 * Copyright © 2013 Tox project.
8 * 8 *
9 * This file is part of Tox, the free peer to peer instant messenger. 9 * This file is part of Tox, the free peer to peer instant messenger.
diff --git a/toxcore/LAN_discovery.h b/toxcore/LAN_discovery.h
index 6d9d17b6..10a286e0 100644
--- a/toxcore/LAN_discovery.h
+++ b/toxcore/LAN_discovery.h
@@ -3,7 +3,7 @@
3 */ 3 */
4 4
5/* 5/*
6 * Copyright © 2016-2017 The TokTok team. 6 * Copyright © 2016-2018 The TokTok team.
7 * Copyright © 2013 Tox project. 7 * Copyright © 2013 Tox project.
8 * 8 *
9 * This file is part of Tox, the free peer to peer instant messenger. 9 * This file is part of Tox, the free peer to peer instant messenger.
diff --git a/toxcore/Messenger.c b/toxcore/Messenger.c
index dacd662b..cd1cdf2f 100644
--- a/toxcore/Messenger.c
+++ b/toxcore/Messenger.c
@@ -3,7 +3,7 @@
3 */ 3 */
4 4
5/* 5/*
6 * Copyright © 2016-2017 The TokTok team. 6 * Copyright © 2016-2018 The TokTok team.
7 * Copyright © 2013 Tox project. 7 * Copyright © 2013 Tox project.
8 * 8 *
9 * This file is part of Tox, the free peer to peer instant messenger. 9 * This file is part of Tox, the free peer to peer instant messenger.
diff --git a/toxcore/Messenger.h b/toxcore/Messenger.h
index 0bb230cf..d306da45 100644
--- a/toxcore/Messenger.h
+++ b/toxcore/Messenger.h
@@ -4,7 +4,7 @@
4 */ 4 */
5 5
6/* 6/*
7 * Copyright © 2016-2017 The TokTok team. 7 * Copyright © 2016-2018 The TokTok team.
8 * Copyright © 2013 Tox project. 8 * Copyright © 2013 Tox project.
9 * 9 *
10 * This file is part of Tox, the free peer to peer instant messenger. 10 * This file is part of Tox, the free peer to peer instant messenger.
diff --git a/toxcore/TCP_client.c b/toxcore/TCP_client.c
index a6beac4d..d8922eaa 100644
--- a/toxcore/TCP_client.c
+++ b/toxcore/TCP_client.c
@@ -3,7 +3,7 @@
3 */ 3 */
4 4
5/* 5/*
6 * Copyright © 2016-2017 The TokTok team. 6 * Copyright © 2016-2018 The TokTok team.
7 * Copyright © 2014 Tox project. 7 * Copyright © 2014 Tox project.
8 * 8 *
9 * This file is part of Tox, the free peer to peer instant messenger. 9 * This file is part of Tox, the free peer to peer instant messenger.
diff --git a/toxcore/TCP_client.h b/toxcore/TCP_client.h
index 38c6e01e..412e43e2 100644
--- a/toxcore/TCP_client.h
+++ b/toxcore/TCP_client.h
@@ -3,7 +3,7 @@
3 */ 3 */
4 4
5/* 5/*
6 * Copyright © 2016-2017 The TokTok team. 6 * Copyright © 2016-2018 The TokTok team.
7 * Copyright © 2014 Tox project. 7 * Copyright © 2014 Tox project.
8 * 8 *
9 * This file is part of Tox, the free peer to peer instant messenger. 9 * This file is part of Tox, the free peer to peer instant messenger.
diff --git a/toxcore/TCP_connection.c b/toxcore/TCP_connection.c
index 0c388a39..b11b1e3b 100644
--- a/toxcore/TCP_connection.c
+++ b/toxcore/TCP_connection.c
@@ -3,7 +3,7 @@
3 */ 3 */
4 4
5/* 5/*
6 * Copyright © 2016-2017 The TokTok team. 6 * Copyright © 2016-2018 The TokTok team.
7 * Copyright © 2015 Tox project. 7 * Copyright © 2015 Tox project.
8 * 8 *
9 * This file is part of Tox, the free peer to peer instant messenger. 9 * This file is part of Tox, the free peer to peer instant messenger.
diff --git a/toxcore/TCP_connection.h b/toxcore/TCP_connection.h
index 06b35829..8ae9549f 100644
--- a/toxcore/TCP_connection.h
+++ b/toxcore/TCP_connection.h
@@ -3,7 +3,7 @@
3 */ 3 */
4 4
5/* 5/*
6 * Copyright © 2016-2017 The TokTok team. 6 * Copyright © 2016-2018 The TokTok team.
7 * Copyright © 2015 Tox project. 7 * Copyright © 2015 Tox project.
8 * 8 *
9 * This file is part of Tox, the free peer to peer instant messenger. 9 * This file is part of Tox, the free peer to peer instant messenger.
diff --git a/toxcore/TCP_server.c b/toxcore/TCP_server.c
index 7fe17434..2b6878fe 100644
--- a/toxcore/TCP_server.c
+++ b/toxcore/TCP_server.c
@@ -3,7 +3,7 @@
3 */ 3 */
4 4
5/* 5/*
6 * Copyright © 2016-2017 The TokTok team. 6 * Copyright © 2016-2018 The TokTok team.
7 * Copyright © 2014 Tox project. 7 * Copyright © 2014 Tox project.
8 * 8 *
9 * This file is part of Tox, the free peer to peer instant messenger. 9 * This file is part of Tox, the free peer to peer instant messenger.
diff --git a/toxcore/TCP_server.h b/toxcore/TCP_server.h
index 77ffd539..fe05b5a5 100644
--- a/toxcore/TCP_server.h
+++ b/toxcore/TCP_server.h
@@ -3,7 +3,7 @@
3 */ 3 */
4 4
5/* 5/*
6 * Copyright © 2016-2017 The TokTok team. 6 * Copyright © 2016-2018 The TokTok team.
7 * Copyright © 2014 Tox project. 7 * Copyright © 2014 Tox project.
8 * 8 *
9 * This file is part of Tox, the free peer to peer instant messenger. 9 * This file is part of Tox, the free peer to peer instant messenger.
diff --git a/toxcore/crypto_core.api.h b/toxcore/crypto_core.api.h
index 4b40860d..9623e5b3 100644
--- a/toxcore/crypto_core.api.h
+++ b/toxcore/crypto_core.api.h
@@ -4,7 +4,7 @@
4 */ 4 */
5 5
6/* 6/*
7 * Copyright © 2016-2017 The TokTok team. 7 * Copyright © 2016-2018 The TokTok team.
8 * Copyright © 2013 Tox project. 8 * Copyright © 2013 Tox project.
9 * 9 *
10 * This file is part of Tox, the free peer to peer instant messenger. 10 * This file is part of Tox, the free peer to peer instant messenger.
diff --git a/toxcore/crypto_core.c b/toxcore/crypto_core.c
index b9ec23a8..975a3b97 100644
--- a/toxcore/crypto_core.c
+++ b/toxcore/crypto_core.c
@@ -5,7 +5,7 @@
5 */ 5 */
6 6
7/* 7/*
8 * Copyright © 2016-2017 The TokTok team. 8 * Copyright © 2016-2018 The TokTok team.
9 * Copyright © 2013 Tox project. 9 * Copyright © 2013 Tox project.
10 * 10 *
11 * This file is part of Tox, the free peer to peer instant messenger. 11 * This file is part of Tox, the free peer to peer instant messenger.
diff --git a/toxcore/crypto_core.h b/toxcore/crypto_core.h
index 18c1339e..90b86990 100644
--- a/toxcore/crypto_core.h
+++ b/toxcore/crypto_core.h
@@ -3,7 +3,7 @@
3 */ 3 */
4 4
5/* 5/*
6 * Copyright © 2016-2017 The TokTok team. 6 * Copyright © 2016-2018 The TokTok team.
7 * Copyright © 2013 Tox project. 7 * Copyright © 2013 Tox project.
8 * 8 *
9 * This file is part of Tox, the free peer to peer instant messenger. 9 * This file is part of Tox, the free peer to peer instant messenger.
diff --git a/toxcore/friend_connection.c b/toxcore/friend_connection.c
index f8b0ccf1..9c805b45 100644
--- a/toxcore/friend_connection.c
+++ b/toxcore/friend_connection.c
@@ -3,7 +3,7 @@
3 */ 3 */
4 4
5/* 5/*
6 * Copyright © 2016-2017 The TokTok team. 6 * Copyright © 2016-2018 The TokTok team.
7 * Copyright © 2014 Tox project. 7 * Copyright © 2014 Tox project.
8 * 8 *
9 * This file is part of Tox, the free peer to peer instant messenger. 9 * This file is part of Tox, the free peer to peer instant messenger.
diff --git a/toxcore/friend_connection.h b/toxcore/friend_connection.h
index 06d7a123..8a355377 100644
--- a/toxcore/friend_connection.h
+++ b/toxcore/friend_connection.h
@@ -3,7 +3,7 @@
3 */ 3 */
4 4
5/* 5/*
6 * Copyright © 2016-2017 The TokTok team. 6 * Copyright © 2016-2018 The TokTok team.
7 * Copyright © 2014 Tox project. 7 * Copyright © 2014 Tox project.
8 * 8 *
9 * This file is part of Tox, the free peer to peer instant messenger. 9 * This file is part of Tox, the free peer to peer instant messenger.
diff --git a/toxcore/friend_requests.c b/toxcore/friend_requests.c
index c4f25127..fa1defc8 100644
--- a/toxcore/friend_requests.c
+++ b/toxcore/friend_requests.c
@@ -3,7 +3,7 @@
3 */ 3 */
4 4
5/* 5/*
6 * Copyright © 2016-2017 The TokTok team. 6 * Copyright © 2016-2018 The TokTok team.
7 * Copyright © 2013 Tox project. 7 * Copyright © 2013 Tox project.
8 * 8 *
9 * This file is part of Tox, the free peer to peer instant messenger. 9 * This file is part of Tox, the free peer to peer instant messenger.
diff --git a/toxcore/friend_requests.h b/toxcore/friend_requests.h
index 77c3af68..f8b3718c 100644
--- a/toxcore/friend_requests.h
+++ b/toxcore/friend_requests.h
@@ -3,7 +3,7 @@
3 */ 3 */
4 4
5/* 5/*
6 * Copyright © 2016-2017 The TokTok team. 6 * Copyright © 2016-2018 The TokTok team.
7 * Copyright © 2014 Tox project. 7 * Copyright © 2014 Tox project.
8 * 8 *
9 * This file is part of Tox, the free peer to peer instant messenger. 9 * This file is part of Tox, the free peer to peer instant messenger.
diff --git a/toxcore/group.c b/toxcore/group.c
index 5372eedb..4c77c0d4 100644
--- a/toxcore/group.c
+++ b/toxcore/group.c
@@ -3,7 +3,7 @@
3 */ 3 */
4 4
5/* 5/*
6 * Copyright © 2016-2017 The TokTok team. 6 * Copyright © 2016-2018 The TokTok team.
7 * Copyright © 2014 Tox project. 7 * Copyright © 2014 Tox project.
8 * 8 *
9 * This file is part of Tox, the free peer to peer instant messenger. 9 * This file is part of Tox, the free peer to peer instant messenger.
diff --git a/toxcore/group.h b/toxcore/group.h
index 90e7e924..68488e27 100644
--- a/toxcore/group.h
+++ b/toxcore/group.h
@@ -3,7 +3,7 @@
3 */ 3 */
4 4
5/* 5/*
6 * Copyright © 2016-2017 The TokTok team. 6 * Copyright © 2016-2018 The TokTok team.
7 * Copyright © 2014 Tox project. 7 * Copyright © 2014 Tox project.
8 * 8 *
9 * This file is part of Tox, the free peer to peer instant messenger. 9 * This file is part of Tox, the free peer to peer instant messenger.
diff --git a/toxcore/list.c b/toxcore/list.c
index e4c16054..1cc143e2 100644
--- a/toxcore/list.c
+++ b/toxcore/list.c
@@ -5,7 +5,7 @@
5 */ 5 */
6 6
7/* 7/*
8 * Copyright © 2016-2017 The TokTok team. 8 * Copyright © 2016-2018 The TokTok team.
9 * Copyright © 2014 Tox project. 9 * Copyright © 2014 Tox project.
10 * 10 *
11 * This file is part of Tox, the free peer to peer instant messenger. 11 * This file is part of Tox, the free peer to peer instant messenger.
diff --git a/toxcore/list.h b/toxcore/list.h
index 628b46a0..6ec67505 100644
--- a/toxcore/list.h
+++ b/toxcore/list.h
@@ -5,7 +5,7 @@
5 */ 5 */
6 6
7/* 7/*
8 * Copyright © 2016-2017 The TokTok team. 8 * Copyright © 2016-2018 The TokTok team.
9 * Copyright © 2014 Tox project. 9 * Copyright © 2014 Tox project.
10 * 10 *
11 * This file is part of Tox, the free peer to peer instant messenger. 11 * This file is part of Tox, the free peer to peer instant messenger.
diff --git a/toxcore/logger.c b/toxcore/logger.c
index 5e16233c..51c30ede 100644
--- a/toxcore/logger.c
+++ b/toxcore/logger.c
@@ -3,7 +3,7 @@
3 */ 3 */
4 4
5/* 5/*
6 * Copyright © 2016-2017 The TokTok team. 6 * Copyright © 2016-2018 The TokTok team.
7 * Copyright © 2013,2015 Tox project. 7 * Copyright © 2013,2015 Tox project.
8 * 8 *
9 * This file is part of Tox, the free peer to peer instant messenger. 9 * This file is part of Tox, the free peer to peer instant messenger.
diff --git a/toxcore/logger.h b/toxcore/logger.h
index dd7edee7..aaca7612 100644
--- a/toxcore/logger.h
+++ b/toxcore/logger.h
@@ -3,7 +3,7 @@
3 */ 3 */
4 4
5/* 5/*
6 * Copyright © 2016-2017 The TokTok team. 6 * Copyright © 2016-2018 The TokTok team.
7 * Copyright © 2013 Tox project. 7 * Copyright © 2013 Tox project.
8 * 8 *
9 * This file is part of Tox, the free peer to peer instant messenger. 9 * This file is part of Tox, the free peer to peer instant messenger.
diff --git a/toxcore/net_crypto.c b/toxcore/net_crypto.c
index 11795827..8213ce47 100644
--- a/toxcore/net_crypto.c
+++ b/toxcore/net_crypto.c
@@ -5,7 +5,7 @@
5 */ 5 */
6 6
7/* 7/*
8 * Copyright © 2016-2017 The TokTok team. 8 * Copyright © 2016-2018 The TokTok team.
9 * Copyright © 2013 Tox project. 9 * Copyright © 2013 Tox project.
10 * 10 *
11 * This file is part of Tox, the free peer to peer instant messenger. 11 * This file is part of Tox, the free peer to peer instant messenger.
diff --git a/toxcore/net_crypto.h b/toxcore/net_crypto.h
index 61a97e53..7a2ff1ff 100644
--- a/toxcore/net_crypto.h
+++ b/toxcore/net_crypto.h
@@ -3,7 +3,7 @@
3 */ 3 */
4 4
5/* 5/*
6 * Copyright © 2016-2017 The TokTok team. 6 * Copyright © 2016-2018 The TokTok team.
7 * Copyright © 2013 Tox project. 7 * Copyright © 2013 Tox project.
8 * 8 *
9 * This file is part of Tox, the free peer to peer instant messenger. 9 * This file is part of Tox, the free peer to peer instant messenger.
diff --git a/toxcore/network.c b/toxcore/network.c
index 08bec13a..efc7f7e4 100644
--- a/toxcore/network.c
+++ b/toxcore/network.c
@@ -3,7 +3,7 @@
3 */ 3 */
4 4
5/* 5/*
6 * Copyright © 2016-2017 The TokTok team. 6 * Copyright © 2016-2018 The TokTok team.
7 * Copyright © 2013 Tox project. 7 * Copyright © 2013 Tox project.
8 * 8 *
9 * This file is part of Tox, the free peer to peer instant messenger. 9 * This file is part of Tox, the free peer to peer instant messenger.
diff --git a/toxcore/network.h b/toxcore/network.h
index 276896b6..08be6f10 100644
--- a/toxcore/network.h
+++ b/toxcore/network.h
@@ -3,7 +3,7 @@
3 */ 3 */
4 4
5/* 5/*
6 * Copyright © 2016-2017 The TokTok team. 6 * Copyright © 2016-2018 The TokTok team.
7 * Copyright © 2013 Tox project. 7 * Copyright © 2013 Tox project.
8 * 8 *
9 * This file is part of Tox, the free peer to peer instant messenger. 9 * This file is part of Tox, the free peer to peer instant messenger.
diff --git a/toxcore/onion.h b/toxcore/onion.h
index ea177c70..c48d6566 100644
--- a/toxcore/onion.h
+++ b/toxcore/onion.h
@@ -3,7 +3,7 @@
3 */ 3 */
4 4
5/* 5/*
6 * Copyright © 2016-2017 The TokTok team. 6 * Copyright © 2016-2018 The TokTok team.
7 * Copyright © 2013 Tox project. 7 * Copyright © 2013 Tox project.
8 * 8 *
9 * This file is part of Tox, the free peer to peer instant messenger. 9 * This file is part of Tox, the free peer to peer instant messenger.
diff --git a/toxcore/onion_announce.c b/toxcore/onion_announce.c
index f7f06681..b7fdb5f7 100644
--- a/toxcore/onion_announce.c
+++ b/toxcore/onion_announce.c
@@ -3,7 +3,7 @@
3 */ 3 */
4 4
5/* 5/*
6 * Copyright © 2016-2017 The TokTok team. 6 * Copyright © 2016-2018 The TokTok team.
7 * Copyright © 2013 Tox project. 7 * Copyright © 2013 Tox project.
8 * 8 *
9 * This file is part of Tox, the free peer to peer instant messenger. 9 * This file is part of Tox, the free peer to peer instant messenger.
diff --git a/toxcore/onion_announce.h b/toxcore/onion_announce.h
index 628dc002..adbffc6a 100644
--- a/toxcore/onion_announce.h
+++ b/toxcore/onion_announce.h
@@ -3,7 +3,7 @@
3 */ 3 */
4 4
5/* 5/*
6 * Copyright © 2016-2017 The TokTok team. 6 * Copyright © 2016-2018 The TokTok team.
7 * Copyright © 2013 Tox project. 7 * Copyright © 2013 Tox project.
8 * 8 *
9 * This file is part of Tox, the free peer to peer instant messenger. 9 * This file is part of Tox, the free peer to peer instant messenger.
diff --git a/toxcore/onion_client.c b/toxcore/onion_client.c
index d3b5cefc..ae12f908 100644
--- a/toxcore/onion_client.c
+++ b/toxcore/onion_client.c
@@ -4,7 +4,7 @@
4 */ 4 */
5 5
6/* 6/*
7 * Copyright © 2016-2017 The TokTok team. 7 * Copyright © 2016-2018 The TokTok team.
8 * Copyright © 2013 Tox project. 8 * Copyright © 2013 Tox project.
9 * 9 *
10 * This file is part of Tox, the free peer to peer instant messenger. 10 * This file is part of Tox, the free peer to peer instant messenger.
diff --git a/toxcore/onion_client.h b/toxcore/onion_client.h
index c6aaec45..ff090ba2 100644
--- a/toxcore/onion_client.h
+++ b/toxcore/onion_client.h
@@ -4,7 +4,7 @@
4 */ 4 */
5 5
6/* 6/*
7 * Copyright © 2016-2017 The TokTok team. 7 * Copyright © 2016-2018 The TokTok team.
8 * Copyright © 2013 Tox project. 8 * Copyright © 2013 Tox project.
9 * 9 *
10 * This file is part of Tox, the free peer to peer instant messenger. 10 * This file is part of Tox, the free peer to peer instant messenger.
diff --git a/toxcore/ping.api.h b/toxcore/ping.api.h
index e75c4e14..9f8d319c 100644
--- a/toxcore/ping.api.h
+++ b/toxcore/ping.api.h
@@ -4,7 +4,7 @@
4 */ 4 */
5 5
6/* 6/*
7 * Copyright © 2016-2017 The TokTok team. 7 * Copyright © 2016-2018 The TokTok team.
8 * Copyright © 2013 Tox project. 8 * Copyright © 2013 Tox project.
9 * Copyright © 2013 plutooo 9 * Copyright © 2013 plutooo
10 * 10 *
diff --git a/toxcore/ping.c b/toxcore/ping.c
index 7ffe13b4..df0adf04 100644
--- a/toxcore/ping.c
+++ b/toxcore/ping.c
@@ -3,7 +3,7 @@
3 */ 3 */
4 4
5/* 5/*
6 * Copyright © 2016-2017 The TokTok team. 6 * Copyright © 2016-2018 The TokTok team.
7 * Copyright © 2013 Tox project. 7 * Copyright © 2013 Tox project.
8 * Copyright © 2013 plutooo 8 * Copyright © 2013 plutooo
9 * 9 *
diff --git a/toxcore/ping.h b/toxcore/ping.h
index 63ecb017..da9a53f2 100644
--- a/toxcore/ping.h
+++ b/toxcore/ping.h
@@ -3,7 +3,7 @@
3 */ 3 */
4 4
5/* 5/*
6 * Copyright © 2016-2017 The TokTok team. 6 * Copyright © 2016-2018 The TokTok team.
7 * Copyright © 2013 Tox project. 7 * Copyright © 2013 Tox project.
8 * Copyright © 2013 plutooo 8 * Copyright © 2013 plutooo
9 * 9 *
diff --git a/toxcore/ping_array.api.h b/toxcore/ping_array.api.h
index 74e2b002..b153db25 100644
--- a/toxcore/ping_array.api.h
+++ b/toxcore/ping_array.api.h
@@ -4,7 +4,7 @@
4 */ 4 */
5 5
6/* 6/*
7 * Copyright © 2016-2017 The TokTok team. 7 * Copyright © 2016-2018 The TokTok team.
8 * Copyright © 2013 Tox project. 8 * Copyright © 2013 Tox project.
9 * 9 *
10 * This file is part of Tox, the free peer to peer instant messenger. 10 * This file is part of Tox, the free peer to peer instant messenger.
diff --git a/toxcore/ping_array.c b/toxcore/ping_array.c
index 6669b4bd..c39dc881 100644
--- a/toxcore/ping_array.c
+++ b/toxcore/ping_array.c
@@ -3,7 +3,7 @@
3 */ 3 */
4 4
5/* 5/*
6 * Copyright © 2016-2017 The TokTok team. 6 * Copyright © 2016-2018 The TokTok team.
7 * Copyright © 2014 Tox project. 7 * Copyright © 2014 Tox project.
8 * 8 *
9 * This file is part of Tox, the free peer to peer instant messenger. 9 * This file is part of Tox, the free peer to peer instant messenger.
diff --git a/toxcore/ping_array.h b/toxcore/ping_array.h
index 7bc95a42..90e10460 100644
--- a/toxcore/ping_array.h
+++ b/toxcore/ping_array.h
@@ -3,7 +3,7 @@
3 */ 3 */
4 4
5/* 5/*
6 * Copyright © 2016-2017 The TokTok team. 6 * Copyright © 2016-2018 The TokTok team.
7 * Copyright © 2013 Tox project. 7 * Copyright © 2013 Tox project.
8 * 8 *
9 * This file is part of Tox, the free peer to peer instant messenger. 9 * This file is part of Tox, the free peer to peer instant messenger.
diff --git a/toxcore/tox.api.h b/toxcore/tox.api.h
index 3629bed1..7a265af7 100644
--- a/toxcore/tox.api.h
+++ b/toxcore/tox.api.h
@@ -4,7 +4,7 @@
4 */ 4 */
5 5
6/* 6/*
7 * Copyright © 2016-2017 The TokTok team. 7 * Copyright © 2016-2018 The TokTok team.
8 * Copyright © 2013 Tox project. 8 * Copyright © 2013 Tox project.
9 * 9 *
10 * This file is part of Tox, the free peer to peer instant messenger. 10 * This file is part of Tox, the free peer to peer instant messenger.
diff --git a/toxcore/tox.c b/toxcore/tox.c
index 4f596045..203a6550 100644
--- a/toxcore/tox.c
+++ b/toxcore/tox.c
@@ -3,7 +3,7 @@
3 */ 3 */
4 4
5/* 5/*
6 * Copyright © 2016-2017 The TokTok team. 6 * Copyright © 2016-2018 The TokTok team.
7 * Copyright © 2013 Tox project. 7 * Copyright © 2013 Tox project.
8 * 8 *
9 * This file is part of Tox, the free peer to peer instant messenger. 9 * This file is part of Tox, the free peer to peer instant messenger.
diff --git a/toxcore/tox.h b/toxcore/tox.h
index 9f3072a7..0f37dd09 100644
--- a/toxcore/tox.h
+++ b/toxcore/tox.h
@@ -3,7 +3,7 @@
3 */ 3 */
4 4
5/* 5/*
6 * Copyright © 2016-2017 The TokTok team. 6 * Copyright © 2016-2018 The TokTok team.
7 * Copyright © 2013 Tox project. 7 * Copyright © 2013 Tox project.
8 * 8 *
9 * This file is part of Tox, the free peer to peer instant messenger. 9 * This file is part of Tox, the free peer to peer instant messenger.
diff --git a/toxcore/util.c b/toxcore/util.c
index de01625e..adc0dc09 100644
--- a/toxcore/util.c
+++ b/toxcore/util.c
@@ -3,7 +3,7 @@
3 */ 3 */
4 4
5/* 5/*
6 * Copyright © 2016-2017 The TokTok team. 6 * Copyright © 2016-2018 The TokTok team.
7 * Copyright © 2013 Tox project. 7 * Copyright © 2013 Tox project.
8 * Copyright © 2013 plutooo 8 * Copyright © 2013 plutooo
9 * 9 *
diff --git a/toxcore/util.h b/toxcore/util.h
index 842c97a4..b4ba407d 100644
--- a/toxcore/util.h
+++ b/toxcore/util.h
@@ -3,7 +3,7 @@
3 */ 3 */
4 4
5/* 5/*
6 * Copyright © 2016-2017 The TokTok team. 6 * Copyright © 2016-2018 The TokTok team.
7 * Copyright © 2013 Tox project. 7 * Copyright © 2013 Tox project.
8 * Copyright © 2013 plutooo 8 * Copyright © 2013 plutooo
9 * 9 *