diff --git a/CMakeLists.txt b/CMakeLists.txt index 20fae6f..1e50900 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ ##### ##### This file is part of vimix - video live mixer -##### **Copyright** (C) 2019-2022 Bruno Herbelin +##### **Copyright** (C) 2019-2023 Bruno Herbelin ##### cmake_minimum_required(VERSION 3.8.2) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 9b1c19a..a9f0152 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -1,6 +1,6 @@ name: vimix base: core18 -version: '0.7.3' +version: '0.8.0' summary: Live video mixing title: vimix description: | diff --git a/src/ActionManager.cpp b/src/ActionManager.cpp index 87a3bf1..e4199b3 100644 --- a/src/ActionManager.cpp +++ b/src/ActionManager.cpp @@ -1,7 +1,7 @@ /* * This file is part of vimix - video live mixer * - * **Copyright** (C) 2019-2022 Bruno Herbelin + * **Copyright** (C) 2019-2023 Bruno Herbelin * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/BaseToolkit.cpp b/src/BaseToolkit.cpp index 0e2041c..dbbbf2b 100644 --- a/src/BaseToolkit.cpp +++ b/src/BaseToolkit.cpp @@ -1,7 +1,7 @@ /* * This file is part of vimix - video live mixer * - * **Copyright** (C) 2019-2022 Bruno Herbelin + * **Copyright** (C) 2019-2023 Bruno Herbelin * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index e4a98d9..7d1433f 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1,6 +1,6 @@ ##### ##### This file is part of vimix - video live mixer -##### **Copyright** (C) 2019-2022 Bruno Herbelin +##### **Copyright** (C) 2019-2023 Bruno Herbelin ##### cmake_minimum_required(VERSION 3.8.2) diff --git a/src/CloneSource.cpp b/src/CloneSource.cpp index 49b235f..4d2ee8f 100644 --- a/src/CloneSource.cpp +++ b/src/CloneSource.cpp @@ -1,7 +1,7 @@ /* * This file is part of vimix - video live mixer * - * **Copyright** (C) 2019-2022 Bruno Herbelin + * **Copyright** (C) 2019-2023 Bruno Herbelin * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/Connection.cpp b/src/Connection.cpp index 1d21e3d..11d787e 100644 --- a/src/Connection.cpp +++ b/src/Connection.cpp @@ -1,7 +1,7 @@ /* * This file is part of vimix - video live mixer * - * **Copyright** (C) 2019-2022 Bruno Herbelin + * **Copyright** (C) 2019-2023 Bruno Herbelin * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/ControlManager.cpp b/src/ControlManager.cpp index 15a605c..a86d300 100644 --- a/src/ControlManager.cpp +++ b/src/ControlManager.cpp @@ -1,7 +1,7 @@ /* * This file is part of vimix - video live mixer * - * **Copyright** (C) 2019-2022 Bruno Herbelin + * **Copyright** (C) 2019-2023 Bruno Herbelin * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/CountVisitor.cpp b/src/CountVisitor.cpp index f40bc19..45aff91 100644 --- a/src/CountVisitor.cpp +++ b/src/CountVisitor.cpp @@ -1,7 +1,7 @@ /* * This file is part of vimix - video live mixer * - * **Copyright** (C) 2019-2022 Bruno Herbelin + * **Copyright** (C) 2019-2023 Bruno Herbelin * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/Decorations.cpp b/src/Decorations.cpp index a372ea0..eadd8fc 100644 --- a/src/Decorations.cpp +++ b/src/Decorations.cpp @@ -1,7 +1,7 @@ /* * This file is part of vimix - video live mixer * - * **Copyright** (C) 2019-2022 Bruno Herbelin + * **Copyright** (C) 2019-2023 Bruno Herbelin * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/DeviceSource.cpp b/src/DeviceSource.cpp index 85b063f..8261aca 100644 --- a/src/DeviceSource.cpp +++ b/src/DeviceSource.cpp @@ -1,7 +1,7 @@ /* * This file is part of vimix - video live mixer * - * **Copyright** (C) 2019-2022 Bruno Herbelin + * **Copyright** (C) 2019-2023 Bruno Herbelin * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/DialogToolkit.cpp b/src/DialogToolkit.cpp index 940a5b1..9488a33 100644 --- a/src/DialogToolkit.cpp +++ b/src/DialogToolkit.cpp @@ -1,7 +1,7 @@ /* * This file is part of vimix - video live mixer * - * **Copyright** (C) 2019-2022 Bruno Herbelin + * **Copyright** (C) 2019-2023 Bruno Herbelin * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/DisplaysView.cpp b/src/DisplaysView.cpp index 2630164..67e6160 100644 --- a/src/DisplaysView.cpp +++ b/src/DisplaysView.cpp @@ -1,7 +1,7 @@ /* * This file is part of vimix - video live mixer * - * **Copyright** (C) 2019-2022 Bruno Herbelin + * **Copyright** (C) 2019-2023 Bruno Herbelin * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/DrawVisitor.cpp b/src/DrawVisitor.cpp index 3112a73..6b5f0ef 100644 --- a/src/DrawVisitor.cpp +++ b/src/DrawVisitor.cpp @@ -1,7 +1,7 @@ /* * This file is part of vimix - video live mixer * - * **Copyright** (C) 2019-2022 Bruno Herbelin + * **Copyright** (C) 2019-2023 Bruno Herbelin * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/FrameBuffer.cpp b/src/FrameBuffer.cpp index 1304aba..3f3e7d2 100644 --- a/src/FrameBuffer.cpp +++ b/src/FrameBuffer.cpp @@ -1,7 +1,7 @@ /* * This file is part of vimix - video live mixer * - * **Copyright** (C) 2019-2022 Bruno Herbelin + * **Copyright** (C) 2019-2023 Bruno Herbelin * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/FrameGrabber.cpp b/src/FrameGrabber.cpp index 747fac2..761e680 100644 --- a/src/FrameGrabber.cpp +++ b/src/FrameGrabber.cpp @@ -1,7 +1,7 @@ /* * This file is part of vimix - video live mixer * - * **Copyright** (C) 2019-2022 Bruno Herbelin + * **Copyright** (C) 2019-2023 Bruno Herbelin * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/GeometryView.cpp b/src/GeometryView.cpp index a230371..5e06593 100644 --- a/src/GeometryView.cpp +++ b/src/GeometryView.cpp @@ -1,7 +1,7 @@ /* * This file is part of vimix - video live mixer * - * **Copyright** (C) 2019-2022 Bruno Herbelin + * **Copyright** (C) 2019-2023 Bruno Herbelin * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/GlmToolkit.cpp b/src/GlmToolkit.cpp index 5fab992..4ab8dc8 100644 --- a/src/GlmToolkit.cpp +++ b/src/GlmToolkit.cpp @@ -1,7 +1,7 @@ /* * This file is part of vimix - video live mixer * - * **Copyright** (C) 2019-2022 Bruno Herbelin + * **Copyright** (C) 2019-2023 Bruno Herbelin * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/GstToolkit.cpp b/src/GstToolkit.cpp index f553116..0691167 100644 --- a/src/GstToolkit.cpp +++ b/src/GstToolkit.cpp @@ -1,7 +1,7 @@ /* * This file is part of vimix - video live mixer * - * **Copyright** (C) 2019-2022 Bruno Herbelin + * **Copyright** (C) 2019-2023 Bruno Herbelin * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/ImGuiToolkit.cpp b/src/ImGuiToolkit.cpp index 45c0f09..fade9f8 100644 --- a/src/ImGuiToolkit.cpp +++ b/src/ImGuiToolkit.cpp @@ -1,7 +1,7 @@ /* * This file is part of vimix - video live mixer * - * **Copyright** (C) 2019-2022 Bruno Herbelin + * **Copyright** (C) 2019-2023 Bruno Herbelin * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/ImGuiVisitor.cpp b/src/ImGuiVisitor.cpp index 793afa5..1101b68 100644 --- a/src/ImGuiVisitor.cpp +++ b/src/ImGuiVisitor.cpp @@ -1,7 +1,7 @@ /* * This file is part of vimix - video live mixer * - * **Copyright** (C) 2019-2022 Bruno Herbelin + * **Copyright** (C) 2019-2023 Bruno Herbelin * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/ImageFilter.cpp b/src/ImageFilter.cpp index 093d1e5..c8b2d81 100644 --- a/src/ImageFilter.cpp +++ b/src/ImageFilter.cpp @@ -1,7 +1,7 @@ /* * This file is part of vimix - video live mixer * - * **Copyright** (C) 2019-2022 Bruno Herbelin + * **Copyright** (C) 2019-2023 Bruno Herbelin * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/ImageProcessingShader.cpp b/src/ImageProcessingShader.cpp index 6e1aaaf..3db8637 100644 --- a/src/ImageProcessingShader.cpp +++ b/src/ImageProcessingShader.cpp @@ -1,7 +1,7 @@ /* * This file is part of vimix - video live mixer * - * **Copyright** (C) 2019-2022 Bruno Herbelin + * **Copyright** (C) 2019-2023 Bruno Herbelin * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/ImageShader.cpp b/src/ImageShader.cpp index 5241e57..0450540 100644 --- a/src/ImageShader.cpp +++ b/src/ImageShader.cpp @@ -1,7 +1,7 @@ /* * This file is part of vimix - video live mixer * - * **Copyright** (C) 2019-2022 Bruno Herbelin + * **Copyright** (C) 2019-2023 Bruno Herbelin * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/InfoVisitor.cpp b/src/InfoVisitor.cpp index efd6cbf..1fed70d 100644 --- a/src/InfoVisitor.cpp +++ b/src/InfoVisitor.cpp @@ -1,7 +1,7 @@ /* * This file is part of vimix - video live mixer * - * **Copyright** (C) 2019-2022 Bruno Herbelin + * **Copyright** (C) 2019-2023 Bruno Herbelin * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/Interpolator.cpp b/src/Interpolator.cpp index 7551478..34183c6 100644 --- a/src/Interpolator.cpp +++ b/src/Interpolator.cpp @@ -4,7 +4,7 @@ /* * This file is part of vimix - video live mixer * - * **Copyright** (C) 2019-2022 Bruno Herbelin + * **Copyright** (C) 2019-2023 Bruno Herbelin * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/LayerView.cpp b/src/LayerView.cpp index d7142c9..1b3fabc 100644 --- a/src/LayerView.cpp +++ b/src/LayerView.cpp @@ -1,7 +1,7 @@ /* * This file is part of vimix - video live mixer * - * **Copyright** (C) 2019-2022 Bruno Herbelin + * **Copyright** (C) 2019-2023 Bruno Herbelin * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/Log.cpp b/src/Log.cpp index 4845caf..a4f9882 100644 --- a/src/Log.cpp +++ b/src/Log.cpp @@ -1,7 +1,7 @@ /* * This file is part of vimix - video live mixer * - * **Copyright** (C) 2019-2022 Bruno Herbelin + * **Copyright** (C) 2019-2023 Bruno Herbelin * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/Loopback.cpp b/src/Loopback.cpp index f6379bb..2744420 100644 --- a/src/Loopback.cpp +++ b/src/Loopback.cpp @@ -1,7 +1,7 @@ /* * This file is part of vimix - video live mixer * - * **Copyright** (C) 2019-2022 Bruno Herbelin + * **Copyright** (C) 2019-2023 Bruno Herbelin * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/MediaPlayer.cpp b/src/MediaPlayer.cpp index 0b7376c..4f9221c 100644 --- a/src/MediaPlayer.cpp +++ b/src/MediaPlayer.cpp @@ -1,7 +1,7 @@ /* * This file is part of vimix - video live mixer * - * **Copyright** (C) 2019-2022 Bruno Herbelin + * **Copyright** (C) 2019-2023 Bruno Herbelin * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/MediaSource.cpp b/src/MediaSource.cpp index 5dfa020..3971a5d 100644 --- a/src/MediaSource.cpp +++ b/src/MediaSource.cpp @@ -1,7 +1,7 @@ /* * This file is part of vimix - video live mixer * - * **Copyright** (C) 2019-2022 Bruno Herbelin + * **Copyright** (C) 2019-2023 Bruno Herbelin * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/Mesh.cpp b/src/Mesh.cpp index 0917ba2..aabcc5a 100644 --- a/src/Mesh.cpp +++ b/src/Mesh.cpp @@ -1,7 +1,7 @@ /* * This file is part of vimix - video live mixer * - * **Copyright** (C) 2019-2022 Bruno Herbelin + * **Copyright** (C) 2019-2023 Bruno Herbelin * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/Mixer.cpp b/src/Mixer.cpp index 413c0bf..bf9bda0 100644 --- a/src/Mixer.cpp +++ b/src/Mixer.cpp @@ -1,7 +1,7 @@ /* * This file is part of vimix - video live mixer * - * **Copyright** (C) 2019-2022 Bruno Herbelin + * **Copyright** (C) 2019-2023 Bruno Herbelin * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/MixingGroup.cpp b/src/MixingGroup.cpp index 20de97e..1a48cb5 100644 --- a/src/MixingGroup.cpp +++ b/src/MixingGroup.cpp @@ -1,7 +1,7 @@ /* * This file is part of vimix - video live mixer * - * **Copyright** (C) 2019-2022 Bruno Herbelin + * **Copyright** (C) 2019-2023 Bruno Herbelin * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/MixingView.cpp b/src/MixingView.cpp index 67fbd2c..c884be7 100644 --- a/src/MixingView.cpp +++ b/src/MixingView.cpp @@ -1,7 +1,7 @@ /* * This file is part of vimix - video live mixer * - * **Copyright** (C) 2019-2022 Bruno Herbelin + * **Copyright** (C) 2019-2023 Bruno Herbelin * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/MultiFileSource.cpp b/src/MultiFileSource.cpp index d3a928d..1f2b8f3 100644 --- a/src/MultiFileSource.cpp +++ b/src/MultiFileSource.cpp @@ -1,7 +1,7 @@ /* * This file is part of vimix - video live mixer * - * **Copyright** (C) 2019-2022 Bruno Herbelin + * **Copyright** (C) 2019-2023 Bruno Herbelin * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/NetworkSource.cpp b/src/NetworkSource.cpp index be4d57a..12c1516 100644 --- a/src/NetworkSource.cpp +++ b/src/NetworkSource.cpp @@ -1,7 +1,7 @@ /* * This file is part of vimix - video live mixer * - * **Copyright** (C) 2019-2022 Bruno Herbelin + * **Copyright** (C) 2019-2023 Bruno Herbelin * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/NetworkToolkit.cpp b/src/NetworkToolkit.cpp index 94479b7..4614995 100644 --- a/src/NetworkToolkit.cpp +++ b/src/NetworkToolkit.cpp @@ -1,7 +1,7 @@ /* * This file is part of vimix - video live mixer * - * **Copyright** (C) 2019-2022 Bruno Herbelin + * **Copyright** (C) 2019-2023 Bruno Herbelin * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/PatternSource.cpp b/src/PatternSource.cpp index 4c9d521..b31bd14 100644 --- a/src/PatternSource.cpp +++ b/src/PatternSource.cpp @@ -1,7 +1,7 @@ /* * This file is part of vimix - video live mixer * - * **Copyright** (C) 2019-2022 Bruno Herbelin + * **Copyright** (C) 2019-2023 Bruno Herbelin * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/PickingVisitor.cpp b/src/PickingVisitor.cpp index 2d2a2f7..1e05890 100644 --- a/src/PickingVisitor.cpp +++ b/src/PickingVisitor.cpp @@ -1,7 +1,7 @@ /* * This file is part of vimix - video live mixer * - * **Copyright** (C) 2019-2022 Bruno Herbelin + * **Copyright** (C) 2019-2023 Bruno Herbelin * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/Primitives.cpp b/src/Primitives.cpp index 4482b8f..d622b50 100644 --- a/src/Primitives.cpp +++ b/src/Primitives.cpp @@ -1,7 +1,7 @@ /* * This file is part of vimix - video live mixer * - * **Copyright** (C) 2019-2022 Bruno Herbelin + * **Copyright** (C) 2019-2023 Bruno Herbelin * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/Recorder.cpp b/src/Recorder.cpp index 0b87b12..2ebbd10 100644 --- a/src/Recorder.cpp +++ b/src/Recorder.cpp @@ -1,7 +1,7 @@ /* * This file is part of vimix - video live mixer * - * **Copyright** (C) 2019-2022 Bruno Herbelin + * **Copyright** (C) 2019-2023 Bruno Herbelin * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/RenderSource.cpp b/src/RenderSource.cpp index be5f7be..a01f684 100644 --- a/src/RenderSource.cpp +++ b/src/RenderSource.cpp @@ -1,7 +1,7 @@ /* * This file is part of vimix - video live mixer * - * **Copyright** (C) 2019-2022 Bruno Herbelin + * **Copyright** (C) 2019-2023 Bruno Herbelin * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/RenderView.cpp b/src/RenderView.cpp index ba34481..1472925 100644 --- a/src/RenderView.cpp +++ b/src/RenderView.cpp @@ -1,7 +1,7 @@ /* * This file is part of vimix - video live mixer * - * **Copyright** (C) 2019-2022 Bruno Herbelin + * **Copyright** (C) 2019-2023 Bruno Herbelin * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/RenderingManager.cpp b/src/RenderingManager.cpp index 721776d..4ef687b 100644 --- a/src/RenderingManager.cpp +++ b/src/RenderingManager.cpp @@ -1,7 +1,7 @@ /* * This file is part of vimix - video live mixer * - * **Copyright** (C) 2019-2022 Bruno Herbelin + * **Copyright** (C) 2019-2023 Bruno Herbelin * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/Resource.cpp b/src/Resource.cpp index a7b0d22..b470333 100644 --- a/src/Resource.cpp +++ b/src/Resource.cpp @@ -1,7 +1,7 @@ /* * This file is part of vimix - video live mixer * - * **Copyright** (C) 2019-2022 Bruno Herbelin + * **Copyright** (C) 2019-2023 Bruno Herbelin * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/Scene.cpp b/src/Scene.cpp index 6dff55e..2582d6a 100644 --- a/src/Scene.cpp +++ b/src/Scene.cpp @@ -1,7 +1,7 @@ /* * This file is part of vimix - video live mixer * - * **Copyright** (C) 2019-2022 Bruno Herbelin + * **Copyright** (C) 2019-2023 Bruno Herbelin * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/Screenshot.cpp b/src/Screenshot.cpp index bb18f47..0dcbbbf 100644 --- a/src/Screenshot.cpp +++ b/src/Screenshot.cpp @@ -1,7 +1,7 @@ /* * This file is part of vimix - video live mixer * - * **Copyright** (C) 2019-2022 Bruno Herbelin + * **Copyright** (C) 2019-2023 Bruno Herbelin * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/SearchVisitor.cpp b/src/SearchVisitor.cpp index 15afdca..e857094 100644 --- a/src/SearchVisitor.cpp +++ b/src/SearchVisitor.cpp @@ -1,7 +1,7 @@ /* * This file is part of vimix - video live mixer * - * **Copyright** (C) 2019-2022 Bruno Herbelin + * **Copyright** (C) 2019-2023 Bruno Herbelin * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/Selection.cpp b/src/Selection.cpp index eca9d0c..84e9907 100644 --- a/src/Selection.cpp +++ b/src/Selection.cpp @@ -1,7 +1,7 @@ /* * This file is part of vimix - video live mixer * - * **Copyright** (C) 2019-2022 Bruno Herbelin + * **Copyright** (C) 2019-2023 Bruno Herbelin * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/Session.cpp b/src/Session.cpp index edcca81..4e649da 100644 --- a/src/Session.cpp +++ b/src/Session.cpp @@ -1,7 +1,7 @@ /* * This file is part of vimix - video live mixer * - * **Copyright** (C) 2019-2022 Bruno Herbelin + * **Copyright** (C) 2019-2023 Bruno Herbelin * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/SessionCreator.cpp b/src/SessionCreator.cpp index 82c9514..7f90e84 100644 --- a/src/SessionCreator.cpp +++ b/src/SessionCreator.cpp @@ -1,7 +1,7 @@ /* * This file is part of vimix - video live mixer * - * **Copyright** (C) 2019-2022 Bruno Herbelin + * **Copyright** (C) 2019-2023 Bruno Herbelin * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/SessionParser.cpp b/src/SessionParser.cpp index 5a0b605..9d7ec03 100644 --- a/src/SessionParser.cpp +++ b/src/SessionParser.cpp @@ -1,7 +1,7 @@ /* * This file is part of vimix - video live mixer * - * **Copyright** (C) 2019-2022 Bruno Herbelin + * **Copyright** (C) 2019-2023 Bruno Herbelin * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/SessionSource.cpp b/src/SessionSource.cpp index 3694dc8..55e78cb 100644 --- a/src/SessionSource.cpp +++ b/src/SessionSource.cpp @@ -1,7 +1,7 @@ /* * This file is part of vimix - video live mixer * - * **Copyright** (C) 2019-2022 Bruno Herbelin + * **Copyright** (C) 2019-2023 Bruno Herbelin * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/SessionVisitor.cpp b/src/SessionVisitor.cpp index 54e759f..58b1103 100644 --- a/src/SessionVisitor.cpp +++ b/src/SessionVisitor.cpp @@ -1,7 +1,7 @@ /* * This file is part of vimix - video live mixer * - * **Copyright** (C) 2019-2022 Bruno Herbelin + * **Copyright** (C) 2019-2023 Bruno Herbelin * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/Settings.cpp b/src/Settings.cpp index 1511737..e3fce5b 100644 --- a/src/Settings.cpp +++ b/src/Settings.cpp @@ -1,7 +1,7 @@ /* * This file is part of vimix - video live mixer * - * **Copyright** (C) 2019-2022 Bruno Herbelin + * **Copyright** (C) 2019-2023 Bruno Herbelin * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/Shader.cpp b/src/Shader.cpp index 1418ef9..196cc21 100644 --- a/src/Shader.cpp +++ b/src/Shader.cpp @@ -1,7 +1,7 @@ /* * This file is part of vimix - video live mixer * - * **Copyright** (C) 2019-2022 Bruno Herbelin + * **Copyright** (C) 2019-2023 Bruno Herbelin * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/ShmdataBroadcast.cpp b/src/ShmdataBroadcast.cpp index ca6efd9..1878641 100644 --- a/src/ShmdataBroadcast.cpp +++ b/src/ShmdataBroadcast.cpp @@ -1,7 +1,7 @@ /* * This file is part of vimix - video live mixer * - * **Copyright** (C) 2019-2022 Bruno Herbelin + * **Copyright** (C) 2019-2023 Bruno Herbelin * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/Source.cpp b/src/Source.cpp index 6d8919a..67b8bc1 100644 --- a/src/Source.cpp +++ b/src/Source.cpp @@ -1,7 +1,7 @@ /* * This file is part of vimix - video live mixer * - * **Copyright** (C) 2019-2022 Bruno Herbelin + * **Copyright** (C) 2019-2023 Bruno Herbelin * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/SourceCallback.cpp b/src/SourceCallback.cpp index 7335c28..bcfdc1c 100644 --- a/src/SourceCallback.cpp +++ b/src/SourceCallback.cpp @@ -1,7 +1,7 @@ /* * This file is part of vimix - video live mixer * - * **Copyright** (C) 2019-2022 Bruno Herbelin + * **Copyright** (C) 2019-2023 Bruno Herbelin * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/SourceList.cpp b/src/SourceList.cpp index 69c9815..5fb7252 100644 --- a/src/SourceList.cpp +++ b/src/SourceList.cpp @@ -1,7 +1,7 @@ /* * This file is part of vimix - video live mixer * - * **Copyright** (C) 2019-2022 Bruno Herbelin + * **Copyright** (C) 2019-2023 Bruno Herbelin * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/Stream.cpp b/src/Stream.cpp index a63b348..d122e08 100644 --- a/src/Stream.cpp +++ b/src/Stream.cpp @@ -1,7 +1,7 @@ /* * This file is part of vimix - video live mixer * - * **Copyright** (C) 2019-2022 Bruno Herbelin + * **Copyright** (C) 2019-2023 Bruno Herbelin * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/StreamSource.cpp b/src/StreamSource.cpp index c1471bc..b559d7f 100644 --- a/src/StreamSource.cpp +++ b/src/StreamSource.cpp @@ -1,7 +1,7 @@ /* * This file is part of vimix - video live mixer * - * **Copyright** (C) 2019-2022 Bruno Herbelin + * **Copyright** (C) 2019-2023 Bruno Herbelin * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/Streamer.cpp b/src/Streamer.cpp index fb30e17..700a802 100644 --- a/src/Streamer.cpp +++ b/src/Streamer.cpp @@ -1,7 +1,7 @@ /* * This file is part of vimix - video live mixer * - * **Copyright** (C) 2019-2022 Bruno Herbelin + * **Copyright** (C) 2019-2023 Bruno Herbelin * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/SystemToolkit.cpp b/src/SystemToolkit.cpp index 23e16e8..aa9a2a8 100644 --- a/src/SystemToolkit.cpp +++ b/src/SystemToolkit.cpp @@ -1,7 +1,7 @@ /* * This file is part of vimix - video live mixer * - * **Copyright** (C) 2019-2022 Bruno Herbelin + * **Copyright** (C) 2019-2023 Bruno Herbelin * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/TextureView.cpp b/src/TextureView.cpp index a757159..415bd4d 100644 --- a/src/TextureView.cpp +++ b/src/TextureView.cpp @@ -1,7 +1,7 @@ /* * This file is part of vimix - video live mixer * - * **Copyright** (C) 2019-2022 Bruno Herbelin + * **Copyright** (C) 2019-2023 Bruno Herbelin * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/Timeline.cpp b/src/Timeline.cpp index e39b0a2..a6698e6 100644 --- a/src/Timeline.cpp +++ b/src/Timeline.cpp @@ -1,7 +1,7 @@ /* * This file is part of vimix - video live mixer * - * **Copyright** (C) 2019-2022 Bruno Herbelin + * **Copyright** (C) 2019-2023 Bruno Herbelin * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/TransitionView.cpp b/src/TransitionView.cpp index fae8db4..4c3e5d0 100644 --- a/src/TransitionView.cpp +++ b/src/TransitionView.cpp @@ -1,7 +1,7 @@ /* * This file is part of vimix - video live mixer * - * **Copyright** (C) 2019-2022 Bruno Herbelin + * **Copyright** (C) 2019-2023 Bruno Herbelin * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/UpdateCallback.cpp b/src/UpdateCallback.cpp index b19715a..ea9bdb7 100644 --- a/src/UpdateCallback.cpp +++ b/src/UpdateCallback.cpp @@ -1,7 +1,7 @@ /* * This file is part of vimix - video live mixer * - * **Copyright** (C) 2019-2022 Bruno Herbelin + * **Copyright** (C) 2019-2023 Bruno Herbelin * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/UserInterfaceManager.cpp b/src/UserInterfaceManager.cpp index 622dc8f..8526b41 100644 --- a/src/UserInterfaceManager.cpp +++ b/src/UserInterfaceManager.cpp @@ -1,7 +1,7 @@ /* * This file is part of vimix - video live mixer * - * **Copyright** (C) 2019-2022 Bruno Herbelin + * **Copyright** (C) 2019-2023 Bruno Herbelin * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/VideoBroadcast.cpp b/src/VideoBroadcast.cpp index f8d3ad1..9d94ffd 100644 --- a/src/VideoBroadcast.cpp +++ b/src/VideoBroadcast.cpp @@ -1,7 +1,7 @@ /* * This file is part of vimix - video live mixer * - * **Copyright** (C) 2019-2022 Bruno Herbelin + * **Copyright** (C) 2019-2023 Bruno Herbelin * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/View.cpp b/src/View.cpp index fa8ecd6..cfd00a0 100644 --- a/src/View.cpp +++ b/src/View.cpp @@ -1,7 +1,7 @@ /* * This file is part of vimix - video live mixer * - * **Copyright** (C) 2019-2022 Bruno Herbelin + * **Copyright** (C) 2019-2023 Bruno Herbelin * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main.cpp b/src/main.cpp index b70a4c4..2caf913 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1,7 +1,7 @@ /* * vimix - video live mixer * - * **Copyright** (C) 2019-2022 Bruno Herbelin + * **Copyright** (C) 2019-2023 Bruno Herbelin * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/tinyxml2Toolkit.cpp b/src/tinyxml2Toolkit.cpp index 0c91620..1eb1f5e 100644 --- a/src/tinyxml2Toolkit.cpp +++ b/src/tinyxml2Toolkit.cpp @@ -1,7 +1,7 @@ /* * This file is part of vimix - video live mixer * - * **Copyright** (C) 2019-2022 Bruno Herbelin + * **Copyright** (C) 2019-2023 Bruno Herbelin * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by