summaryrefslogtreecommitdiff
path: root/toxav
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 /toxav
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 'toxav')
-rw-r--r--toxav/audio.c30
-rw-r--r--toxav/audio.h30
-rw-r--r--toxav/bwcontroller.c30
-rw-r--r--toxav/bwcontroller.h36
-rw-r--r--toxav/groupav.c29
-rw-r--r--toxav/groupav.h29
-rw-r--r--toxav/msi.c31
-rw-r--r--toxav/msi.h30
-rw-r--r--toxav/ring_buffer.c21
-rw-r--r--toxav/ring_buffer.h21
-rw-r--r--toxav/rtp.c30
-rw-r--r--toxav/rtp.h30
-rw-r--r--toxav/toxav.api.h12
-rw-r--r--toxav/toxav.c30
-rw-r--r--toxav/toxav.h12
-rw-r--r--toxav/toxav_old.c11
-rw-r--r--toxav/video.c30
-rw-r--r--toxav/video.h30
18 files changed, 242 insertions, 230 deletions
diff --git a/toxav/audio.c b/toxav/audio.c
index f3351ac3..71dc53ea 100644
--- a/toxav/audio.c
+++ b/toxav/audio.c
@@ -1,24 +1,22 @@
1/** audio.c 1/*
2 * Copyright © 2016-2017 The TokTok team.
3 * Copyright © 2013-2015 Tox project.
2 * 4 *
3 * Copyright (C) 2013-2015 Tox project All Rights Reserved. 5 * This file is part of Tox, the free peer to peer instant messenger.
4 * 6 *
5 * This file is part of Tox. 7 * Tox is free software: you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by
9 * the Free Software Foundation, either version 3 of the License, or
10 * (at your option) any later version.
6 * 11 *
7 * Tox is free software: you can redistribute it and/or modify 12 * Tox is distributed in the hope that it will be useful,
8 * it under the terms of the GNU General Public License as published by 13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
9 * the Free Software Foundation, either version 3 of the License, or 14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10 * (at your option) any later version. 15 * GNU General Public License for more details.
11 *
12 * Tox is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 * GNU General Public License for more details.
16 *
17 * You should have received a copy of the GNU General Public License
18 * along with Tox. If not, see <http://www.gnu.org/licenses/>.
19 * 16 *
17 * You should have received a copy of the GNU General Public License
18 * along with Tox. If not, see <http://www.gnu.org/licenses/>.
20 */ 19 */
21
22#ifdef HAVE_CONFIG_H 20#ifdef HAVE_CONFIG_H
23#include "config.h" 21#include "config.h"
24#endif /* HAVE_CONFIG_H */ 22#endif /* HAVE_CONFIG_H */
diff --git a/toxav/audio.h b/toxav/audio.h
index 5f9d7f7d..8330a974 100644
--- a/toxav/audio.h
+++ b/toxav/audio.h
@@ -1,24 +1,22 @@
1/** audio.h 1/*
2 * Copyright © 2016-2017 The TokTok team.
3 * Copyright © 2013-2015 Tox project.
2 * 4 *
3 * Copyright (C) 2013-2015 Tox project All Rights Reserved. 5 * This file is part of Tox, the free peer to peer instant messenger.
4 * 6 *
5 * This file is part of Tox. 7 * Tox is free software: you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by
9 * the Free Software Foundation, either version 3 of the License, or
10 * (at your option) any later version.
6 * 11 *
7 * Tox is free software: you can redistribute it and/or modify 12 * Tox is distributed in the hope that it will be useful,
8 * it under the terms of the GNU General Public License as published by 13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
9 * the Free Software Foundation, either version 3 of the License, or 14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10 * (at your option) any later version. 15 * GNU General Public License for more details.
11 *
12 * Tox is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 * GNU General Public License for more details.
16 *
17 * You should have received a copy of the GNU General Public License
18 * along with Tox. If not, see <http://www.gnu.org/licenses/>.
19 * 16 *
17 * You should have received a copy of the GNU General Public License
18 * along with Tox. If not, see <http://www.gnu.org/licenses/>.
20 */ 19 */
21
22#ifndef AUDIO_H 20#ifndef AUDIO_H
23#define AUDIO_H 21#define AUDIO_H
24 22
diff --git a/toxav/bwcontroller.c b/toxav/bwcontroller.c
index b7390e4a..19d9c719 100644
--- a/toxav/bwcontroller.c
+++ b/toxav/bwcontroller.c
@@ -1,24 +1,22 @@
1/** bwcontroller.c 1/*
2 * Copyright © 2016-2017 The TokTok team.
3 * Copyright © 2013-2015 Tox project.
2 * 4 *
3 * Copyright (C) 2013-2015 Tox project All Rights Reserved. 5 * This file is part of Tox, the free peer to peer instant messenger.
4 * 6 *
5 * This file is part of Tox. 7 * Tox is free software: you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by
9 * the Free Software Foundation, either version 3 of the License, or
10 * (at your option) any later version.
6 * 11 *
7 * Tox is free software: you can redistribute it and/or modify 12 * Tox is distributed in the hope that it will be useful,
8 * it under the terms of the GNU General Public License as published by 13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
9 * the Free Software Foundation, either version 3 of the License, or 14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10 * (at your option) any later version. 15 * GNU General Public License for more details.
11 *
12 * Tox is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 * GNU General Public License for more details.
16 *
17 * You should have received a copy of the GNU General Public License
18 * along with Tox. If not, see <http://www.gnu.org/licenses/>.
19 * 16 *
17 * You should have received a copy of the GNU General Public License
18 * along with Tox. If not, see <http://www.gnu.org/licenses/>.
20 */ 19 */
21
22#ifdef HAVE_CONFIG_H 20#ifdef HAVE_CONFIG_H
23#include "config.h" 21#include "config.h"
24#endif /* HAVE_CONFIG_H */ 22#endif /* HAVE_CONFIG_H */
diff --git a/toxav/bwcontroller.h b/toxav/bwcontroller.h
index 9542cde5..43475252 100644
--- a/toxav/bwcontroller.h
+++ b/toxav/bwcontroller.h
@@ -1,26 +1,24 @@
1/** bwcontroller.h 1/*
2 * Copyright © 2016-2017 The TokTok team.
3 * Copyright © 2013-2015 Tox project.
2 * 4 *
3 * Copyright (C) 2013-2015 Tox project All Rights Reserved. 5 * This file is part of Tox, the free peer to peer instant messenger.
4 * 6 *
5 * This file is part of Tox. 7 * Tox is free software: you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by
9 * the Free Software Foundation, either version 3 of the License, or
10 * (at your option) any later version.
6 * 11 *
7 * Tox is free software: you can redistribute it and/or modify 12 * Tox is distributed in the hope that it will be useful,
8 * it under the terms of the GNU General Public License as published by 13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
9 * the Free Software Foundation, either version 3 of the License, or 14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10 * (at your option) any later version. 15 * GNU General Public License for more details.
11 *
12 * Tox is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 * GNU General Public License for more details.
16 *
17 * You should have received a copy of the GNU General Public License
18 * along with Tox. If not, see <http://www.gnu.org/licenses/>.
19 * 16 *
17 * You should have received a copy of the GNU General Public License
18 * along with Tox. If not, see <http://www.gnu.org/licenses/>.
20 */ 19 */
21 20#ifndef BWCONROLLER_H
22#ifndef BWCONROLER_H 21#define BWCONROLLER_H
23#define BWCONROLER_H
24 22
25#include "../toxcore/Messenger.h" 23#include "../toxcore/Messenger.h"
26 24
@@ -35,4 +33,4 @@ void bwc_feed_avg(BWController *bwc, uint32_t bytes);
35void bwc_add_lost(BWController *bwc, uint32_t bytes); 33void bwc_add_lost(BWController *bwc, uint32_t bytes);
36void bwc_add_recv(BWController *bwc, uint32_t bytes); 34void bwc_add_recv(BWController *bwc, uint32_t bytes);
37 35
38#endif /* BWCONROLER_H */ 36#endif /* BWCONROLLER_H */
diff --git a/toxav/groupav.c b/toxav/groupav.c
index e5306f54..6d84b480 100644
--- a/toxav/groupav.c
+++ b/toxav/groupav.c
@@ -1,23 +1,22 @@
1/** groupav.h 1/*
2 * Copyright © 2016-2017 The TokTok team.
3 * Copyright © 2014 Tox project.
2 * 4 *
3 * Copyright (C) 2014 Tox project All Rights Reserved. 5 * This file is part of Tox, the free peer to peer instant messenger.
4 * 6 *
5 * This file is part of Tox. 7 * Tox is free software: you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by
9 * the Free Software Foundation, either version 3 of the License, or
10 * (at your option) any later version.
6 * 11 *
7 * Tox is free software: you can redistribute it and/or modify 12 * Tox is distributed in the hope that it will be useful,
8 * it under the terms of the GNU General Public License as published by 13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
9 * the Free Software Foundation, either version 3 of the License, or 14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10 * (at your option) any later version. 15 * GNU General Public License for more details.
11 * 16 *
12 * Tox is distributed in the hope that it will be useful, 17 * You should have received a copy of the GNU General Public License
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * along with Tox. If not, see <http://www.gnu.org/licenses/>.
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 * GNU General Public License for more details.
16 *
17 * You should have received a copy of the GNU General Public License
18 * along with Tox. If not, see <http://www.gnu.org/licenses/>.
19 */ 19 */
20
21#ifdef HAVE_CONFIG_H 20#ifdef HAVE_CONFIG_H
22#include "config.h" 21#include "config.h"
23#endif /* HAVE_CONFIG_H */ 22#endif /* HAVE_CONFIG_H */
diff --git a/toxav/groupav.h b/toxav/groupav.h
index 1929b17c..71b0f55a 100644
--- a/toxav/groupav.h
+++ b/toxav/groupav.h
@@ -1,23 +1,22 @@
1/** groupav.c 1/*
2 * Copyright © 2016-2017 The TokTok team.
3 * Copyright © 2014 Tox project.
2 * 4 *
3 * Copyright (C) 2014 Tox project All Rights Reserved. 5 * This file is part of Tox, the free peer to peer instant messenger.
4 * 6 *
5 * This file is part of Tox. 7 * Tox is free software: you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by
9 * the Free Software Foundation, either version 3 of the License, or
10 * (at your option) any later version.
6 * 11 *
7 * Tox is free software: you can redistribute it and/or modify 12 * Tox is distributed in the hope that it will be useful,
8 * it under the terms of the GNU General Public License as published by 13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
9 * the Free Software Foundation, either version 3 of the License, or 14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10 * (at your option) any later version. 15 * GNU General Public License for more details.
11 * 16 *
12 * Tox is distributed in the hope that it will be useful, 17 * You should have received a copy of the GNU General Public License
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * along with Tox. If not, see <http://www.gnu.org/licenses/>.
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 * GNU General Public License for more details.
16 *
17 * You should have received a copy of the GNU General Public License
18 * along with Tox. If not, see <http://www.gnu.org/licenses/>.
19 */ 19 */
20
21#include "../toxcore/group.h" 20#include "../toxcore/group.h"
22 21
23/* Audio encoding/decoding */ 22/* Audio encoding/decoding */
diff --git a/toxav/msi.c b/toxav/msi.c
index a6313ba2..197b0d5e 100644
--- a/toxav/msi.c
+++ b/toxav/msi.c
@@ -1,25 +1,22 @@
1/** msi.c 1/*
2 * Copyright © 2016-2017 The TokTok team.
3 * Copyright © 2013-2015 Tox project.
2 * 4 *
3 * Copyright (C) 2013-2015 Tox project All Rights Reserved. 5 * This file is part of Tox, the free peer to peer instant messenger.
4 * 6 *
5 * This file is part of Tox. 7 * Tox is free software: you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by
9 * the Free Software Foundation, either version 3 of the License, or
10 * (at your option) any later version.
6 * 11 *
7 * Tox is free software: you can redistribute it and/or modify 12 * Tox is distributed in the hope that it will be useful,
8 * it under the terms of the GNU General Public License as published by 13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
9 * the Free Software Foundation, either version 3 of the License, or 14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10 * (at your option) any later version. 15 * GNU General Public License for more details.
11 *
12 * Tox is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 * GNU General Public License for more details.
16 *
17 * You should have received a copy of the GNU General Public License
18 * along with Tox. If not, see <http://www.gnu.org/licenses/>.
19 * 16 *
17 * You should have received a copy of the GNU General Public License
18 * along with Tox. If not, see <http://www.gnu.org/licenses/>.
20 */ 19 */
21
22
23#ifdef HAVE_CONFIG_H 20#ifdef HAVE_CONFIG_H
24#include "config.h" 21#include "config.h"
25#endif /* HAVE_CONFIG_H */ 22#endif /* HAVE_CONFIG_H */
diff --git a/toxav/msi.h b/toxav/msi.h
index f5533be5..43ff46d5 100644
--- a/toxav/msi.h
+++ b/toxav/msi.h
@@ -1,24 +1,22 @@
1/** msi.h 1/*
2 * Copyright © 2016-2017 The TokTok team.
3 * Copyright © 2013-2015 Tox project.
2 * 4 *
3 * Copyright (C) 2013-2015 Tox project All Rights Reserved. 5 * This file is part of Tox, the free peer to peer instant messenger.
4 * 6 *
5 * This file is part of Tox. 7 * Tox is free software: you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by
9 * the Free Software Foundation, either version 3 of the License, or
10 * (at your option) any later version.
6 * 11 *
7 * Tox is free software: you can redistribute it and/or modify 12 * Tox is distributed in the hope that it will be useful,
8 * it under the terms of the GNU General Public License as published by 13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
9 * the Free Software Foundation, either version 3 of the License, or 14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10 * (at your option) any later version. 15 * GNU General Public License for more details.
11 *
12 * Tox is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 * GNU General Public License for more details.
16 *
17 * You should have received a copy of the GNU General Public License
18 * along with Tox. If not, see <http://www.gnu.org/licenses/>.
19 * 16 *
17 * You should have received a copy of the GNU General Public License
18 * along with Tox. If not, see <http://www.gnu.org/licenses/>.
20 */ 19 */
21
22#ifndef MSI_H 20#ifndef MSI_H
23#define MSI_H 21#define MSI_H
24 22
diff --git a/toxav/ring_buffer.c b/toxav/ring_buffer.c
index 94091c54..99be0e8a 100644
--- a/toxav/ring_buffer.c
+++ b/toxav/ring_buffer.c
@@ -1,3 +1,24 @@
1/*
2 * Copyright © 2016-2017 The TokTok team.
3 * Copyright © 2013 Tox project.
4 * Copyright © 2013 plutooo
5 *
6 * This file is part of Tox, the free peer to peer instant messenger.
7 * This file is donated to the Tox Project.
8 *
9 * Tox is free software: you can redistribute it and/or modify
10 * it under the terms of the GNU General Public License as published by
11 * the Free Software Foundation, either version 3 of the License, or
12 * (at your option) any later version.
13 *
14 * Tox is distributed in the hope that it will be useful,
15 * but WITHOUT ANY WARRANTY; without even the implied warranty of
16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17 * GNU General Public License for more details.
18 *
19 * You should have received a copy of the GNU General Public License
20 * along with Tox. If not, see <http://www.gnu.org/licenses/>.
21 */
1#include "ring_buffer.h" 22#include "ring_buffer.h"
2 23
3#include <stdlib.h> 24#include <stdlib.h>
diff --git a/toxav/ring_buffer.h b/toxav/ring_buffer.h
index 42b4479d..036461c1 100644
--- a/toxav/ring_buffer.h
+++ b/toxav/ring_buffer.h
@@ -1,3 +1,24 @@
1/*
2 * Copyright © 2016-2017 The TokTok team.
3 * Copyright © 2013 Tox project.
4 * Copyright © 2013 plutooo
5 *
6 * This file is part of Tox, the free peer to peer instant messenger.
7 * This file is donated to the Tox Project.
8 *
9 * Tox is free software: you can redistribute it and/or modify
10 * it under the terms of the GNU General Public License as published by
11 * the Free Software Foundation, either version 3 of the License, or
12 * (at your option) any later version.
13 *
14 * Tox is distributed in the hope that it will be useful,
15 * but WITHOUT ANY WARRANTY; without even the implied warranty of
16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17 * GNU General Public License for more details.
18 *
19 * You should have received a copy of the GNU General Public License
20 * along with Tox. If not, see <http://www.gnu.org/licenses/>.
21 */
1#ifndef RING_BUFFER_H 22#ifndef RING_BUFFER_H
2#define RING_BUFFER_H 23#define RING_BUFFER_H
3 24
diff --git a/toxav/rtp.c b/toxav/rtp.c
index 1c6bed75..5aff6af2 100644
--- a/toxav/rtp.c
+++ b/toxav/rtp.c
@@ -1,24 +1,22 @@
1/** rtp.c 1/*
2 * Copyright © 2016-2017 The TokTok team.
3 * Copyright © 2013-2015 Tox project.
2 * 4 *
3 * Copyright (C) 2013-2015 Tox project All Rights Reserved. 5 * This file is part of Tox, the free peer to peer instant messenger.
4 * 6 *
5 * This file is part of Tox. 7 * Tox is free software: you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by
9 * the Free Software Foundation, either version 3 of the License, or
10 * (at your option) any later version.
6 * 11 *
7 * Tox is free software: you can redistribute it and/or modify 12 * Tox is distributed in the hope that it will be useful,
8 * it under the terms of the GNU General Public License as published by 13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
9 * the Free Software Foundation, either version 3 of the License, or 14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10 * (at your option) any later version. 15 * GNU General Public License for more details.
11 *
12 * Tox is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 * GNU General Public License for more details.
16 *
17 * You should have received a copy of the GNU General Public License
18 * along with Tox. If not, see <http://www.gnu.org/licenses/>.
19 * 16 *
17 * You should have received a copy of the GNU General Public License
18 * along with Tox. If not, see <http://www.gnu.org/licenses/>.
20 */ 19 */
21
22#ifdef HAVE_CONFIG_H 20#ifdef HAVE_CONFIG_H
23#include "config.h" 21#include "config.h"
24#endif /* HAVE_CONFIG_H */ 22#endif /* HAVE_CONFIG_H */
diff --git a/toxav/rtp.h b/toxav/rtp.h
index a6e09d00..26de5764 100644
--- a/toxav/rtp.h
+++ b/toxav/rtp.h
@@ -1,24 +1,22 @@
1/** rtp.h 1/*
2 * Copyright © 2016-2017 The TokTok team.
3 * Copyright © 2013-2015 Tox project.
2 * 4 *
3 * Copyright (C) 2013-2015 Tox project All Rights Reserved. 5 * This file is part of Tox, the free peer to peer instant messenger.
4 * 6 *
5 * This file is part of Tox. 7 * Tox is free software: you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by
9 * the Free Software Foundation, either version 3 of the License, or
10 * (at your option) any later version.
6 * 11 *
7 * Tox is free software: you can redistribute it and/or modify 12 * Tox is distributed in the hope that it will be useful,
8 * it under the terms of the GNU General Public License as published by 13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
9 * the Free Software Foundation, either version 3 of the License, or 14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10 * (at your option) any later version. 15 * GNU General Public License for more details.
11 *
12 * Tox is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 * GNU General Public License for more details.
16 *
17 * You should have received a copy of the GNU General Public License
18 * along with Tox. If not, see <http://www.gnu.org/licenses/>.
19 * 16 *
17 * You should have received a copy of the GNU General Public License
18 * along with Tox. If not, see <http://www.gnu.org/licenses/>.
20 */ 19 */
21
22#ifndef RTP_H 20#ifndef RTP_H
23#define RTP_H 21#define RTP_H
24 22
diff --git a/toxav/toxav.api.h b/toxav/toxav.api.h
index 6e3e9c17..d6f30c67 100644
--- a/toxav/toxav.api.h
+++ b/toxav/toxav.api.h
@@ -1,9 +1,9 @@
1%{ 1%{
2/* toxav.h 2/*
3 * Copyright © 2016-2017 The TokTok team.
4 * Copyright © 2013-2015 Tox project.
3 * 5 *
4 * Copyright (C) 2013-2015 Tox project All Rights Reserved. 6 * This file is part of Tox, the free peer to peer instant messenger.
5 *
6 * This file is part of Tox.
7 * 7 *
8 * Tox is free software: you can redistribute it and/or modify 8 * Tox is free software: you can redistribute it and/or modify
9 * it under the terms of the GNU General Public License as published by 9 * it under the terms of the GNU General Public License as published by
@@ -16,10 +16,8 @@
16 * GNU General Public License for more details. 16 * GNU General Public License for more details.
17 * 17 *
18 * You should have received a copy of the GNU General Public License 18 * You should have received a copy of the GNU General Public License
19 * along with Tox. If not, see <http://www.gnu.org/licenses/>. 19 * along with Tox. If not, see <http://www.gnu.org/licenses/>.
20 *
21 */ 20 */
22
23#ifndef TOXAV_H 21#ifndef TOXAV_H
24#define TOXAV_H 22#define TOXAV_H
25 23
diff --git a/toxav/toxav.c b/toxav/toxav.c
index 59c0c1e4..0b953650 100644
--- a/toxav/toxav.c
+++ b/toxav/toxav.c
@@ -1,24 +1,22 @@
1/** toxav.c 1/*
2 * Copyright © 2016-2017 The TokTok team.
3 * Copyright © 2013-2015 Tox project.
2 * 4 *
3 * Copyright (C) 2013-2015 Tox project All Rights Reserved. 5 * This file is part of Tox, the free peer to peer instant messenger.
4 * 6 *
5 * This file is part of Tox. 7 * Tox is free software: you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by
9 * the Free Software Foundation, either version 3 of the License, or
10 * (at your option) any later version.
6 * 11 *
7 * Tox is free software: you can redistribute it and/or modify 12 * Tox is distributed in the hope that it will be useful,
8 * it under the terms of the GNU General Public License as published by 13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
9 * the Free Software Foundation, either version 3 of the License, or 14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10 * (at your option) any later version. 15 * GNU General Public License for more details.
11 *
12 * Tox is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 * GNU General Public License for more details.
16 *
17 * You should have received a copy of the GNU General Public License
18 * along with Tox. If not, see <http://www.gnu.org/licenses/>.
19 * 16 *
17 * You should have received a copy of the GNU General Public License
18 * along with Tox. If not, see <http://www.gnu.org/licenses/>.
20 */ 19 */
21
22#ifdef HAVE_CONFIG_H 20#ifdef HAVE_CONFIG_H
23#include "config.h" 21#include "config.h"
24#endif /* HAVE_CONFIG_H */ 22#endif /* HAVE_CONFIG_H */
diff --git a/toxav/toxav.h b/toxav/toxav.h
index c019bfb4..2e48d599 100644
--- a/toxav/toxav.h
+++ b/toxav/toxav.h
@@ -1,8 +1,8 @@
1/* toxav.h 1/*
2 * Copyright © 2016-2017 The TokTok team.
3 * Copyright © 2013-2015 Tox project.
2 * 4 *
3 * Copyright (C) 2013-2015 Tox project All Rights Reserved. 5 * This file is part of Tox, the free peer to peer instant messenger.
4 *
5 * This file is part of Tox.
6 * 6 *
7 * Tox is free software: you can redistribute it and/or modify 7 * Tox is free software: you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by 8 * it under the terms of the GNU General Public License as published by
@@ -15,10 +15,8 @@
15 * GNU General Public License for more details. 15 * GNU General Public License for more details.
16 * 16 *
17 * You should have received a copy of the GNU General Public License 17 * You should have received a copy of the GNU General Public License
18 * along with Tox. If not, see <http://www.gnu.org/licenses/>. 18 * along with Tox. If not, see <http://www.gnu.org/licenses/>.
19 *
20 */ 19 */
21
22#ifndef TOXAV_H 20#ifndef TOXAV_H
23#define TOXAV_H 21#define TOXAV_H
24 22
diff --git a/toxav/toxav_old.c b/toxav/toxav_old.c
index d3e2f30d..21f1ec1c 100644
--- a/toxav/toxav_old.c
+++ b/toxav/toxav_old.c
@@ -1,8 +1,8 @@
1/* toxav_old.h 1/*
2 * Copyright © 2016-2017 The TokTok team.
3 * Copyright © 2013-2015 Tox project.
2 * 4 *
3 * Copyright (C) 2013-2015 Tox project All Rights Reserved. 5 * This file is part of Tox, the free peer to peer instant messenger.
4 *
5 * This file is part of Tox.
6 * 6 *
7 * Tox is free software: you can redistribute it and/or modify 7 * Tox is free software: you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by 8 * it under the terms of the GNU General Public License as published by
@@ -15,8 +15,7 @@
15 * GNU General Public License for more details. 15 * GNU General Public License for more details.
16 * 16 *
17 * You should have received a copy of the GNU General Public License 17 * You should have received a copy of the GNU General Public License
18 * along with Tox. If not, see <http://www.gnu.org/licenses/>. 18 * along with Tox. If not, see <http://www.gnu.org/licenses/>.
19 *
20 */ 19 */
21/** 20/**
22 * This file contains the group chats code for the backwards compatibility. 21 * This file contains the group chats code for the backwards compatibility.
diff --git a/toxav/video.c b/toxav/video.c
index 93ebbb16..c84e89f7 100644
--- a/toxav/video.c
+++ b/toxav/video.c
@@ -1,24 +1,22 @@
1/** video.c 1/*
2 * Copyright © 2016-2017 The TokTok team.
3 * Copyright © 2013-2015 Tox project.
2 * 4 *
3 * Copyright (C) 2013-2015 Tox project All Rights Reserved. 5 * This file is part of Tox, the free peer to peer instant messenger.
4 * 6 *
5 * This file is part of Tox. 7 * Tox is free software: you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by
9 * the Free Software Foundation, either version 3 of the License, or
10 * (at your option) any later version.
6 * 11 *
7 * Tox is free software: you can redistribute it and/or modify 12 * Tox is distributed in the hope that it will be useful,
8 * it under the terms of the GNU General Public License as published by 13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
9 * the Free Software Foundation, either version 3 of the License, or 14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10 * (at your option) any later version. 15 * GNU General Public License for more details.
11 *
12 * Tox is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 * GNU General Public License for more details.
16 *
17 * You should have received a copy of the GNU General Public License
18 * along with Tox. If not, see <http://www.gnu.org/licenses/>.
19 * 16 *
17 * You should have received a copy of the GNU General Public License
18 * along with Tox. If not, see <http://www.gnu.org/licenses/>.
20 */ 19 */
21
22#ifdef HAVE_CONFIG_H 20#ifdef HAVE_CONFIG_H
23#include "config.h" 21#include "config.h"
24#endif /* HAVE_CONFIG_H */ 22#endif /* HAVE_CONFIG_H */
diff --git a/toxav/video.h b/toxav/video.h
index b82197c6..02670e0a 100644
--- a/toxav/video.h
+++ b/toxav/video.h
@@ -1,24 +1,22 @@
1/** video.h 1/*
2 * Copyright © 2016-2017 The TokTok team.
3 * Copyright © 2013-2015 Tox project.
2 * 4 *
3 * Copyright (C) 2013-2015 Tox project All Rights Reserved. 5 * This file is part of Tox, the free peer to peer instant messenger.
4 * 6 *
5 * This file is part of Tox. 7 * Tox is free software: you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by
9 * the Free Software Foundation, either version 3 of the License, or
10 * (at your option) any later version.
6 * 11 *
7 * Tox is free software: you can redistribute it and/or modify 12 * Tox is distributed in the hope that it will be useful,
8 * it under the terms of the GNU General Public License as published by 13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
9 * the Free Software Foundation, either version 3 of the License, or 14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10 * (at your option) any later version. 15 * GNU General Public License for more details.
11 *
12 * Tox is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 * GNU General Public License for more details.
16 *
17 * You should have received a copy of the GNU General Public License
18 * along with Tox. If not, see <http://www.gnu.org/licenses/>.
19 * 16 *
17 * You should have received a copy of the GNU General Public License
18 * along with Tox. If not, see <http://www.gnu.org/licenses/>.
20 */ 19 */
21
22#ifndef VIDEO_H 20#ifndef VIDEO_H
23#define VIDEO_H 21#define VIDEO_H
24 22