Skip to content

Commit c02efb4

Browse files
committed
cleanup: Update license comments and add missing ones.
1 parent 7003464 commit c02efb4

460 files changed

Lines changed: 475 additions & 453 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

audio/include/audio/audio.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* SPDX-License-Identifier: GPL-3.0-or-later
22
* Copyright © 2014-2019 by The qTox Project Contributors
3-
* Copyright © 2024-2025 The TokTok team.
3+
* Copyright © 2024-2026 The TokTok team.
44
*/
55

66

audio/include/audio/iaudiocontrol.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* SPDX-License-Identifier: GPL-3.0-or-later
22
* Copyright © 2019 by The qTox Project Contributors
3-
* Copyright © 2024-2025 The TokTok team.
3+
* Copyright © 2024-2026 The TokTok team.
44
*/
55

66
#pragma once

audio/include/audio/iaudiosettings.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* SPDX-License-Identifier: GPL-3.0-or-later
22
* Copyright © 2019 by The qTox Project Contributors
3-
* Copyright © 2024-2025 The TokTok team.
3+
* Copyright © 2024-2026 The TokTok team.
44
*/
55

66
#pragma once

audio/include/audio/iaudiosink.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* SPDX-License-Identifier: GPL-3.0-or-later
22
* Copyright © 2019 by The qTox Project Contributors
3-
* Copyright © 2024-2025 The TokTok team.
3+
* Copyright © 2024-2026 The TokTok team.
44
*/
55

66
#pragma once

audio/include/audio/iaudiosource.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* SPDX-License-Identifier: GPL-3.0-or-later
22
* Copyright © 2019 by The qTox Project Contributors
3-
* Copyright © 2024-2025 The TokTok team.
3+
* Copyright © 2024-2026 The TokTok team.
44
*/
55

66
#pragma once

audio/src/audio.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* SPDX-License-Identifier: GPL-3.0-or-later
22
* Copyright © 2014-2019 by The qTox Project Contributors
3-
* Copyright © 2024-2025 The TokTok team.
3+
* Copyright © 2024-2026 The TokTok team.
44
*/
55

66
#include "audio/audio.h"

audio/src/backend/alsink.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* SPDX-License-Identifier: GPL-3.0-or-later
22
* Copyright © 2019 by The qTox Project Contributors
3-
* Copyright © 2024-2025 The TokTok team.
3+
* Copyright © 2024-2026 The TokTok team.
44
*/
55

66
#include "audio/src/backend/alsink.h"

audio/src/backend/alsink.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* SPDX-License-Identifier: GPL-3.0-or-later
22
* Copyright © 2019 by The qTox Project Contributors
3-
* Copyright © 2024-2025 The TokTok team.
3+
* Copyright © 2024-2026 The TokTok team.
44
*/
55

66
#pragma once

audio/src/backend/alsource.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* SPDX-License-Identifier: GPL-3.0-or-later
22
* Copyright © 2019 by The qTox Project Contributors
3-
* Copyright © 2024-2025 The TokTok team.
3+
* Copyright © 2024-2026 The TokTok team.
44
*/
55

66
#include "audio/src/backend/alsource.h"

audio/src/backend/alsource.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* SPDX-License-Identifier: GPL-3.0-or-later
22
* Copyright © 2019 by The qTox Project Contributors
3-
* Copyright © 2024-2025 The TokTok team.
3+
* Copyright © 2024-2026 The TokTok team.
44
*/
55

66
#pragma once

0 commit comments

Comments
 (0)