summaryrefslogtreecommitdiff
path: root/toxav
diff options
context:
space:
mode:
authoriphydf <iphydf@users.noreply.github.com>2020-03-12 01:10:33 +0000
committeriphydf <iphydf@users.noreply.github.com>2020-03-14 13:06:19 +0000
commit11ad5471b91dc1b36552ba4e5a3ea434c8a30f5f (patch)
tree94429d74652509b06efef17d17734f647ee4e6ce /toxav
parentc644ef76810f8db61bce3f52d36a1a6a25e47683 (diff)
Use spdx license identifier instead of GPL blurb.
Diffstat (limited to 'toxav')
-rw-r--r--toxav/audio.c17
-rw-r--r--toxav/audio.h17
-rw-r--r--toxav/bwcontroller.c17
-rw-r--r--toxav/bwcontroller.h17
-rw-r--r--toxav/groupav.c17
-rw-r--r--toxav/groupav.h17
-rw-r--r--toxav/msi.c17
-rw-r--r--toxav/msi.h17
-rw-r--r--toxav/ring_buffer.c18
-rw-r--r--toxav/ring_buffer.h18
-rw-r--r--toxav/rtp.c17
-rw-r--r--toxav/rtp.h17
-rw-r--r--toxav/toxav.api.h17
-rw-r--r--toxav/toxav.c17
-rw-r--r--toxav/toxav.h17
-rw-r--r--toxav/toxav_old.c18
-rw-r--r--toxav/video.c17
-rw-r--r--toxav/video.h17
18 files changed, 19 insertions, 290 deletions
diff --git a/toxav/audio.c b/toxav/audio.c
index de007424..d4618aaf 100644
--- a/toxav/audio.c
+++ b/toxav/audio.c
@@ -1,21 +1,6 @@
1/* 1/* SPDX-License-Identifier: GPL-3.0-or-later
2 * Copyright © 2016-2018 The TokTok team. 2 * Copyright © 2016-2018 The TokTok team.
3 * Copyright © 2013-2015 Tox project. 3 * Copyright © 2013-2015 Tox project.
4 *
5 * This file is part of Tox, the free peer to peer instant messenger.
6 *
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.
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 */ 4 */
20#ifdef HAVE_CONFIG_H 5#ifdef HAVE_CONFIG_H
21#include "config.h" 6#include "config.h"
diff --git a/toxav/audio.h b/toxav/audio.h
index ccb28c10..6d609ee7 100644
--- a/toxav/audio.h
+++ b/toxav/audio.h
@@ -1,21 +1,6 @@
1/* 1/* SPDX-License-Identifier: GPL-3.0-or-later
2 * Copyright © 2016-2018 The TokTok team. 2 * Copyright © 2016-2018 The TokTok team.
3 * Copyright © 2013-2015 Tox project. 3 * Copyright © 2013-2015 Tox project.
4 *
5 * This file is part of Tox, the free peer to peer instant messenger.
6 *
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.
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 */ 4 */
20#ifndef C_TOXCORE_TOXAV_AUDIO_H 5#ifndef C_TOXCORE_TOXAV_AUDIO_H
21#define C_TOXCORE_TOXAV_AUDIO_H 6#define C_TOXCORE_TOXAV_AUDIO_H
diff --git a/toxav/bwcontroller.c b/toxav/bwcontroller.c
index 113a228e..4440470d 100644
--- a/toxav/bwcontroller.c
+++ b/toxav/bwcontroller.c
@@ -1,21 +1,6 @@
1/* 1/* SPDX-License-Identifier: GPL-3.0-or-later
2 * Copyright © 2016-2018 The TokTok team. 2 * Copyright © 2016-2018 The TokTok team.
3 * Copyright © 2013-2015 Tox project. 3 * Copyright © 2013-2015 Tox project.
4 *
5 * This file is part of Tox, the free peer to peer instant messenger.
6 *
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.
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 */ 4 */
20#ifdef HAVE_CONFIG_H 5#ifdef HAVE_CONFIG_H
21#include "config.h" 6#include "config.h"
diff --git a/toxav/bwcontroller.h b/toxav/bwcontroller.h
index c54cc5a6..a84898b1 100644
--- a/toxav/bwcontroller.h
+++ b/toxav/bwcontroller.h
@@ -1,21 +1,6 @@
1/* 1/* SPDX-License-Identifier: GPL-3.0-or-later
2 * Copyright © 2016-2018 The TokTok team. 2 * Copyright © 2016-2018 The TokTok team.
3 * Copyright © 2013-2015 Tox project. 3 * Copyright © 2013-2015 Tox project.
4 *
5 * This file is part of Tox, the free peer to peer instant messenger.
6 *
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.
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 */ 4 */
20#ifndef C_TOXCORE_TOXAV_BWCONTROLLER_H 5#ifndef C_TOXCORE_TOXAV_BWCONTROLLER_H
21#define C_TOXCORE_TOXAV_BWCONTROLLER_H 6#define C_TOXCORE_TOXAV_BWCONTROLLER_H
diff --git a/toxav/groupav.c b/toxav/groupav.c
index 891b35e6..3bc2649a 100644
--- a/toxav/groupav.c
+++ b/toxav/groupav.c
@@ -1,21 +1,6 @@
1/* 1/* SPDX-License-Identifier: GPL-3.0-or-later
2 * Copyright © 2016-2018 The TokTok team. 2 * Copyright © 2016-2018 The TokTok team.
3 * Copyright © 2014 Tox project. 3 * Copyright © 2014 Tox project.
4 *
5 * This file is part of Tox, the free peer to peer instant messenger.
6 *
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.
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 */ 4 */
20#ifdef HAVE_CONFIG_H 5#ifdef HAVE_CONFIG_H
21#include "config.h" 6#include "config.h"
diff --git a/toxav/groupav.h b/toxav/groupav.h
index 9d5351a4..42c230a8 100644
--- a/toxav/groupav.h
+++ b/toxav/groupav.h
@@ -1,21 +1,6 @@
1/* 1/* SPDX-License-Identifier: GPL-3.0-or-later
2 * Copyright © 2016-2018 The TokTok team. 2 * Copyright © 2016-2018 The TokTok team.
3 * Copyright © 2014 Tox project. 3 * Copyright © 2014 Tox project.
4 *
5 * This file is part of Tox, the free peer to peer instant messenger.
6 *
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.
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 */ 4 */
20#ifndef C_TOXCORE_TOXAV_GROUPAV_H 5#ifndef C_TOXCORE_TOXAV_GROUPAV_H
21#define C_TOXCORE_TOXAV_GROUPAV_H 6#define C_TOXCORE_TOXAV_GROUPAV_H
diff --git a/toxav/msi.c b/toxav/msi.c
index f82b91ba..84a18f36 100644
--- a/toxav/msi.c
+++ b/toxav/msi.c
@@ -1,21 +1,6 @@
1/* 1/* SPDX-License-Identifier: GPL-3.0-or-later
2 * Copyright © 2016-2018 The TokTok team. 2 * Copyright © 2016-2018 The TokTok team.
3 * Copyright © 2013-2015 Tox project. 3 * Copyright © 2013-2015 Tox project.
4 *
5 * This file is part of Tox, the free peer to peer instant messenger.
6 *
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.
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 */ 4 */
20#ifdef HAVE_CONFIG_H 5#ifdef HAVE_CONFIG_H
21#include "config.h" 6#include "config.h"
diff --git a/toxav/msi.h b/toxav/msi.h
index af7f6f34..e50171e5 100644
--- a/toxav/msi.h
+++ b/toxav/msi.h
@@ -1,21 +1,6 @@
1/* 1/* SPDX-License-Identifier: GPL-3.0-or-later
2 * Copyright © 2016-2018 The TokTok team. 2 * Copyright © 2016-2018 The TokTok team.
3 * Copyright © 2013-2015 Tox project. 3 * Copyright © 2013-2015 Tox project.
4 *
5 * This file is part of Tox, the free peer to peer instant messenger.
6 *
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.
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 */ 4 */
20#ifndef C_TOXCORE_TOXAV_MSI_H 5#ifndef C_TOXCORE_TOXAV_MSI_H
21#define C_TOXCORE_TOXAV_MSI_H 6#define C_TOXCORE_TOXAV_MSI_H
diff --git a/toxav/ring_buffer.c b/toxav/ring_buffer.c
index 7cb8996d..d4041fe9 100644
--- a/toxav/ring_buffer.c
+++ b/toxav/ring_buffer.c
@@ -1,23 +1,7 @@
1/* 1/* SPDX-License-Identifier: GPL-3.0-or-later
2 * Copyright © 2016-2018 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 *
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 */ 5 */
22#include "ring_buffer.h" 6#include "ring_buffer.h"
23 7
diff --git a/toxav/ring_buffer.h b/toxav/ring_buffer.h
index e63d08e4..45aeec73 100644
--- a/toxav/ring_buffer.h
+++ b/toxav/ring_buffer.h
@@ -1,23 +1,7 @@
1/* 1/* SPDX-License-Identifier: GPL-3.0-or-later
2 * Copyright © 2016-2018 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 *
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 */ 5 */
22#ifndef C_TOXCORE_TOXAV_RING_BUFFER_H 6#ifndef C_TOXCORE_TOXAV_RING_BUFFER_H
23#define C_TOXCORE_TOXAV_RING_BUFFER_H 7#define C_TOXCORE_TOXAV_RING_BUFFER_H
diff --git a/toxav/rtp.c b/toxav/rtp.c
index 4482f4a1..35898b68 100644
--- a/toxav/rtp.c
+++ b/toxav/rtp.c
@@ -1,21 +1,6 @@
1/* 1/* SPDX-License-Identifier: GPL-3.0-or-later
2 * Copyright © 2016-2018 The TokTok team. 2 * Copyright © 2016-2018 The TokTok team.
3 * Copyright © 2013-2015 Tox project. 3 * Copyright © 2013-2015 Tox project.
4 *
5 * This file is part of Tox, the free peer to peer instant messenger.
6 *
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.
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 */ 4 */
20#ifdef HAVE_CONFIG_H 5#ifdef HAVE_CONFIG_H
21#include "config.h" 6#include "config.h"
diff --git a/toxav/rtp.h b/toxav/rtp.h
index 4d6fb791..b6217d95 100644
--- a/toxav/rtp.h
+++ b/toxav/rtp.h
@@ -1,21 +1,6 @@
1/* 1/* SPDX-License-Identifier: GPL-3.0-or-later
2 * Copyright © 2016-2018 The TokTok team. 2 * Copyright © 2016-2018 The TokTok team.
3 * Copyright © 2013-2015 Tox project. 3 * Copyright © 2013-2015 Tox project.
4 *
5 * This file is part of Tox, the free peer to peer instant messenger.
6 *
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.
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 */ 4 */
20#ifndef C_TOXCORE_TOXAV_RTP_H 5#ifndef C_TOXCORE_TOXAV_RTP_H
21#define C_TOXCORE_TOXAV_RTP_H 6#define C_TOXCORE_TOXAV_RTP_H
diff --git a/toxav/toxav.api.h b/toxav/toxav.api.h
index 5d8a8b26..158f74e6 100644
--- a/toxav/toxav.api.h
+++ b/toxav/toxav.api.h
@@ -1,22 +1,7 @@
1%{ 1%{
2/* 2/* SPDX-License-Identifier: GPL-3.0-or-later
3 * Copyright © 2016-2018 The TokTok team. 3 * Copyright © 2016-2018 The TokTok team.
4 * Copyright © 2013-2015 Tox project. 4 * Copyright © 2013-2015 Tox project.
5 *
6 * This file is part of Tox, the free peer to peer instant messenger.
7 *
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
10 * the Free Software Foundation, either version 3 of the License, or
11 * (at your option) any later version.
12 *
13 * Tox is distributed in the hope that it will be useful,
14 * but WITHOUT ANY WARRANTY; without even the implied warranty of
15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 * GNU General Public License for more details.
17 *
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/>.
20 */ 5 */
21#ifndef C_TOXCORE_TOXAV_TOXAV_H 6#ifndef C_TOXCORE_TOXAV_TOXAV_H
22#define C_TOXCORE_TOXAV_TOXAV_H 7#define C_TOXCORE_TOXAV_TOXAV_H
diff --git a/toxav/toxav.c b/toxav/toxav.c
index 1b99404f..897c63c0 100644
--- a/toxav/toxav.c
+++ b/toxav/toxav.c
@@ -1,21 +1,6 @@
1/* 1/* SPDX-License-Identifier: GPL-3.0-or-later
2 * Copyright © 2016-2018 The TokTok team. 2 * Copyright © 2016-2018 The TokTok team.
3 * Copyright © 2013-2015 Tox project. 3 * Copyright © 2013-2015 Tox project.
4 *
5 * This file is part of Tox, the free peer to peer instant messenger.
6 *
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.
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 */ 4 */
20#ifdef HAVE_CONFIG_H 5#ifdef HAVE_CONFIG_H
21#include "config.h" 6#include "config.h"
diff --git a/toxav/toxav.h b/toxav/toxav.h
index daa1314d..141ccb89 100644
--- a/toxav/toxav.h
+++ b/toxav/toxav.h
@@ -1,21 +1,6 @@
1/* 1/* SPDX-License-Identifier: GPL-3.0-or-later
2 * Copyright © 2016-2018 The TokTok team. 2 * Copyright © 2016-2018 The TokTok team.
3 * Copyright © 2013-2015 Tox project. 3 * Copyright © 2013-2015 Tox project.
4 *
5 * This file is part of Tox, the free peer to peer instant messenger.
6 *
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.
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 */ 4 */
20#ifndef C_TOXCORE_TOXAV_TOXAV_H 5#ifndef C_TOXCORE_TOXAV_TOXAV_H
21#define C_TOXCORE_TOXAV_TOXAV_H 6#define C_TOXCORE_TOXAV_TOXAV_H
diff --git a/toxav/toxav_old.c b/toxav/toxav_old.c
index 1362798d..9ecc7969 100644
--- a/toxav/toxav_old.c
+++ b/toxav/toxav_old.c
@@ -1,22 +1,8 @@
1/* 1/* SPDX-License-Identifier: GPL-3.0-or-later
2 * Copyright © 2016-2018 The TokTok team. 2 * Copyright © 2016-2018 The TokTok team.
3 * Copyright © 2013-2015 Tox project. 3 * Copyright © 2013-2015 Tox project.
4 *
5 * This file is part of Tox, the free peer to peer instant messenger.
6 *
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.
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 */ 4 */
5
20/** 6/**
21 * This file contains the group chats code for the backwards compatibility. 7 * This file contains the group chats code for the backwards compatibility.
22 */ 8 */
diff --git a/toxav/video.c b/toxav/video.c
index 2550565f..c6206bbf 100644
--- a/toxav/video.c
+++ b/toxav/video.c
@@ -1,21 +1,6 @@
1/* 1/* SPDX-License-Identifier: GPL-3.0-or-later
2 * Copyright © 2016-2018 The TokTok team. 2 * Copyright © 2016-2018 The TokTok team.
3 * Copyright © 2013-2015 Tox project. 3 * Copyright © 2013-2015 Tox project.
4 *
5 * This file is part of Tox, the free peer to peer instant messenger.
6 *
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.
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 */ 4 */
20#ifdef HAVE_CONFIG_H 5#ifdef HAVE_CONFIG_H
21#include "config.h" 6#include "config.h"
diff --git a/toxav/video.h b/toxav/video.h
index f7dfc992..6be9ac75 100644
--- a/toxav/video.h
+++ b/toxav/video.h
@@ -1,21 +1,6 @@
1/* 1/* SPDX-License-Identifier: GPL-3.0-or-later
2 * Copyright © 2016-2018 The TokTok team. 2 * Copyright © 2016-2018 The TokTok team.
3 * Copyright © 2013-2015 Tox project. 3 * Copyright © 2013-2015 Tox project.
4 *
5 * This file is part of Tox, the free peer to peer instant messenger.
6 *
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.
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 */ 4 */
20#ifndef C_TOXCORE_TOXAV_VIDEO_H 5#ifndef C_TOXCORE_TOXAV_VIDEO_H
21#define C_TOXCORE_TOXAV_VIDEO_H 6#define C_TOXCORE_TOXAV_VIDEO_H