[vlmc-devel] Update license copyright years

Hugo Beauzée-Luyssen git at videolan.org
Fri Apr 1 23:56:12 CEST 2016


vlmc | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Fri Apr  1 23:17:39 2016 +0200| [ed845c9aae9e88a8ea87eb5b923c9163ee9281c3] | committer: Hugo Beauzée-Luyssen

Update license copyright years

> https://code.videolan.org/videolan/vlmc/commit/ed845c9aae9e88a8ea87eb5b923c9163ee9281c3
---

 src/Backend/IBackend.h                            | 2 +-
 src/Backend/ISource.h                             | 2 +-
 src/Backend/ISourceRenderer.h                     | 2 +-
 src/Backend/VLC/VLCBackend.cpp                    | 2 +-
 src/Backend/VLC/VLCBackend.h                      | 2 +-
 src/Backend/VLC/VLCMemorySource.cpp               | 2 +-
 src/Backend/VLC/VLCMemorySource.h                 | 2 +-
 src/Backend/VLC/VLCSource.cpp                     | 2 +-
 src/Backend/VLC/VLCSource.h                       | 2 +-
 src/Backend/VLC/VLCSourceRenderer.cpp             | 2 +-
 src/Backend/VLC/VLCSourceRenderer.h               | 2 +-
 src/Backend/VLC/VLCVmemRenderer.cpp               | 2 +-
 src/Backend/VLC/VLCVmemRenderer.h                 | 2 +-
 src/Commands/Commands.cpp                         | 2 +-
 src/Commands/Commands.h                           | 2 +-
 src/Commands/KeyboardShortcutHelper.cpp           | 2 +-
 src/Commands/KeyboardShortcutHelper.h             | 2 +-
 src/EffectsEngine/Effect.cpp                      | 2 +-
 src/EffectsEngine/Effect.h                        | 2 +-
 src/EffectsEngine/EffectHelper.cpp                | 2 +-
 src/EffectsEngine/EffectHelper.h                  | 2 +-
 src/EffectsEngine/EffectInstance.cpp              | 2 +-
 src/EffectsEngine/EffectInstance.h                | 2 +-
 src/EffectsEngine/EffectSettingValue.cpp          | 2 +-
 src/EffectsEngine/EffectSettingValue.h            | 2 +-
 src/EffectsEngine/EffectUser.cpp                  | 2 +-
 src/EffectsEngine/EffectUser.h                    | 2 +-
 src/EffectsEngine/EffectsEngine.cpp               | 2 +-
 src/EffectsEngine/EffectsEngine.h                 | 2 +-
 src/Gui/About.cpp                                 | 2 +-
 src/Gui/About.h                                   | 2 +-
 src/Gui/ClipProperty.cpp                          | 2 +-
 src/Gui/ClipProperty.h                            | 2 +-
 src/Gui/LanguageHelper.cpp                        | 2 +-
 src/Gui/LanguageHelper.h                          | 2 +-
 src/Gui/MainWindow.cpp                            | 2 +-
 src/Gui/MainWindow.h                              | 2 +-
 src/Gui/WorkflowFileRendererDialog.cpp            | 2 +-
 src/Gui/WorkflowFileRendererDialog.h              | 2 +-
 src/Gui/effectsengine/EffectInstanceListModel.cpp | 2 +-
 src/Gui/effectsengine/EffectInstanceListModel.h   | 2 +-
 src/Gui/effectsengine/EffectInstanceWidget.cpp    | 2 +-
 src/Gui/effectsengine/EffectInstanceWidget.h      | 2 +-
 src/Gui/effectsengine/EffectStack.cpp             | 2 +-
 src/Gui/effectsengine/EffectStack.h               | 2 +-
 src/Gui/effectsengine/EffectWidget.cpp            | 2 +-
 src/Gui/effectsengine/EffectWidget.h              | 2 +-
 src/Gui/effectsengine/EffectsListView.cpp         | 2 +-
 src/Gui/effectsengine/EffectsListView.h           | 2 +-
 src/Gui/export/RendererSettings.cpp               | 2 +-
 src/Gui/export/RendererSettings.h                 | 2 +-
 src/Gui/export/ShareOnInternet.cpp                | 2 +-
 src/Gui/export/ShareOnInternet.h                  | 2 +-
 src/Gui/import/ImportController.cpp               | 2 +-
 src/Gui/import/ImportController.h                 | 2 +-
 src/Gui/import/TagWidget.cpp                      | 2 +-
 src/Gui/import/TagWidget.h                        | 2 +-
 src/Gui/library/ListViewController.cpp            | 2 +-
 src/Gui/library/ListViewController.h              | 2 +-
 src/Gui/library/MediaCellView.cpp                 | 2 +-
 src/Gui/library/MediaCellView.h                   | 2 +-
 src/Gui/library/MediaLibrary.cpp                  | 2 +-
 src/Gui/library/MediaLibrary.h                    | 2 +-
 src/Gui/library/MediaListView.cpp                 | 2 +-
 src/Gui/library/MediaListView.h                   | 2 +-
 src/Gui/library/StackViewController.cpp           | 2 +-
 src/Gui/library/StackViewController.h             | 2 +-
 src/Gui/library/StackViewNavController.cpp        | 2 +-
 src/Gui/library/StackViewNavController.h          | 2 +-
 src/Gui/library/ViewController.h                  | 2 +-
 src/Gui/media/ClipMetadataDisplayer.cpp           | 2 +-
 src/Gui/media/ClipMetadataDisplayer.h             | 2 +-
 src/Gui/preview/LCDTimecode.cpp                   | 2 +-
 src/Gui/preview/LCDTimecode.h                     | 2 +-
 src/Gui/preview/PreviewRuler.cpp                  | 2 +-
 src/Gui/preview/PreviewRuler.h                    | 2 +-
 src/Gui/preview/PreviewWidget.cpp                 | 2 +-
 src/Gui/preview/PreviewWidget.h                   | 2 +-
 src/Gui/preview/RenderWidget.h                    | 2 +-
 src/Gui/settings/BoolWidget.cpp                   | 2 +-
 src/Gui/settings/BoolWidget.h                     | 2 +-
 src/Gui/settings/ColorWidget.cpp                  | 2 +-
 src/Gui/settings/ColorWidget.h                    | 2 +-
 src/Gui/settings/DoubleSliderWidget.cpp           | 2 +-
 src/Gui/settings/DoubleSliderWidget.h             | 2 +-
 src/Gui/settings/DoubleWidget.cpp                 | 2 +-
 src/Gui/settings/DoubleWidget.h                   | 2 +-
 src/Gui/settings/ISettingsCategoryWidget.h        | 2 +-
 src/Gui/settings/IntWidget.cpp                    | 2 +-
 src/Gui/settings/IntWidget.h                      | 2 +-
 src/Gui/settings/KeyboardShortcut.cpp             | 2 +-
 src/Gui/settings/KeyboardShortcut.h               | 2 +-
 src/Gui/settings/KeyboardShortcutInput.cpp        | 2 +-
 src/Gui/settings/KeyboardShortcutInput.h          | 2 +-
 src/Gui/settings/LanguageWidget.cpp               | 2 +-
 src/Gui/settings/LanguageWidget.h                 | 2 +-
 src/Gui/settings/Panel.cpp                        | 2 +-
 src/Gui/settings/Panel.h                          | 2 +-
 src/Gui/settings/PathWidget.cpp                   | 2 +-
 src/Gui/settings/PathWidget.h                     | 2 +-
 src/Gui/settings/PreferenceWidget.cpp             | 2 +-
 src/Gui/settings/PreferenceWidget.h               | 2 +-
 src/Gui/settings/SettingsDialog.cpp               | 2 +-
 src/Gui/settings/SettingsDialog.h                 | 2 +-
 src/Gui/settings/StringWidget.cpp                 | 2 +-
 src/Gui/settings/StringWidget.h                   | 2 +-
 src/Gui/timeline/AbstractGraphicsItem.cpp         | 2 +-
 src/Gui/timeline/AbstractGraphicsItem.h           | 2 +-
 src/Gui/timeline/AbstractGraphicsMediaItem.cpp    | 2 +-
 src/Gui/timeline/AbstractGraphicsMediaItem.h      | 2 +-
 src/Gui/timeline/GraphicsAudioItem.cpp            | 2 +-
 src/Gui/timeline/GraphicsAudioItem.h              | 2 +-
 src/Gui/timeline/GraphicsCursorItem.cpp           | 2 +-
 src/Gui/timeline/GraphicsCursorItem.h             | 2 +-
 src/Gui/timeline/GraphicsEffectItem.cpp           | 2 +-
 src/Gui/timeline/GraphicsEffectItem.h             | 2 +-
 src/Gui/timeline/GraphicsMovieItem.cpp            | 2 +-
 src/Gui/timeline/GraphicsMovieItem.h              | 2 +-
 src/Gui/timeline/GraphicsTrack.cpp                | 2 +-
 src/Gui/timeline/GraphicsTrack.h                  | 2 +-
 src/Gui/timeline/Timeline.cpp                     | 2 +-
 src/Gui/timeline/Timeline.h                       | 2 +-
 src/Gui/timeline/TracksControls.cpp               | 2 +-
 src/Gui/timeline/TracksControls.h                 | 2 +-
 src/Gui/timeline/TracksRuler.cpp                  | 2 +-
 src/Gui/timeline/TracksRuler.h                    | 2 +-
 src/Gui/timeline/TracksScene.cpp                  | 2 +-
 src/Gui/timeline/TracksScene.h                    | 2 +-
 src/Gui/timeline/TracksView.cpp                   | 2 +-
 src/Gui/timeline/TracksView.h                     | 2 +-
 src/Gui/widgets/ExtendedLabel.cpp                 | 2 +-
 src/Gui/widgets/ExtendedLabel.h                   | 2 +-
 src/Gui/widgets/FramelessButton.cpp               | 2 +-
 src/Gui/widgets/FramelessButton.h                 | 2 +-
 src/Gui/widgets/NotificationZone.cpp              | 2 +-
 src/Gui/widgets/NotificationZone.h                | 2 +-
 src/Gui/widgets/SearchLineEdit.cpp                | 2 +-
 src/Gui/widgets/SearchLineEdit.h                  | 2 +-
 src/Gui/widgets/TrackControls.cpp                 | 2 +-
 src/Gui/widgets/TrackControls.h                   | 2 +-
 src/Gui/wizard/GeneralPage.cpp                    | 2 +-
 src/Gui/wizard/GeneralPage.h                      | 2 +-
 src/Gui/wizard/OpenPage.cpp                       | 2 +-
 src/Gui/wizard/OpenPage.h                         | 2 +-
 src/Gui/wizard/ProjectWizard.cpp                  | 2 +-
 src/Gui/wizard/ProjectWizard.h                    | 2 +-
 src/Gui/wizard/VideoPage.cpp                      | 2 +-
 src/Gui/wizard/VideoPage.h                        | 2 +-
 src/Gui/wizard/WelcomePage.cpp                    | 2 +-
 src/Gui/wizard/WelcomePage.h                      | 2 +-
 src/Library/Library.cpp                           | 2 +-
 src/Library/Library.h                             | 2 +-
 src/Library/MediaContainer.cpp                    | 2 +-
 src/Library/MediaContainer.h                      | 2 +-
 src/Main/Core.cpp                                 | 2 +-
 src/Main/Core.h                                   | 2 +-
 src/Main/main.cpp                                 | 2 +-
 src/Main/vlmc.cpp                                 | 2 +-
 src/Media/Clip.cpp                                | 2 +-
 src/Media/Clip.h                                  | 2 +-
 src/Media/Media.cpp                               | 2 +-
 src/Media/Media.h                                 | 2 +-
 src/Media/Transcoder.cpp                          | 2 +-
 src/Media/Transcoder.h                            | 2 +-
 src/Metadata/MetaDataManager.cpp                  | 2 +-
 src/Metadata/MetaDataManager.h                    | 2 +-
 src/Project/Project.cpp                           | 2 +-
 src/Project/Project.h                             | 2 +-
 src/Project/RecentProjects.cpp                    | 2 +-
 src/Project/RecentProjects.h                      | 2 +-
 src/Project/Workspace.cpp                         | 2 +-
 src/Project/Workspace.h                           | 2 +-
 src/Project/WorkspaceWorker.cpp                   | 2 +-
 src/Project/WorkspaceWorker.h                     | 2 +-
 src/Renderer/ClipRenderer.cpp                     | 2 +-
 src/Renderer/ClipRenderer.h                       | 2 +-
 src/Renderer/GenericRenderer.cpp                  | 2 +-
 src/Renderer/GenericRenderer.h                    | 2 +-
 src/Renderer/WorkflowFileRenderer.cpp             | 2 +-
 src/Renderer/WorkflowFileRenderer.h               | 2 +-
 src/Renderer/WorkflowRenderer.cpp                 | 2 +-
 src/Renderer/WorkflowRenderer.h                   | 2 +-
 src/Settings/SettingValue.cpp                     | 2 +-
 src/Settings/SettingValue.h                       | 2 +-
 src/Settings/Settings.cpp                         | 2 +-
 src/Settings/Settings.h                           | 2 +-
 src/Tools/ErrorHandler.cpp                        | 2 +-
 src/Tools/ErrorHandler.h                          | 2 +-
 src/Tools/MemoryPool.hpp                          | 2 +-
 src/Tools/RendererEventWatcher.cpp                | 2 +-
 src/Tools/RendererEventWatcher.h                  | 2 +-
 src/Tools/Singleton.hpp                           | 2 +-
 src/Tools/Toggleable.hpp                          | 2 +-
 src/Tools/VlmcDebug.h                             | 2 +-
 src/Tools/VlmcLogger.cpp                          | 2 +-
 src/Tools/VlmcLogger.h                            | 2 +-
 src/Workflow/AudioClipWorkflow.cpp                | 2 +-
 src/Workflow/AudioClipWorkflow.h                  | 2 +-
 src/Workflow/ClipHelper.cpp                       | 2 +-
 src/Workflow/ClipHelper.h                         | 2 +-
 src/Workflow/ClipWorkflow.cpp                     | 2 +-
 src/Workflow/ClipWorkflow.h                       | 2 +-
 src/Workflow/Helper.cpp                           | 2 +-
 src/Workflow/Helper.h                             | 2 +-
 src/Workflow/ImageClipWorkflow.cpp                | 2 +-
 src/Workflow/ImageClipWorkflow.h                  | 2 +-
 src/Workflow/MainWorkflow.cpp                     | 2 +-
 src/Workflow/MainWorkflow.h                       | 2 +-
 src/Workflow/TrackHandler.cpp                     | 2 +-
 src/Workflow/TrackHandler.h                       | 2 +-
 src/Workflow/TrackWorkflow.cpp                    | 2 +-
 src/Workflow/TrackWorkflow.h                      | 2 +-
 src/Workflow/Types.cpp                            | 2 +-
 src/Workflow/Types.h                              | 2 +-
 src/Workflow/VideoClipWorkflow.cpp                | 2 +-
 src/Workflow/VideoClipWorkflow.h                  | 2 +-
 216 files changed, 216 insertions(+), 216 deletions(-)

Diff:   https://code.videolan.org/videolan/vlmc/commit/ed845c9aae9e88a8ea87eb5b923c9163ee9281c3


More information about the Vlmc-devel mailing list