summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--auto_tests/file_saving_test.c2
-rw-r--r--other/DHT_bootstrap.c2
-rw-r--r--other/bootstrap_daemon/src/command_line_arguments.c2
-rw-r--r--other/bootstrap_daemon/src/command_line_arguments.h2
-rw-r--r--other/bootstrap_daemon/src/config.c2
-rw-r--r--other/bootstrap_daemon/src/config.h2
-rw-r--r--other/bootstrap_daemon/src/config_defaults.h2
-rw-r--r--other/bootstrap_daemon/src/global.h2
-rw-r--r--other/bootstrap_daemon/src/log.c2
-rw-r--r--other/bootstrap_daemon/src/log.h2
-rw-r--r--other/bootstrap_daemon/src/log_backend_stdout.c2
-rw-r--r--other/bootstrap_daemon/src/log_backend_stdout.h2
-rw-r--r--other/bootstrap_daemon/src/log_backend_syslog.c2
-rw-r--r--other/bootstrap_daemon/src/log_backend_syslog.h2
-rw-r--r--other/bootstrap_daemon/src/tox-bootstrapd.c2
-rw-r--r--other/bootstrap_node_packets.c2
-rw-r--r--other/bootstrap_node_packets.h2
-rw-r--r--testing/DHT_test.c2
-rw-r--r--testing/Messenger_test.c2
-rw-r--r--testing/av_test.c2
-rw-r--r--testing/misc_tools.c2
-rw-r--r--toxav/audio.c2
-rw-r--r--toxav/audio.h2
-rw-r--r--toxav/bwcontroller.c2
-rw-r--r--toxav/bwcontroller.h2
-rw-r--r--toxav/groupav.c2
-rw-r--r--toxav/groupav.h2
-rw-r--r--toxav/msi.c2
-rw-r--r--toxav/msi.h2
-rw-r--r--toxav/ring_buffer.c2
-rw-r--r--toxav/ring_buffer.h2
-rw-r--r--toxav/toxav.api.h2
-rw-r--r--toxav/toxav.c2
-rw-r--r--toxav/toxav.h2
-rw-r--r--toxav/toxav_old.c2
-rw-r--r--toxav/video.c2
-rw-r--r--toxav/video.h2
-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
-rw-r--r--toxencryptsave/toxencryptsave.api.h2
-rw-r--r--toxencryptsave/toxencryptsave.c2
-rw-r--r--toxencryptsave/toxencryptsave.h2
85 files changed, 85 insertions, 85 deletions
diff --git a/auto_tests/file_saving_test.c b/auto_tests/file_saving_test.c
index b86eb6c3..1a345b23 100644
--- a/auto_tests/file_saving_test.c
+++ b/auto_tests/file_saving_test.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 © 2016 Tox project. 8 * Copyright © 2016 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/other/DHT_bootstrap.c b/other/DHT_bootstrap.c
index 6af042ac..ddec0d7b 100644
--- a/other/DHT_bootstrap.c
+++ b/other/DHT_bootstrap.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/other/bootstrap_daemon/src/command_line_arguments.c b/other/bootstrap_daemon/src/command_line_arguments.c
index d76bc655..4b3f3e23 100644
--- a/other/bootstrap_daemon/src/command_line_arguments.c
+++ b/other/bootstrap_daemon/src/command_line_arguments.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 © 2015-2016 Tox project. 8 * Copyright © 2015-2016 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/other/bootstrap_daemon/src/command_line_arguments.h b/other/bootstrap_daemon/src/command_line_arguments.h
index d2c5d077..d0f07583 100644
--- a/other/bootstrap_daemon/src/command_line_arguments.h
+++ b/other/bootstrap_daemon/src/command_line_arguments.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 © 2015-2016 Tox project. 8 * Copyright © 2015-2016 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/other/bootstrap_daemon/src/config.c b/other/bootstrap_daemon/src/config.c
index 0a7f566b..326b6f5b 100644
--- a/other/bootstrap_daemon/src/config.c
+++ b/other/bootstrap_daemon/src/config.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 © 2014-2016 Tox project. 8 * Copyright © 2014-2016 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/other/bootstrap_daemon/src/config.h b/other/bootstrap_daemon/src/config.h
index 5ad5caae..c6fca58e 100644
--- a/other/bootstrap_daemon/src/config.h
+++ b/other/bootstrap_daemon/src/config.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 © 2014-2016 Tox project. 8 * Copyright © 2014-2016 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/other/bootstrap_daemon/src/config_defaults.h b/other/bootstrap_daemon/src/config_defaults.h
index 89ab3afe..603968c2 100644
--- a/other/bootstrap_daemon/src/config_defaults.h
+++ b/other/bootstrap_daemon/src/config_defaults.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 © 2014-2016 Tox project. 8 * Copyright © 2014-2016 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/other/bootstrap_daemon/src/global.h b/other/bootstrap_daemon/src/global.h
index 40a13c50..437dbadd 100644
--- a/other/bootstrap_daemon/src/global.h
+++ b/other/bootstrap_daemon/src/global.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 © 2014-2016 Tox project. 8 * Copyright © 2014-2016 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/other/bootstrap_daemon/src/log.c b/other/bootstrap_daemon/src/log.c
index 26d10a12..4c8a9402 100644
--- a/other/bootstrap_daemon/src/log.c
+++ b/other/bootstrap_daemon/src/log.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 © 2015-2016 Tox project. 8 * Copyright © 2015-2016 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/other/bootstrap_daemon/src/log.h b/other/bootstrap_daemon/src/log.h
index a810d997..77e623f9 100644
--- a/other/bootstrap_daemon/src/log.h
+++ b/other/bootstrap_daemon/src/log.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 © 2015-2016 Tox project. 8 * Copyright © 2015-2016 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/other/bootstrap_daemon/src/log_backend_stdout.c b/other/bootstrap_daemon/src/log_backend_stdout.c
index 9a3573c7..8d70ba0a 100644
--- a/other/bootstrap_daemon/src/log_backend_stdout.c
+++ b/other/bootstrap_daemon/src/log_backend_stdout.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 © 2015-2016 Tox project. 8 * Copyright © 2015-2016 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/other/bootstrap_daemon/src/log_backend_stdout.h b/other/bootstrap_daemon/src/log_backend_stdout.h
index 096af49c..d24b5bf5 100644
--- a/other/bootstrap_daemon/src/log_backend_stdout.h
+++ b/other/bootstrap_daemon/src/log_backend_stdout.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 © 2015-2016 Tox project. 8 * Copyright © 2015-2016 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/other/bootstrap_daemon/src/log_backend_syslog.c b/other/bootstrap_daemon/src/log_backend_syslog.c
index 73ecc964..c656f485 100644
--- a/other/bootstrap_daemon/src/log_backend_syslog.c
+++ b/other/bootstrap_daemon/src/log_backend_syslog.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 © 2015-2016 Tox project. 8 * Copyright © 2015-2016 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/other/bootstrap_daemon/src/log_backend_syslog.h b/other/bootstrap_daemon/src/log_backend_syslog.h
index 5e9a3069..ed82fec5 100644
--- a/other/bootstrap_daemon/src/log_backend_syslog.h
+++ b/other/bootstrap_daemon/src/log_backend_syslog.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 © 2015-2016 Tox project. 8 * Copyright © 2015-2016 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/other/bootstrap_daemon/src/tox-bootstrapd.c b/other/bootstrap_daemon/src/tox-bootstrapd.c
index 807e1100..0c18e05a 100644
--- a/other/bootstrap_daemon/src/tox-bootstrapd.c
+++ b/other/bootstrap_daemon/src/tox-bootstrapd.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 © 2014-2016 Tox project. 8 * Copyright © 2014-2016 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/other/bootstrap_node_packets.c b/other/bootstrap_node_packets.c
index 5b447c62..8b809013 100644
--- a/other/bootstrap_node_packets.c
+++ b/other/bootstrap_node_packets.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/other/bootstrap_node_packets.h b/other/bootstrap_node_packets.h
index c213253c..0ac314f4 100644
--- a/other/bootstrap_node_packets.h
+++ b/other/bootstrap_node_packets.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 © 2015 Tox project. 9 * Copyright © 2015 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/testing/DHT_test.c b/testing/DHT_test.c
index 5e5f6834..c2d6fe66 100644
--- a/testing/DHT_test.c
+++ b/testing/DHT_test.c
@@ -10,7 +10,7 @@
10 */ 10 */
11 11
12/* 12/*
13 * Copyright © 2016-2017 The TokTok team. 13 * Copyright © 2016-2018 The TokTok team.
14 * Copyright © 2013 Tox project. 14 * Copyright © 2013 Tox project.
15 * 15 *
16 * This file is part of Tox, the free peer to peer instant messenger. 16 * This file is part of Tox, the free peer to peer instant messenger.
diff --git a/testing/Messenger_test.c b/testing/Messenger_test.c
index 880fc514..70ee6578 100644
--- a/testing/Messenger_test.c
+++ b/testing/Messenger_test.c
@@ -20,7 +20,7 @@
20 */ 20 */
21 21
22/* 22/*
23 * Copyright © 2016-2017 The TokTok team. 23 * Copyright © 2016-2018 The TokTok team.
24 * Copyright © 2013 Tox project. 24 * Copyright © 2013 Tox project.
25 * 25 *
26 * This file is part of Tox, the free peer to peer instant messenger. 26 * This file is part of Tox, the free peer to peer instant messenger.
diff --git a/testing/av_test.c b/testing/av_test.c
index d484250b..d27a2e6f 100644
--- a/testing/av_test.c
+++ b/testing/av_test.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-2015 Tox project. 9 * Copyright © 2013-2015 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/testing/misc_tools.c b/testing/misc_tools.c
index 9549b4b6..16fb2e22 100644
--- a/testing/misc_tools.c
+++ b/testing/misc_tools.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/toxav/audio.c b/toxav/audio.c
index f1284f54..5da41570 100644
--- a/toxav/audio.c
+++ b/toxav/audio.c
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright © 2016-2017 The TokTok team. 2 * Copyright © 2016-2018 The TokTok team.
3 * Copyright © 2013-2015 Tox project. 3 * Copyright © 2013-2015 Tox project.
4 * 4 *
5 * This file is part of Tox, the free peer to peer instant messenger. 5 * This file is part of Tox, the free peer to peer instant messenger.
diff --git a/toxav/audio.h b/toxav/audio.h
index 6a19e6b6..1a33a2ae 100644
--- a/toxav/audio.h
+++ b/toxav/audio.h
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright © 2016-2017 The TokTok team. 2 * Copyright © 2016-2018 The TokTok team.
3 * Copyright © 2013-2015 Tox project. 3 * Copyright © 2013-2015 Tox project.
4 * 4 *
5 * This file is part of Tox, the free peer to peer instant messenger. 5 * This file is part of Tox, the free peer to peer instant messenger.
diff --git a/toxav/bwcontroller.c b/toxav/bwcontroller.c
index 695bb99b..238a44c8 100644
--- a/toxav/bwcontroller.c
+++ b/toxav/bwcontroller.c
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright © 2016-2017 The TokTok team. 2 * Copyright © 2016-2018 The TokTok team.
3 * Copyright © 2013-2015 Tox project. 3 * Copyright © 2013-2015 Tox project.
4 * 4 *
5 * This file is part of Tox, the free peer to peer instant messenger. 5 * This file is part of Tox, the free peer to peer instant messenger.
diff --git a/toxav/bwcontroller.h b/toxav/bwcontroller.h
index c0e2dfc9..00342d97 100644
--- a/toxav/bwcontroller.h
+++ b/toxav/bwcontroller.h
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright © 2016-2017 The TokTok team. 2 * Copyright © 2016-2018 The TokTok team.
3 * Copyright © 2013-2015 Tox project. 3 * Copyright © 2013-2015 Tox project.
4 * 4 *
5 * This file is part of Tox, the free peer to peer instant messenger. 5 * This file is part of Tox, the free peer to peer instant messenger.
diff --git a/toxav/groupav.c b/toxav/groupav.c
index 40338fb8..55a5fe55 100644
--- a/toxav/groupav.c
+++ b/toxav/groupav.c
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright © 2016-2017 The TokTok team. 2 * Copyright © 2016-2018 The TokTok team.
3 * Copyright © 2014 Tox project. 3 * Copyright © 2014 Tox project.
4 * 4 *
5 * This file is part of Tox, the free peer to peer instant messenger. 5 * This file is part of Tox, the free peer to peer instant messenger.
diff --git a/toxav/groupav.h b/toxav/groupav.h
index 31c9abba..a65921a4 100644
--- a/toxav/groupav.h
+++ b/toxav/groupav.h
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright © 2016-2017 The TokTok team. 2 * Copyright © 2016-2018 The TokTok team.
3 * Copyright © 2014 Tox project. 3 * Copyright © 2014 Tox project.
4 * 4 *
5 * This file is part of Tox, the free peer to peer instant messenger. 5 * This file is part of Tox, the free peer to peer instant messenger.
diff --git a/toxav/msi.c b/toxav/msi.c
index 41f33c7f..42f5fc58 100644
--- a/toxav/msi.c
+++ b/toxav/msi.c
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright © 2016-2017 The TokTok team. 2 * Copyright © 2016-2018 The TokTok team.
3 * Copyright © 2013-2015 Tox project. 3 * Copyright © 2013-2015 Tox project.
4 * 4 *
5 * This file is part of Tox, the free peer to peer instant messenger. 5 * This file is part of Tox, the free peer to peer instant messenger.
diff --git a/toxav/msi.h b/toxav/msi.h
index 24dfd588..30841498 100644
--- a/toxav/msi.h
+++ b/toxav/msi.h
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright © 2016-2017 The TokTok team. 2 * Copyright © 2016-2018 The TokTok team.
3 * Copyright © 2013-2015 Tox project. 3 * Copyright © 2013-2015 Tox project.
4 * 4 *
5 * This file is part of Tox, the free peer to peer instant messenger. 5 * This file is part of Tox, the free peer to peer instant messenger.
diff --git a/toxav/ring_buffer.c b/toxav/ring_buffer.c
index d3f013c6..2b76f2ba 100644
--- a/toxav/ring_buffer.c
+++ b/toxav/ring_buffer.c
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright © 2016-2017 The TokTok team. 2 * Copyright © 2016-2018 The TokTok team.
3 * Copyright © 2013 Tox project. 3 * Copyright © 2013 Tox project.
4 * Copyright © 2013 plutooo 4 * Copyright © 2013 plutooo
5 * 5 *
diff --git a/toxav/ring_buffer.h b/toxav/ring_buffer.h
index 1b52cdf2..307e16ec 100644
--- a/toxav/ring_buffer.h
+++ b/toxav/ring_buffer.h
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright © 2016-2017 The TokTok team. 2 * Copyright © 2016-2018 The TokTok team.
3 * Copyright © 2013 Tox project. 3 * Copyright © 2013 Tox project.
4 * Copyright © 2013 plutooo 4 * Copyright © 2013 plutooo
5 * 5 *
diff --git a/toxav/toxav.api.h b/toxav/toxav.api.h
index 29a61f16..02f8bc9f 100644
--- a/toxav/toxav.api.h
+++ b/toxav/toxav.api.h
@@ -1,6 +1,6 @@
1%{ 1%{
2/* 2/*
3 * Copyright © 2016-2017 The TokTok team. 3 * Copyright © 2016-2018 The TokTok team.
4 * Copyright © 2013-2015 Tox project. 4 * Copyright © 2013-2015 Tox project.
5 * 5 *
6 * This file is part of Tox, the free peer to peer instant messenger. 6 * This file is part of Tox, the free peer to peer instant messenger.
diff --git a/toxav/toxav.c b/toxav/toxav.c
index 19648936..85d0d9c1 100644
--- a/toxav/toxav.c
+++ b/toxav/toxav.c
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright © 2016-2017 The TokTok team. 2 * Copyright © 2016-2018 The TokTok team.
3 * Copyright © 2013-2015 Tox project. 3 * Copyright © 2013-2015 Tox project.
4 * 4 *
5 * This file is part of Tox, the free peer to peer instant messenger. 5 * This file is part of Tox, the free peer to peer instant messenger.
diff --git a/toxav/toxav.h b/toxav/toxav.h
index 5b25fdeb..4cc2af2c 100644
--- a/toxav/toxav.h
+++ b/toxav/toxav.h
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright © 2016-2017 The TokTok team. 2 * Copyright © 2016-2018 The TokTok team.
3 * Copyright © 2013-2015 Tox project. 3 * Copyright © 2013-2015 Tox project.
4 * 4 *
5 * This file is part of Tox, the free peer to peer instant messenger. 5 * This file is part of Tox, the free peer to peer instant messenger.
diff --git a/toxav/toxav_old.c b/toxav/toxav_old.c
index 2ea9def4..e9850973 100644
--- a/toxav/toxav_old.c
+++ b/toxav/toxav_old.c
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright © 2016-2017 The TokTok team. 2 * Copyright © 2016-2018 The TokTok team.
3 * Copyright © 2013-2015 Tox project. 3 * Copyright © 2013-2015 Tox project.
4 * 4 *
5 * This file is part of Tox, the free peer to peer instant messenger. 5 * This file is part of Tox, the free peer to peer instant messenger.
diff --git a/toxav/video.c b/toxav/video.c
index 5a160d37..3f4d96e1 100644
--- a/toxav/video.c
+++ b/toxav/video.c
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright © 2016-2017 The TokTok team. 2 * Copyright © 2016-2018 The TokTok team.
3 * Copyright © 2013-2015 Tox project. 3 * Copyright © 2013-2015 Tox project.
4 * 4 *
5 * This file is part of Tox, the free peer to peer instant messenger. 5 * This file is part of Tox, the free peer to peer instant messenger.
diff --git a/toxav/video.h b/toxav/video.h
index 14d866d1..2eee1c05 100644
--- a/toxav/video.h
+++ b/toxav/video.h
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright © 2016-2017 The TokTok team. 2 * Copyright © 2016-2018 The TokTok team.
3 * Copyright © 2013-2015 Tox project. 3 * Copyright © 2013-2015 Tox project.
4 * 4 *
5 * This file is part of Tox, the free peer to peer instant messenger. 5 * This file is part of Tox, the free peer to peer instant messenger.
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 *
diff --git a/toxencryptsave/toxencryptsave.api.h b/toxencryptsave/toxencryptsave.api.h
index 3adf3a9d..b034288a 100644
--- a/toxencryptsave/toxencryptsave.api.h
+++ b/toxencryptsave/toxencryptsave.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-2016 Tox Developers. 8 * Copyright © 2013-2016 Tox Developers.
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/toxencryptsave/toxencryptsave.c b/toxencryptsave/toxencryptsave.c
index 7c81f722..6221b0b6 100644
--- a/toxencryptsave/toxencryptsave.c
+++ b/toxencryptsave/toxencryptsave.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/toxencryptsave/toxencryptsave.h b/toxencryptsave/toxencryptsave.h
index c5a1dff9..78d377e5 100644
--- a/toxencryptsave/toxencryptsave.h
+++ b/toxencryptsave/toxencryptsave.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-2016 Tox Developers. 7 * Copyright © 2013-2016 Tox Developers.
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.