From f170fdd009465ffea765e58e8d5cebd1d541fdfe Mon Sep 17 00:00:00 2001 From: "FeRD (Frank Dana)" Date: Tue, 11 Jun 2019 06:48:32 -0400 Subject: [PATCH] Update copyright range to current year --- include/AudioBufferSource.h | 2 +- include/AudioDeviceInfo.h | 2 +- include/AudioReaderSource.h | 2 +- include/AudioResampler.h | 2 +- include/CacheBase.h | 2 +- include/CacheDisk.h | 2 +- include/CacheMemory.h | 2 +- include/ChannelLayouts.h | 2 +- include/ChunkReader.h | 2 +- include/ChunkWriter.h | 2 +- include/Clip.h | 2 +- include/ClipBase.h | 2 +- include/Color.h | 2 +- include/Coordinate.h | 2 +- include/CrashHandler.h | 2 +- include/DecklinkInput.h | 2 +- include/DecklinkOutput.h | 2 +- include/DecklinkReader.h | 2 +- include/DecklinkWriter.h | 2 +- include/DummyReader.h | 2 +- include/EffectBase.h | 2 +- include/EffectInfo.h | 2 +- include/Effects.h | 2 +- include/Enums.h | 2 +- include/Exceptions.h | 2 +- include/FFmpegUtilities.h | 2 +- include/Fraction.h | 2 +- include/Frame.h | 2 +- include/FrameMapper.h | 2 +- include/ImageReader.h | 2 +- include/Json.h | 2 +- include/KeyFrame.h | 2 +- include/OpenMPUtilities.h | 2 +- include/OpenShot.h | 2 +- include/PlayerBase.h | 2 +- include/Point.h | 2 +- include/Profiles.h | 2 +- include/Qt/AudioPlaybackThread.h | 2 +- include/Qt/PlayerDemo.h | 2 +- include/Qt/PlayerPrivate.h | 2 +- include/Qt/VideoCacheThread.h | 2 +- include/Qt/VideoPlaybackThread.h | 2 +- include/Qt/VideoRenderWidget.h | 2 +- include/Qt/VideoRenderer.h | 2 +- include/QtImageReader.h | 2 +- include/QtPlayer.h | 2 +- include/ReaderBase.h | 2 +- include/RendererBase.h | 2 +- include/Settings.h | 2 +- include/Tests.h | 2 +- include/TextReader.h | 2 +- include/Timeline.h | 2 +- include/Version.h | 2 +- include/WriterBase.h | 2 +- include/ZmqLogger.h | 2 +- include/effects/Bars.h | 2 +- include/effects/Blur.h | 2 +- include/effects/Brightness.h | 2 +- include/effects/ChromaKey.h | 2 +- include/effects/ColorShift.h | 2 +- include/effects/Crop.h | 2 +- include/effects/Deinterlace.h | 2 +- include/effects/Hue.h | 2 +- include/effects/Mask.h | 2 +- include/effects/Negate.h | 2 +- include/effects/Pixelate.h | 2 +- include/effects/Saturation.h | 2 +- include/effects/Shift.h | 2 +- include/effects/Wave.h | 2 +- src/AudioBufferSource.cpp | 2 +- src/AudioReaderSource.cpp | 2 +- src/AudioResampler.cpp | 2 +- src/CMakeLists.txt | 2 +- src/CacheBase.cpp | 2 +- src/CacheDisk.cpp | 2 +- src/CacheMemory.cpp | 2 +- src/ChunkReader.cpp | 2 +- src/ChunkWriter.cpp | 2 +- src/Clip.cpp | 2 +- src/ClipBase.cpp | 2 +- src/Color.cpp | 2 +- src/Coordinate.cpp | 2 +- src/CrashHandler.cpp | 2 +- src/DecklinkInput.cpp | 2 +- src/DecklinkOutput.cpp | 2 +- src/DecklinkReader.cpp | 2 +- src/DecklinkWriter.cpp | 2 +- src/DummyReader.cpp | 2 +- src/EffectBase.cpp | 2 +- src/EffectInfo.cpp | 2 +- src/Fraction.cpp | 2 +- src/Frame.cpp | 2 +- src/FrameMapper.cpp | 2 +- src/ImageReader.cpp | 2 +- src/KeyFrame.cpp | 2 +- src/PlayerBase.cpp | 2 +- src/Point.cpp | 2 +- src/Profiles.cpp | 2 +- src/Qt/AudioPlaybackThread.cpp | 2 +- src/Qt/PlayerDemo.cpp | 2 +- src/Qt/PlayerPrivate.cpp | 2 +- src/Qt/VideoCacheThread.cpp | 2 +- src/Qt/VideoPlaybackThread.cpp | 2 +- src/Qt/VideoRenderWidget.cpp | 2 +- src/Qt/VideoRenderer.cpp | 2 +- src/Qt/demo/main.cpp | 2 +- src/QtImageReader.cpp | 2 +- src/QtPlayer.cpp | 2 +- src/ReaderBase.cpp | 2 +- src/RendererBase.cpp | 2 +- src/Settings.cpp | 2 +- src/TextReader.cpp | 2 +- src/Timeline.cpp | 2 +- src/WriterBase.cpp | 2 +- src/ZmqLogger.cpp | 2 +- src/bindings/CMakeLists.txt | 2 +- src/bindings/python/CMakeLists.txt | 2 +- src/bindings/python/openshot.i | 2 +- src/bindings/ruby/CMakeLists.txt | 2 +- src/bindings/ruby/openshot.i | 2 +- src/effects/Bars.cpp | 2 +- src/effects/Blur.cpp | 2 +- src/effects/Brightness.cpp | 2 +- src/effects/ChromaKey.cpp | 2 +- src/effects/ColorShift.cpp | 2 +- src/effects/Crop.cpp | 2 +- src/effects/Deinterlace.cpp | 2 +- src/effects/Hue.cpp | 2 +- src/effects/Mask.cpp | 2 +- src/effects/Negate.cpp | 2 +- src/effects/Pixelate.cpp | 2 +- src/effects/Saturation.cpp | 2 +- src/effects/Shift.cpp | 2 +- src/effects/Wave.cpp | 2 +- src/examples/Example.cpp | 2 +- src/examples/ExampleBlackmagic.cpp | 2 +- tests/CMakeLists.txt | 2 +- tests/Cache_Tests.cpp | 2 +- tests/Clip_Tests.cpp | 2 +- tests/Color_Tests.cpp | 2 +- tests/Coordinate_Tests.cpp | 2 +- tests/FFmpegReader_Tests.cpp | 2 +- tests/FFmpegWriter_Tests.cpp | 2 +- tests/Fraction_Tests.cpp | 2 +- tests/FrameMapper_Tests.cpp | 2 +- tests/ImageWriter_Tests.cpp | 2 +- tests/KeyFrame_Tests.cpp | 2 +- tests/Point_Tests.cpp | 2 +- tests/ReaderBase_Tests.cpp | 2 +- tests/Settings_Tests.cpp | 2 +- tests/Timeline_Tests.cpp | 2 +- tests/tests.cpp | 2 +- 152 files changed, 152 insertions(+), 152 deletions(-) diff --git a/include/AudioBufferSource.h b/include/AudioBufferSource.h index 0b72aa5d..4addb37d 100644 --- a/include/AudioBufferSource.h +++ b/include/AudioBufferSource.h @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/include/AudioDeviceInfo.h b/include/AudioDeviceInfo.h index f58c1562..4099430e 100644 --- a/include/AudioDeviceInfo.h +++ b/include/AudioDeviceInfo.h @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/include/AudioReaderSource.h b/include/AudioReaderSource.h index a60f940e..679aed61 100644 --- a/include/AudioReaderSource.h +++ b/include/AudioReaderSource.h @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/include/AudioResampler.h b/include/AudioResampler.h index 16d35906..85a44b1f 100644 --- a/include/AudioResampler.h +++ b/include/AudioResampler.h @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/include/CacheBase.h b/include/CacheBase.h index d8bcf805..af24b153 100644 --- a/include/CacheBase.h +++ b/include/CacheBase.h @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/include/CacheDisk.h b/include/CacheDisk.h index 03935dcb..11a8808c 100644 --- a/include/CacheDisk.h +++ b/include/CacheDisk.h @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/include/CacheMemory.h b/include/CacheMemory.h index 03db05d1..eb11f273 100644 --- a/include/CacheMemory.h +++ b/include/CacheMemory.h @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/include/ChannelLayouts.h b/include/ChannelLayouts.h index 4c12822f..673eeccd 100644 --- a/include/ChannelLayouts.h +++ b/include/ChannelLayouts.h @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/include/ChunkReader.h b/include/ChunkReader.h index 022dfb77..5b330b70 100644 --- a/include/ChunkReader.h +++ b/include/ChunkReader.h @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/include/ChunkWriter.h b/include/ChunkWriter.h index 2ecdf06e..5ac9be4a 100644 --- a/include/ChunkWriter.h +++ b/include/ChunkWriter.h @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/include/Clip.h b/include/Clip.h index 9f10148f..52be853e 100644 --- a/include/Clip.h +++ b/include/Clip.h @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/include/ClipBase.h b/include/ClipBase.h index 97d60ef6..adbf11ef 100644 --- a/include/ClipBase.h +++ b/include/ClipBase.h @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/include/Color.h b/include/Color.h index 8e9d152f..d06bee91 100644 --- a/include/Color.h +++ b/include/Color.h @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/include/Coordinate.h b/include/Coordinate.h index 40e4bb63..6ab296dc 100644 --- a/include/Coordinate.h +++ b/include/Coordinate.h @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/include/CrashHandler.h b/include/CrashHandler.h index 1c6ed187..76d788f2 100644 --- a/include/CrashHandler.h +++ b/include/CrashHandler.h @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/include/DecklinkInput.h b/include/DecklinkInput.h index ebac2baf..87207505 100644 --- a/include/DecklinkInput.h +++ b/include/DecklinkInput.h @@ -33,7 +33,7 @@ * DEALINGS IN THE SOFTWARE. * * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/include/DecklinkOutput.h b/include/DecklinkOutput.h index f653b8dd..ebaa9ab4 100644 --- a/include/DecklinkOutput.h +++ b/include/DecklinkOutput.h @@ -33,7 +33,7 @@ * DEALINGS IN THE SOFTWARE. * * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/include/DecklinkReader.h b/include/DecklinkReader.h index 29a8fdcb..3dc7e23d 100644 --- a/include/DecklinkReader.h +++ b/include/DecklinkReader.h @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/include/DecklinkWriter.h b/include/DecklinkWriter.h index 3a65f0c1..809890f3 100644 --- a/include/DecklinkWriter.h +++ b/include/DecklinkWriter.h @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/include/DummyReader.h b/include/DummyReader.h index 692c7589..adae512f 100644 --- a/include/DummyReader.h +++ b/include/DummyReader.h @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/include/EffectBase.h b/include/EffectBase.h index 20cd8edc..cd39c272 100644 --- a/include/EffectBase.h +++ b/include/EffectBase.h @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/include/EffectInfo.h b/include/EffectInfo.h index 59b7d234..7806f096 100644 --- a/include/EffectInfo.h +++ b/include/EffectInfo.h @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/include/Effects.h b/include/Effects.h index 7297ba07..746da4c0 100644 --- a/include/Effects.h +++ b/include/Effects.h @@ -11,7 +11,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/include/Enums.h b/include/Enums.h index 505c28f6..387191ea 100644 --- a/include/Enums.h +++ b/include/Enums.h @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/include/Exceptions.h b/include/Exceptions.h index ae9755ae..0fb2bb1e 100644 --- a/include/Exceptions.h +++ b/include/Exceptions.h @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/include/FFmpegUtilities.h b/include/FFmpegUtilities.h index 1069bb2c..a6b83015 100644 --- a/include/FFmpegUtilities.h +++ b/include/FFmpegUtilities.h @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/include/Fraction.h b/include/Fraction.h index 178cca41..9ffcda1f 100644 --- a/include/Fraction.h +++ b/include/Fraction.h @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/include/Frame.h b/include/Frame.h index d34800ff..911e2713 100644 --- a/include/Frame.h +++ b/include/Frame.h @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/include/FrameMapper.h b/include/FrameMapper.h index 66020951..78e8944e 100644 --- a/include/FrameMapper.h +++ b/include/FrameMapper.h @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/include/ImageReader.h b/include/ImageReader.h index 2ba2be8d..25bdc68c 100644 --- a/include/ImageReader.h +++ b/include/ImageReader.h @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/include/Json.h b/include/Json.h index bacd59a1..3a10ab74 100644 --- a/include/Json.h +++ b/include/Json.h @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/include/KeyFrame.h b/include/KeyFrame.h index 1aca9cc0..14f519a1 100644 --- a/include/KeyFrame.h +++ b/include/KeyFrame.h @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/include/OpenMPUtilities.h b/include/OpenMPUtilities.h index dcde3c32..b78c3742 100644 --- a/include/OpenMPUtilities.h +++ b/include/OpenMPUtilities.h @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/include/OpenShot.h b/include/OpenShot.h index d7c62af6..8987f5e5 100644 --- a/include/OpenShot.h +++ b/include/OpenShot.h @@ -73,7 +73,7 @@ * * \anchor License * ### License & Copyright ### - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/include/PlayerBase.h b/include/PlayerBase.h index d6ff64f5..ecc8f5f2 100644 --- a/include/PlayerBase.h +++ b/include/PlayerBase.h @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/include/Point.h b/include/Point.h index 8eabf7c8..d9a5e33d 100644 --- a/include/Point.h +++ b/include/Point.h @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/include/Profiles.h b/include/Profiles.h index f7621551..a6e3d22d 100644 --- a/include/Profiles.h +++ b/include/Profiles.h @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/include/Qt/AudioPlaybackThread.h b/include/Qt/AudioPlaybackThread.h index eaf3b73c..94abf806 100644 --- a/include/Qt/AudioPlaybackThread.h +++ b/include/Qt/AudioPlaybackThread.h @@ -9,7 +9,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/include/Qt/PlayerDemo.h b/include/Qt/PlayerDemo.h index 3749ce4c..e5d304a4 100644 --- a/include/Qt/PlayerDemo.h +++ b/include/Qt/PlayerDemo.h @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/include/Qt/PlayerPrivate.h b/include/Qt/PlayerPrivate.h index 4745018e..f846fb2a 100644 --- a/include/Qt/PlayerPrivate.h +++ b/include/Qt/PlayerPrivate.h @@ -9,7 +9,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/include/Qt/VideoCacheThread.h b/include/Qt/VideoCacheThread.h index db932263..6fbf6d58 100644 --- a/include/Qt/VideoCacheThread.h +++ b/include/Qt/VideoCacheThread.h @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/include/Qt/VideoPlaybackThread.h b/include/Qt/VideoPlaybackThread.h index 363c5d1d..753c7778 100644 --- a/include/Qt/VideoPlaybackThread.h +++ b/include/Qt/VideoPlaybackThread.h @@ -9,7 +9,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/include/Qt/VideoRenderWidget.h b/include/Qt/VideoRenderWidget.h index 82bb8320..429940e7 100644 --- a/include/Qt/VideoRenderWidget.h +++ b/include/Qt/VideoRenderWidget.h @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/include/Qt/VideoRenderer.h b/include/Qt/VideoRenderer.h index 4b1fcc89..1bdbfac3 100644 --- a/include/Qt/VideoRenderer.h +++ b/include/Qt/VideoRenderer.h @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/include/QtImageReader.h b/include/QtImageReader.h index c7196e6b..a6f70165 100644 --- a/include/QtImageReader.h +++ b/include/QtImageReader.h @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/include/QtPlayer.h b/include/QtPlayer.h index aaa12fa0..5d0beba6 100644 --- a/include/QtPlayer.h +++ b/include/QtPlayer.h @@ -9,7 +9,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/include/ReaderBase.h b/include/ReaderBase.h index 4f9f724d..4579ebb6 100644 --- a/include/ReaderBase.h +++ b/include/ReaderBase.h @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/include/RendererBase.h b/include/RendererBase.h index 787a254f..2638d336 100644 --- a/include/RendererBase.h +++ b/include/RendererBase.h @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/include/Settings.h b/include/Settings.h index 984e3685..11d7f76c 100644 --- a/include/Settings.h +++ b/include/Settings.h @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/include/Tests.h b/include/Tests.h index 208cfaf1..b647cb0e 100644 --- a/include/Tests.h +++ b/include/Tests.h @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/include/TextReader.h b/include/TextReader.h index 447ae08c..0444c2d5 100644 --- a/include/TextReader.h +++ b/include/TextReader.h @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/include/Timeline.h b/include/Timeline.h index dea81bf2..a9ada689 100644 --- a/include/Timeline.h +++ b/include/Timeline.h @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/include/Version.h b/include/Version.h index be17ca9a..ec9e94a6 100644 --- a/include/Version.h +++ b/include/Version.h @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/include/WriterBase.h b/include/WriterBase.h index e8caf72f..e03263ed 100644 --- a/include/WriterBase.h +++ b/include/WriterBase.h @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/include/ZmqLogger.h b/include/ZmqLogger.h index ba736382..96e16213 100644 --- a/include/ZmqLogger.h +++ b/include/ZmqLogger.h @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/include/effects/Bars.h b/include/effects/Bars.h index c9d90325..eb49a07f 100644 --- a/include/effects/Bars.h +++ b/include/effects/Bars.h @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/include/effects/Blur.h b/include/effects/Blur.h index c4a92772..cdb1402a 100644 --- a/include/effects/Blur.h +++ b/include/effects/Blur.h @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/include/effects/Brightness.h b/include/effects/Brightness.h index 572f2b11..cb828442 100644 --- a/include/effects/Brightness.h +++ b/include/effects/Brightness.h @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/include/effects/ChromaKey.h b/include/effects/ChromaKey.h index c08a09f5..eca5cf74 100644 --- a/include/effects/ChromaKey.h +++ b/include/effects/ChromaKey.h @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/include/effects/ColorShift.h b/include/effects/ColorShift.h index b2f2f115..ba2326f7 100644 --- a/include/effects/ColorShift.h +++ b/include/effects/ColorShift.h @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/include/effects/Crop.h b/include/effects/Crop.h index da78dbe3..c79ec83d 100644 --- a/include/effects/Crop.h +++ b/include/effects/Crop.h @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/include/effects/Deinterlace.h b/include/effects/Deinterlace.h index 7614fb37..14b13e21 100644 --- a/include/effects/Deinterlace.h +++ b/include/effects/Deinterlace.h @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/include/effects/Hue.h b/include/effects/Hue.h index c023fdef..02d8cf9b 100644 --- a/include/effects/Hue.h +++ b/include/effects/Hue.h @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/include/effects/Mask.h b/include/effects/Mask.h index badbaf40..253dbfe3 100644 --- a/include/effects/Mask.h +++ b/include/effects/Mask.h @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/include/effects/Negate.h b/include/effects/Negate.h index 1618a427..89969a9e 100644 --- a/include/effects/Negate.h +++ b/include/effects/Negate.h @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/include/effects/Pixelate.h b/include/effects/Pixelate.h index 50f555d6..5cb0cffb 100644 --- a/include/effects/Pixelate.h +++ b/include/effects/Pixelate.h @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/include/effects/Saturation.h b/include/effects/Saturation.h index a7b3806f..cd714d6e 100644 --- a/include/effects/Saturation.h +++ b/include/effects/Saturation.h @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/include/effects/Shift.h b/include/effects/Shift.h index d6f2066b..c208ded6 100644 --- a/include/effects/Shift.h +++ b/include/effects/Shift.h @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/include/effects/Wave.h b/include/effects/Wave.h index ed28b8a0..ce2e8618 100644 --- a/include/effects/Wave.h +++ b/include/effects/Wave.h @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/src/AudioBufferSource.cpp b/src/AudioBufferSource.cpp index c7eed591..912d2552 100644 --- a/src/AudioBufferSource.cpp +++ b/src/AudioBufferSource.cpp @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/src/AudioReaderSource.cpp b/src/AudioReaderSource.cpp index 84d0bd0b..4c42d2ed 100644 --- a/src/AudioReaderSource.cpp +++ b/src/AudioReaderSource.cpp @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/src/AudioResampler.cpp b/src/AudioResampler.cpp index 0b5d2d3c..3aafb75d 100644 --- a/src/AudioResampler.cpp +++ b/src/AudioResampler.cpp @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index d793ffa2..538f2284 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -4,7 +4,7 @@ # # @section LICENSE # -# Copyright (c) 2008-2014 OpenShot Studios, LLC +# Copyright (c) 2008-2019 OpenShot Studios, LLC # . This file is part of # OpenShot Library (libopenshot), an open-source project dedicated to # delivering high quality video editing and animation solutions to the diff --git a/src/CacheBase.cpp b/src/CacheBase.cpp index 44abbdcf..8270b393 100644 --- a/src/CacheBase.cpp +++ b/src/CacheBase.cpp @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/src/CacheDisk.cpp b/src/CacheDisk.cpp index ce14d109..2027cee6 100644 --- a/src/CacheDisk.cpp +++ b/src/CacheDisk.cpp @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/src/CacheMemory.cpp b/src/CacheMemory.cpp index 9536878a..5b4c9a6b 100644 --- a/src/CacheMemory.cpp +++ b/src/CacheMemory.cpp @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/src/ChunkReader.cpp b/src/ChunkReader.cpp index bfd25575..1c78b5dd 100644 --- a/src/ChunkReader.cpp +++ b/src/ChunkReader.cpp @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/src/ChunkWriter.cpp b/src/ChunkWriter.cpp index 2734bb1b..5dad4df3 100644 --- a/src/ChunkWriter.cpp +++ b/src/ChunkWriter.cpp @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/src/Clip.cpp b/src/Clip.cpp index 2e99106c..50a46f6e 100644 --- a/src/Clip.cpp +++ b/src/Clip.cpp @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/src/ClipBase.cpp b/src/ClipBase.cpp index 26e7710b..1517a7e3 100644 --- a/src/ClipBase.cpp +++ b/src/ClipBase.cpp @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/src/Color.cpp b/src/Color.cpp index dec1571a..fafe8a8f 100644 --- a/src/Color.cpp +++ b/src/Color.cpp @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/src/Coordinate.cpp b/src/Coordinate.cpp index 3fd293d6..2a5bdfbe 100644 --- a/src/Coordinate.cpp +++ b/src/Coordinate.cpp @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/src/CrashHandler.cpp b/src/CrashHandler.cpp index 24d8975b..1782f5ba 100644 --- a/src/CrashHandler.cpp +++ b/src/CrashHandler.cpp @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/src/DecklinkInput.cpp b/src/DecklinkInput.cpp index 5a83931c..da5a8d00 100644 --- a/src/DecklinkInput.cpp +++ b/src/DecklinkInput.cpp @@ -33,7 +33,7 @@ * DEALINGS IN THE SOFTWARE. * * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/src/DecklinkOutput.cpp b/src/DecklinkOutput.cpp index d86fe777..2dee7e9e 100644 --- a/src/DecklinkOutput.cpp +++ b/src/DecklinkOutput.cpp @@ -33,7 +33,7 @@ * DEALINGS IN THE SOFTWARE. * * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/src/DecklinkReader.cpp b/src/DecklinkReader.cpp index 512389f6..3f45830a 100644 --- a/src/DecklinkReader.cpp +++ b/src/DecklinkReader.cpp @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/src/DecklinkWriter.cpp b/src/DecklinkWriter.cpp index 25e2db27..7dcede04 100644 --- a/src/DecklinkWriter.cpp +++ b/src/DecklinkWriter.cpp @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/src/DummyReader.cpp b/src/DummyReader.cpp index 8e7c82c5..6b643d88 100644 --- a/src/DummyReader.cpp +++ b/src/DummyReader.cpp @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/src/EffectBase.cpp b/src/EffectBase.cpp index 6c095402..33d0cc72 100644 --- a/src/EffectBase.cpp +++ b/src/EffectBase.cpp @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/src/EffectInfo.cpp b/src/EffectInfo.cpp index 9d094564..0b9c360d 100644 --- a/src/EffectInfo.cpp +++ b/src/EffectInfo.cpp @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/src/Fraction.cpp b/src/Fraction.cpp index ee5a961b..c9cdad55 100644 --- a/src/Fraction.cpp +++ b/src/Fraction.cpp @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/src/Frame.cpp b/src/Frame.cpp index d7edc889..2fff3435 100644 --- a/src/Frame.cpp +++ b/src/Frame.cpp @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/src/FrameMapper.cpp b/src/FrameMapper.cpp index 2b725615..d68270e0 100644 --- a/src/FrameMapper.cpp +++ b/src/FrameMapper.cpp @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/src/ImageReader.cpp b/src/ImageReader.cpp index 0f09631e..1de252bd 100644 --- a/src/ImageReader.cpp +++ b/src/ImageReader.cpp @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/src/KeyFrame.cpp b/src/KeyFrame.cpp index b82fa2ea..776bd03a 100644 --- a/src/KeyFrame.cpp +++ b/src/KeyFrame.cpp @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/src/PlayerBase.cpp b/src/PlayerBase.cpp index f4686d9f..3c904afd 100644 --- a/src/PlayerBase.cpp +++ b/src/PlayerBase.cpp @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/src/Point.cpp b/src/Point.cpp index 4b73bf6f..0606dca6 100644 --- a/src/Point.cpp +++ b/src/Point.cpp @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/src/Profiles.cpp b/src/Profiles.cpp index a39100bc..0da0efe9 100644 --- a/src/Profiles.cpp +++ b/src/Profiles.cpp @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/src/Qt/AudioPlaybackThread.cpp b/src/Qt/AudioPlaybackThread.cpp index 3a286729..7a6e4569 100644 --- a/src/Qt/AudioPlaybackThread.cpp +++ b/src/Qt/AudioPlaybackThread.cpp @@ -9,7 +9,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/src/Qt/PlayerDemo.cpp b/src/Qt/PlayerDemo.cpp index 55862a96..110b69dc 100644 --- a/src/Qt/PlayerDemo.cpp +++ b/src/Qt/PlayerDemo.cpp @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/src/Qt/PlayerPrivate.cpp b/src/Qt/PlayerPrivate.cpp index 2040375e..d0f17842 100644 --- a/src/Qt/PlayerPrivate.cpp +++ b/src/Qt/PlayerPrivate.cpp @@ -9,7 +9,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/src/Qt/VideoCacheThread.cpp b/src/Qt/VideoCacheThread.cpp index 1a90f1c6..fbe784f7 100644 --- a/src/Qt/VideoCacheThread.cpp +++ b/src/Qt/VideoCacheThread.cpp @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/src/Qt/VideoPlaybackThread.cpp b/src/Qt/VideoPlaybackThread.cpp index 505a11d8..730a1d37 100644 --- a/src/Qt/VideoPlaybackThread.cpp +++ b/src/Qt/VideoPlaybackThread.cpp @@ -9,7 +9,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/src/Qt/VideoRenderWidget.cpp b/src/Qt/VideoRenderWidget.cpp index 64b539ff..2bfe8fa2 100644 --- a/src/Qt/VideoRenderWidget.cpp +++ b/src/Qt/VideoRenderWidget.cpp @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/src/Qt/VideoRenderer.cpp b/src/Qt/VideoRenderer.cpp index 70986b03..8d0e3a1d 100644 --- a/src/Qt/VideoRenderer.cpp +++ b/src/Qt/VideoRenderer.cpp @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/src/Qt/demo/main.cpp b/src/Qt/demo/main.cpp index 9c7e18eb..3e5f00ba 100644 --- a/src/Qt/demo/main.cpp +++ b/src/Qt/demo/main.cpp @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/src/QtImageReader.cpp b/src/QtImageReader.cpp index c9fe6b4e..111d83d7 100644 --- a/src/QtImageReader.cpp +++ b/src/QtImageReader.cpp @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/src/QtPlayer.cpp b/src/QtPlayer.cpp index 08d7df5e..c53de79d 100644 --- a/src/QtPlayer.cpp +++ b/src/QtPlayer.cpp @@ -9,7 +9,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/src/ReaderBase.cpp b/src/ReaderBase.cpp index 1aa39e5a..ece0684f 100644 --- a/src/ReaderBase.cpp +++ b/src/ReaderBase.cpp @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/src/RendererBase.cpp b/src/RendererBase.cpp index edd1f795..b2bea40e 100644 --- a/src/RendererBase.cpp +++ b/src/RendererBase.cpp @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/src/Settings.cpp b/src/Settings.cpp index 7c284624..e48fd981 100644 --- a/src/Settings.cpp +++ b/src/Settings.cpp @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/src/TextReader.cpp b/src/TextReader.cpp index fd9dcfef..d435b77e 100644 --- a/src/TextReader.cpp +++ b/src/TextReader.cpp @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/src/Timeline.cpp b/src/Timeline.cpp index d28b4ff8..da960230 100644 --- a/src/Timeline.cpp +++ b/src/Timeline.cpp @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/src/WriterBase.cpp b/src/WriterBase.cpp index 3a8b5f72..29fefe48 100644 --- a/src/WriterBase.cpp +++ b/src/WriterBase.cpp @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/src/ZmqLogger.cpp b/src/ZmqLogger.cpp index cc38f9a4..f9ecc875 100644 --- a/src/ZmqLogger.cpp +++ b/src/ZmqLogger.cpp @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/src/bindings/CMakeLists.txt b/src/bindings/CMakeLists.txt index 0858eb4e..831b7bde 100644 --- a/src/bindings/CMakeLists.txt +++ b/src/bindings/CMakeLists.txt @@ -4,7 +4,7 @@ # # @section LICENSE # -# Copyright (c) 2008-2014 OpenShot Studios, LLC +# Copyright (c) 2008-2019 OpenShot Studios, LLC # . This file is part of # OpenShot Library (libopenshot), an open-source project dedicated to # delivering high quality video editing and animation solutions to the diff --git a/src/bindings/python/CMakeLists.txt b/src/bindings/python/CMakeLists.txt index 2a481aa7..eb7c989a 100644 --- a/src/bindings/python/CMakeLists.txt +++ b/src/bindings/python/CMakeLists.txt @@ -4,7 +4,7 @@ # # @section LICENSE # -# Copyright (c) 2008-2014 OpenShot Studios, LLC +# Copyright (c) 2008-2019 OpenShot Studios, LLC # . This file is part of # OpenShot Library (libopenshot), an open-source project dedicated to # delivering high quality video editing and animation solutions to the diff --git a/src/bindings/python/openshot.i b/src/bindings/python/openshot.i index ed34b658..74d2705b 100644 --- a/src/bindings/python/openshot.i +++ b/src/bindings/python/openshot.i @@ -4,7 +4,7 @@ # # @section LICENSE # -# Copyright (c) 2008-2014 OpenShot Studios, LLC +# Copyright (c) 2008-2019 OpenShot Studios, LLC # . This file is part of # OpenShot Library (libopenshot), an open-source project dedicated to # delivering high quality video editing and animation solutions to the diff --git a/src/bindings/ruby/CMakeLists.txt b/src/bindings/ruby/CMakeLists.txt index 7e3bce99..e0987ca4 100644 --- a/src/bindings/ruby/CMakeLists.txt +++ b/src/bindings/ruby/CMakeLists.txt @@ -4,7 +4,7 @@ # # @section LICENSE # -# Copyright (c) 2008-2014 OpenShot Studios, LLC +# Copyright (c) 2008-2019 OpenShot Studios, LLC # . This file is part of # OpenShot Library (libopenshot), an open-source project dedicated to # delivering high quality video editing and animation solutions to the diff --git a/src/bindings/ruby/openshot.i b/src/bindings/ruby/openshot.i index 2868708e..775421b6 100644 --- a/src/bindings/ruby/openshot.i +++ b/src/bindings/ruby/openshot.i @@ -4,7 +4,7 @@ # # @section LICENSE # -# Copyright (c) 2008-2014 OpenShot Studios, LLC +# Copyright (c) 2008-2019 OpenShot Studios, LLC # . This file is part of # OpenShot Library (libopenshot), an open-source project dedicated to # delivering high quality video editing and animation solutions to the diff --git a/src/effects/Bars.cpp b/src/effects/Bars.cpp index cc541cc2..2868165f 100644 --- a/src/effects/Bars.cpp +++ b/src/effects/Bars.cpp @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/src/effects/Blur.cpp b/src/effects/Blur.cpp index 39c70921..69c1bbb2 100644 --- a/src/effects/Blur.cpp +++ b/src/effects/Blur.cpp @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/src/effects/Brightness.cpp b/src/effects/Brightness.cpp index cac05b14..ea438fc6 100644 --- a/src/effects/Brightness.cpp +++ b/src/effects/Brightness.cpp @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/src/effects/ChromaKey.cpp b/src/effects/ChromaKey.cpp index 3329b4df..c0889e5e 100644 --- a/src/effects/ChromaKey.cpp +++ b/src/effects/ChromaKey.cpp @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/src/effects/ColorShift.cpp b/src/effects/ColorShift.cpp index 2adb88ff..e80a1d0f 100644 --- a/src/effects/ColorShift.cpp +++ b/src/effects/ColorShift.cpp @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/src/effects/Crop.cpp b/src/effects/Crop.cpp index 390d537e..fa6d20ea 100644 --- a/src/effects/Crop.cpp +++ b/src/effects/Crop.cpp @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/src/effects/Deinterlace.cpp b/src/effects/Deinterlace.cpp index fce8e1b1..6da40d08 100644 --- a/src/effects/Deinterlace.cpp +++ b/src/effects/Deinterlace.cpp @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/src/effects/Hue.cpp b/src/effects/Hue.cpp index e6c7e761..a24595fc 100644 --- a/src/effects/Hue.cpp +++ b/src/effects/Hue.cpp @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/src/effects/Mask.cpp b/src/effects/Mask.cpp index d0adf8e7..4da1bb0a 100644 --- a/src/effects/Mask.cpp +++ b/src/effects/Mask.cpp @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/src/effects/Negate.cpp b/src/effects/Negate.cpp index 383ded34..650b1258 100644 --- a/src/effects/Negate.cpp +++ b/src/effects/Negate.cpp @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/src/effects/Pixelate.cpp b/src/effects/Pixelate.cpp index 3f27f7f8..92d13ea8 100644 --- a/src/effects/Pixelate.cpp +++ b/src/effects/Pixelate.cpp @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/src/effects/Saturation.cpp b/src/effects/Saturation.cpp index 4500ff9b..8f2874da 100644 --- a/src/effects/Saturation.cpp +++ b/src/effects/Saturation.cpp @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/src/effects/Shift.cpp b/src/effects/Shift.cpp index 30aaa5ae..474f4466 100644 --- a/src/effects/Shift.cpp +++ b/src/effects/Shift.cpp @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/src/effects/Wave.cpp b/src/effects/Wave.cpp index 71b75dbd..32075780 100644 --- a/src/effects/Wave.cpp +++ b/src/effects/Wave.cpp @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/src/examples/Example.cpp b/src/examples/Example.cpp index 314a5ea2..eec8d00e 100644 --- a/src/examples/Example.cpp +++ b/src/examples/Example.cpp @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/src/examples/ExampleBlackmagic.cpp b/src/examples/ExampleBlackmagic.cpp index 84bbe809..91a6655d 100644 --- a/src/examples/ExampleBlackmagic.cpp +++ b/src/examples/ExampleBlackmagic.cpp @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index e358fb44..6388f4e8 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -4,7 +4,7 @@ # # @section LICENSE # -# Copyright (c) 2008-2014 OpenShot Studios, LLC +# Copyright (c) 2008-2019 OpenShot Studios, LLC # . This file is part of # OpenShot Library (libopenshot), an open-source project dedicated to # delivering high quality video editing and animation solutions to the diff --git a/tests/Cache_Tests.cpp b/tests/Cache_Tests.cpp index 4f97061f..7e42c741 100644 --- a/tests/Cache_Tests.cpp +++ b/tests/Cache_Tests.cpp @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/tests/Clip_Tests.cpp b/tests/Clip_Tests.cpp index c8b23862..b66724b8 100644 --- a/tests/Clip_Tests.cpp +++ b/tests/Clip_Tests.cpp @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/tests/Color_Tests.cpp b/tests/Color_Tests.cpp index e01fe853..86b3a458 100644 --- a/tests/Color_Tests.cpp +++ b/tests/Color_Tests.cpp @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/tests/Coordinate_Tests.cpp b/tests/Coordinate_Tests.cpp index a871a911..ec8c29a1 100644 --- a/tests/Coordinate_Tests.cpp +++ b/tests/Coordinate_Tests.cpp @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/tests/FFmpegReader_Tests.cpp b/tests/FFmpegReader_Tests.cpp index aff6cc64..4ef570ae 100644 --- a/tests/FFmpegReader_Tests.cpp +++ b/tests/FFmpegReader_Tests.cpp @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/tests/FFmpegWriter_Tests.cpp b/tests/FFmpegWriter_Tests.cpp index 67882b05..53a9cbf2 100644 --- a/tests/FFmpegWriter_Tests.cpp +++ b/tests/FFmpegWriter_Tests.cpp @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/tests/Fraction_Tests.cpp b/tests/Fraction_Tests.cpp index 4fabcf6d..72bd6407 100644 --- a/tests/Fraction_Tests.cpp +++ b/tests/Fraction_Tests.cpp @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/tests/FrameMapper_Tests.cpp b/tests/FrameMapper_Tests.cpp index 6b0042dd..ce43fc20 100644 --- a/tests/FrameMapper_Tests.cpp +++ b/tests/FrameMapper_Tests.cpp @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/tests/ImageWriter_Tests.cpp b/tests/ImageWriter_Tests.cpp index 6400f84e..d44bbd84 100644 --- a/tests/ImageWriter_Tests.cpp +++ b/tests/ImageWriter_Tests.cpp @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/tests/KeyFrame_Tests.cpp b/tests/KeyFrame_Tests.cpp index 1a16de0d..3d790739 100644 --- a/tests/KeyFrame_Tests.cpp +++ b/tests/KeyFrame_Tests.cpp @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/tests/Point_Tests.cpp b/tests/Point_Tests.cpp index 107f661c..ed560a9d 100644 --- a/tests/Point_Tests.cpp +++ b/tests/Point_Tests.cpp @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/tests/ReaderBase_Tests.cpp b/tests/ReaderBase_Tests.cpp index e4a3935b..b3be12fa 100644 --- a/tests/ReaderBase_Tests.cpp +++ b/tests/ReaderBase_Tests.cpp @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/tests/Settings_Tests.cpp b/tests/Settings_Tests.cpp index 5bb020f1..cf7b8a00 100644 --- a/tests/Settings_Tests.cpp +++ b/tests/Settings_Tests.cpp @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/tests/Timeline_Tests.cpp b/tests/Timeline_Tests.cpp index 9ad42f2c..1290bee7 100644 --- a/tests/Timeline_Tests.cpp +++ b/tests/Timeline_Tests.cpp @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the diff --git a/tests/tests.cpp b/tests/tests.cpp index ca01331c..20d5fd33 100644 --- a/tests/tests.cpp +++ b/tests/tests.cpp @@ -8,7 +8,7 @@ /* LICENSE * - * Copyright (c) 2008-2014 OpenShot Studios, LLC + * Copyright (c) 2008-2019 OpenShot Studios, LLC * . This file is part of * OpenShot Library (libopenshot), an open-source project dedicated to * delivering high quality video editing and animation solutions to the