Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
VideoLAN
VLMC
Commits
a64d8e61
Commit
a64d8e61
authored
Jan 24, 2010
by
Ludovic Fauvet
Browse files
Update copyright.
- Extends to 2010. - Use VideoLAN as new legal entity.
parent
77422dc0
Changes
208
Hide whitespace changes
Inline
Side-by-side
launcher/Launcher.cpp
View file @
a64d8e61
/*****************************************************************************
* Launcher.cpp : Will launch VLMC and watch for events
*****************************************************************************
* Copyright (C) 2008-20
09 the VLMC team
* Copyright (C) 2008-20
10 VideoLAN
*
* Authors: Hugo Beauzee-Luyssen <hugo@vlmc.org>
*
...
...
launcher/Launcher.h
View file @
a64d8e61
/*****************************************************************************
* Launcher.h: Will launch vlmc and watch for events.
*****************************************************************************
* Copyright (C) 2008-20
09 the VLMC team
* Copyright (C) 2008-20
10 VideoLAN
*
* Authors: Hugo Beauzee-Luyssen <hugo@vlmc.org>
*
...
...
launcher/main.cpp
View file @
a64d8e61
/*****************************************************************************
* main.cpp: Creates the launcher
*****************************************************************************
* Copyright (C) 2008-20
09 the VLMC team
* Copyright (C) 2008-20
10 VideoLAN
*
* Authors: Hugo Beauzee-Luyssen <hugo@vlmc.org>
*
...
...
src/API/Module.cpp
View file @
a64d8e61
/*****************************************************************************
* Module.cpp: Represents the vlmc's internal representation of a module
*****************************************************************************
* Copyright (C) 2008-20
09 the VLMC team
* Copyright (C) 2008-20
10 VideoLAN
*
* Authors: Hugo Beauzee-Luyssen <hugo@vlmc.org>
*
...
...
src/API/Module.h
View file @
a64d8e61
/*****************************************************************************
* Module.h: Represents the vlmc's internal representation of a module
*****************************************************************************
* Copyright (C) 2008-20
09 the VLMC team
* Copyright (C) 2008-20
10 VideoLAN
*
* Authors: Hugo Beauzee-Luyssen <hugo@vlmc.org>
*
...
...
src/API/ModuleManager.cpp
View file @
a64d8e61
/*****************************************************************************
* ModuleManager.cpp: Manage modules loading
*****************************************************************************
* Copyright (C) 2008-20
09 the VLMC team
* Copyright (C) 2008-20
10 VideoLAN
*
* Authors: Hugo Beauzee-Luyssen <hugo@vlmc.org>
*
...
...
src/API/ModuleManager.h
View file @
a64d8e61
/*****************************************************************************
* ModuleManager.h: Manage modules loading
*****************************************************************************
* Copyright (C) 2008-20
09 the VLMC team
* Copyright (C) 2008-20
10 VideoLAN
*
* Authors: Hugo Beauzee-Luyssen <hugo@vlmc.org>
*
...
...
src/API/vlmc_module.h
View file @
a64d8e61
/*****************************************************************************
* vlcm_module.h: Header to be used by effects modules
*****************************************************************************
* Copyright (C) 2008-20
09 the VLMC team
* Copyright (C) 2008-20
10 VideoLAN
*
* Authors: Hugo Beauzee-Luyssen <hugo@vlmc.org>
*
...
...
src/API/vlmc_module_internal.h
View file @
a64d8e61
/*****************************************************************************
* vlmc_module_internal.h: Represents the vlmc's internal representation of a module
*****************************************************************************
* Copyright (C) 2008-20
09 the VLMC team
* Copyright (C) 2008-20
10 VideoLAN
*
* Authors: Hugo Beauzee-Luyssen <hugo@vlmc.org>
*
...
...
src/Actions/ActionStack.cpp
View file @
a64d8e61
/*****************************************************************************
* ActionStack.h: Action stack
*****************************************************************************
* Copyright (C) 2008-20
09 the VLMC team
* Copyright (C) 2008-20
10 VideoLAN
*
* Authors: Hugo Beauzee-Luyssen <hugo@vlmc.org>
*
...
...
src/Actions/ActionStack.h
View file @
a64d8e61
/*****************************************************************************
* ActionStack.h: Action stack
*****************************************************************************
* Copyright (C) 2008-20
09 the VLMC team
* Copyright (C) 2008-20
10 VideoLAN
*
* Authors: Hugo Beauzee-Luyssen <hugo@vlmc.org>
*
...
...
src/Actions/StackedAction.cpp
View file @
a64d8e61
/*****************************************************************************
* StackedAction.cpp: Stores an action to be executed later
*****************************************************************************
* Copyright (C) 2008-20
09 the VLMC team
* Copyright (C) 2008-20
10 VideoLAN
*
* Authors: Hugo Beauzee-Luyssen <hugo@vlmc.org>
*
...
...
src/Actions/StackedAction.h
View file @
a64d8e61
/*****************************************************************************
* StackedAction.hpp: Stores an action to be executed later
*****************************************************************************
* Copyright (C) 2008-20
09 the VLMC team
* Copyright (C) 2008-20
10 VideoLAN
*
* Authors: Hugo Beauzee-Luyssen <hugo@vlmc.org>
*
...
...
src/Commands/Commands.cpp
View file @
a64d8e61
/*****************************************************************************
* Commands.cpp: Contains all the implementation of VLMC commands.
*****************************************************************************
* Copyright (C) 2008-20
09 the VLMC team
* Copyright (C) 2008-20
10 VideoLAN
*
* Authors: Hugo Beauzee-Luyssen <hugo@vlmc.org>
* Ludovic Fauvet <etix@l0cal.com>
...
...
src/Commands/Commands.h
View file @
a64d8e61
/*****************************************************************************
* Commands.h: Contains all the implementation of VLMC commands.
*****************************************************************************
* Copyright (C) 2008-20
09 the VLMC team
* Copyright (C) 2008-20
10 VideoLAN
*
* Authors: Hugo Beauzee-Luyssen <hugo@vlmc.org>
* Ludovic Fauvet <etix@l0cal.com>
...
...
src/Commands/KeyboardShortcutHelper.h
View file @
a64d8e61
/*****************************************************************************
* KeyboardShortcutHelper.h: An helper to catch keyboard shortcut modifications
*****************************************************************************
* Copyright (C) 2008-20
09 the VLMC team
* Copyright (C) 2008-20
10 VideoLAN
*
* Authors: Hugo Beauzee-Luyssen <beauze.h@gmail.com>
*
...
...
src/Configuration/ProjectSettingsDefault.cpp
View file @
a64d8e61
/*****************************************************************************
* ProjectSettingsDefault.cpp: Project default Settings class
*****************************************************************************
* Copyright (C) 2008-20
09 the VLMC team
* Copyright (C) 2008-20
10 VideoLAN
*
* Authors: Clement CHAVANCE <kinder@vlmc.org>
*
...
...
src/Configuration/ProjectSettingsDefault.h
View file @
a64d8e61
/*****************************************************************************
* ProjectSettingsDefault.h: Project default Settings class
*****************************************************************************
* Copyright (C) 2008-20
09 the VLMC team
* Copyright (C) 2008-20
10 VideoLAN
*
* Authors: Clement CHAVANCE <kinder@vlmc.org>
*
...
...
src/Configuration/SettingValue.cpp
View file @
a64d8e61
/*****************************************************************************
* SettingValue.cpp: A setting value that can broadcast its changes
*****************************************************************************
* Copyright (C) 2008-20
09 the VLMC team
* Copyright (C) 2008-20
10 VideoLAN
*
* Authors: Hugo Beauzee-Luyssen <hugo@vlmc.org>
*
...
...
src/Configuration/SettingValue.h
View file @
a64d8e61
/*****************************************************************************
* SettingValue.h: A setting value that can broadcast its changes
*****************************************************************************
* Copyright (C) 2008-20
09 the VLMC team
* Copyright (C) 2008-20
10 VideoLAN
*
* Authors: Hugo Beauzee-Luyssen <hugo@vlmc.org>
*
...
...
Prev
1
2
3
4
5
…
11
Next
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment