Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc
Commits
56220f86
Commit
56220f86
authored
Mar 21, 2015
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
vlc_plugin: fix non-LGPL plugins meta infos
parent
237ccdea
Changes
45
Show whitespace changes
Inline
Side-by-side
Showing
45 changed files
with
50 additions
and
0 deletions
+50
-0
include/vlc_plugin.h
include/vlc_plugin.h
+6
-0
modules/access/dshow/dshow.cpp
modules/access/dshow/dshow.cpp
+1
-0
modules/access/rtsp/access.c
modules/access/rtsp/access.c
+1
-0
modules/audio_filter/channel_mixer/dolby.c
modules/audio_filter/channel_mixer/dolby.c
+1
-0
modules/audio_filter/channel_mixer/headphone.c
modules/audio_filter/channel_mixer/headphone.c
+1
-0
modules/audio_filter/channel_mixer/mono.c
modules/audio_filter/channel_mixer/mono.c
+1
-0
modules/audio_filter/converter/dtstospdif.c
modules/audio_filter/converter/dtstospdif.c
+1
-0
modules/codec/dts.c
modules/codec/dts.c
+1
-0
modules/codec/t140.c
modules/codec/t140.c
+1
-0
modules/codec/x264.c
modules/codec/x264.c
+1
-0
modules/codec/x265.c
modules/codec/x265.c
+1
-0
modules/control/dbus/dbus.c
modules/control/dbus/dbus.c
+1
-0
modules/control/dummy.c
modules/control/dummy.c
+1
-0
modules/control/gestures.c
modules/control/gestures.c
+1
-0
modules/control/globalhotkeys/win32.c
modules/control/globalhotkeys/win32.c
+1
-0
modules/control/globalhotkeys/xcb.c
modules/control/globalhotkeys/xcb.c
+1
-0
modules/control/hotkeys.c
modules/control/hotkeys.c
+1
-0
modules/control/lirc.c
modules/control/lirc.c
+1
-0
modules/control/motion.c
modules/control/motion.c
+1
-0
modules/control/netsync.c
modules/control/netsync.c
+1
-0
modules/control/ntservice.c
modules/control/ntservice.c
+1
-0
modules/control/rc.c
modules/control/rc.c
+1
-0
modules/control/win_msg.c
modules/control/win_msg.c
+1
-0
modules/demux/mpc.c
modules/demux/mpc.c
+1
-0
modules/demux/real.c
modules/demux/real.c
+1
-0
modules/gui/macosx/macosx.m
modules/gui/macosx/macosx.m
+1
-0
modules/gui/ncurses.c
modules/gui/ncurses.c
+1
-0
modules/gui/skins2/src/skin_main.cpp
modules/gui/skins2/src/skin_main.cpp
+1
-0
modules/logger/file.c
modules/logger/file.c
+1
-0
modules/logger/syslog.c
modules/logger/syslog.c
+1
-0
modules/misc/audioscrobbler.c
modules/misc/audioscrobbler.c
+1
-0
modules/misc/logger.c
modules/misc/logger.c
+1
-0
modules/misc/playlist/export.c
modules/misc/playlist/export.c
+1
-0
modules/misc/rtsp.c
modules/misc/rtsp.c
+1
-0
modules/misc/stats.c
modules/misc/stats.c
+1
-0
modules/notify/growl.m
modules/notify/growl.m
+1
-0
modules/notify/notify.c
modules/notify/notify.c
+1
-0
modules/services_discovery/bonjour.c
modules/services_discovery/bonjour.c
+1
-0
modules/services_discovery/mediadirs.c
modules/services_discovery/mediadirs.c
+1
-0
modules/services_discovery/mtp.c
modules/services_discovery/mtp.c
+1
-0
modules/services_discovery/podcast.c
modules/services_discovery/podcast.c
+1
-0
modules/services_discovery/sap.c
modules/services_discovery/sap.c
+1
-0
modules/stream_out/cycle.c
modules/stream_out/cycle.c
+1
-0
modules/stream_out/rtp.c
modules/stream_out/rtp.c
+1
-0
modules/video_filter/rotate.c
modules/video_filter/rotate.c
+1
-0
No files found.
include/vlc_plugin.h
View file @
56220f86
...
...
@@ -521,6 +521,12 @@ VLC_METADATA_EXPORTS
"\x61\x6c\x20\x50\x75\x62\x6c\x69\x63\x20\x4c\x69\x63\x65\x6e\x73" \
"\x65\x2c\x20\x76\x65\x72\x73\x69\x6f\x6e\x20\x32\x2e\x31\x20\x6f" \
"\x72\x20\x6c\x61\x74\x65\x72\x2e"
#define VLC_LICENSE_GPL_2_PLUS \
"\x4c\x69\x63\x65\x6e\x73\x65\x64\x20\x75\x6e\x64\x65\x72\x20\x74" \
"\x68\x65\x20\x74\x65\x72\x6d\x73\x20\x6f\x66\x20\x74\x68\x65\x20" \
"\x47\x4e\x55\x20\x47\x65\x6e\x65\x72\x61\x6c\x20\x50\x75\x62\x6c" \
"\x69\x63\x20\x4c\x69\x63\x65\x6e\x73\x65\x2c\x20\x76\x65\x72\x73" \
"\x69\x6f\x6e\x20\x32\x20\x6f\x72\x20\x6c\x61\x74\x65\x72\x2e"
#if defined (__LIBVLC__)
# define VLC_MODULE_COPYRIGHT VLC_COPYRIGHT_VIDEOLAN
# ifndef VLC_MODULE_LICENSE
...
...
modules/access/dshow/dshow.cpp
View file @
56220f86
...
...
@@ -38,6 +38,7 @@
#include <string>
#include <assert.h>
#define VLC_MODULE_LICENSE VLC_LICENSE_GPL_2_PLUS
#include <vlc_common.h>
#include <vlc_plugin.h>
#include <vlc_access.h>
...
...
modules/access/rtsp/access.c
View file @
56220f86
...
...
@@ -28,6 +28,7 @@
# include "config.h"
#endif
#define VLC_MODULE_LICENSE VLC_LICENSE_GPL_2_PLUS
#include <vlc_common.h>
#include <vlc_plugin.h>
#include <vlc_access.h>
...
...
modules/audio_filter/channel_mixer/dolby.c
View file @
56220f86
...
...
@@ -29,6 +29,7 @@
# include "config.h"
#endif
#define VLC_MODULE_LICENSE VLC_LICENSE_GPL_2_PLUS
#include <vlc_common.h>
#include <vlc_plugin.h>
#include <vlc_aout.h>
...
...
modules/audio_filter/channel_mixer/headphone.c
View file @
56220f86
...
...
@@ -32,6 +32,7 @@
#include <math.h>
/* sqrt */
#define VLC_MODULE_LICENSE VLC_LICENSE_GPL_2_PLUS
#include <vlc_common.h>
#include <vlc_plugin.h>
#include <vlc_aout.h>
...
...
modules/audio_filter/channel_mixer/mono.c
View file @
56220f86
...
...
@@ -31,6 +31,7 @@
#include <math.h>
/* sqrt */
#include <stdint.h>
/* int16_t .. */
#define VLC_MODULE_LICENSE VLC_LICENSE_GPL_2_PLUS
#include <vlc_common.h>
#include <vlc_plugin.h>
#include <vlc_block.h>
...
...
modules/audio_filter/converter/dtstospdif.c
View file @
56220f86
...
...
@@ -33,6 +33,7 @@
# include "config.h"
#endif
#define VLC_MODULE_LICENSE VLC_LICENSE_GPL_2_PLUS
#include <vlc_common.h>
#include <vlc_plugin.h>
...
...
modules/codec/dts.c
View file @
56220f86
...
...
@@ -31,6 +31,7 @@
#endif
#include <assert.h>
#define VLC_MODULE_LICENSE VLC_LICENSE_GPL_2_PLUS
#include <vlc_common.h>
#include <vlc_plugin.h>
#include <vlc_codec.h>
...
...
modules/codec/t140.c
View file @
56220f86
...
...
@@ -23,6 +23,7 @@
# include "config.h"
#endif
#define VLC_MODULE_LICENSE VLC_LICENSE_GPL_2_PLUS
#include <vlc_common.h>
#include <vlc_plugin.h>
#include <vlc_codec.h>
...
...
modules/codec/x264.c
View file @
56220f86
...
...
@@ -29,6 +29,7 @@
# include "config.h"
#endif
#define VLC_MODULE_LICENSE VLC_LICENSE_GPL_2_PLUS
#include <vlc_common.h>
#include <vlc_plugin.h>
#include <vlc_sout.h>
...
...
modules/codec/x265.c
View file @
56220f86
...
...
@@ -27,6 +27,7 @@
# include "config.h"
#endif
#define VLC_MODULE_LICENSE VLC_LICENSE_GPL_2_PLUS
#include <vlc_common.h>
#include <vlc_plugin.h>
#include <vlc_threads.h>
...
...
modules/control/dbus/dbus.c
View file @
56220f86
...
...
@@ -53,6 +53,7 @@
#include "dbus_tracklist.h"
#include "dbus_introspect.h"
#define VLC_MODULE_LICENSE VLC_LICENSE_GPL_2_PLUS
#include <vlc_common.h>
#include <vlc_plugin.h>
#include <vlc_interface.h>
...
...
modules/control/dummy.c
View file @
56220f86
...
...
@@ -29,6 +29,7 @@
# include "config.h"
#endif
#define VLC_MODULE_LICENSE VLC_LICENSE_GPL_2_PLUS
#include <vlc_common.h>
#include <vlc_plugin.h>
#include <vlc_interface.h>
...
...
modules/control/gestures.c
View file @
56220f86
...
...
@@ -29,6 +29,7 @@
# include "config.h"
#endif
#define VLC_MODULE_LICENSE VLC_LICENSE_GPL_2_PLUS
#include <vlc_common.h>
#include <vlc_plugin.h>
#include <vlc_interface.h>
...
...
modules/control/globalhotkeys/win32.c
View file @
56220f86
...
...
@@ -26,6 +26,7 @@
#include <ctype.h>
#define VLC_MODULE_LICENSE VLC_LICENSE_GPL_2_PLUS
#include <vlc_common.h>
#include <vlc_plugin.h>
#include <vlc_interface.h>
...
...
modules/control/globalhotkeys/xcb.c
View file @
56220f86
...
...
@@ -23,6 +23,7 @@
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#define VLC_MODULE_LICENSE VLC_LICENSE_GPL_2_PLUS
#include <vlc_common.h>
#include <vlc_plugin.h>
#include <vlc_interface.h>
...
...
modules/control/hotkeys.c
View file @
56220f86
...
...
@@ -30,6 +30,7 @@
# include "config.h"
#endif
#define VLC_MODULE_LICENSE VLC_LICENSE_GPL_2_PLUS
#include <vlc_common.h>
#include <vlc_plugin.h>
#include <vlc_interface.h>
...
...
modules/control/lirc.c
View file @
56220f86
...
...
@@ -32,6 +32,7 @@
# include "config.h"
#endif
#define VLC_MODULE_LICENSE VLC_LICENSE_GPL_2_PLUS
#include <vlc_common.h>
#include <vlc_plugin.h>
#include <vlc_interface.h>
...
...
modules/control/motion.c
View file @
56220f86
...
...
@@ -33,6 +33,7 @@
#include <assert.h>
#include <unistd.h>
#define VLC_MODULE_LICENSE VLC_LICENSE_GPL_2_PLUS
#include <vlc_common.h>
#include <vlc_plugin.h>
#include <vlc_interface.h>
...
...
modules/control/netsync.c
View file @
56220f86
...
...
@@ -30,6 +30,7 @@
#endif
#include <assert.h>
#define VLC_MODULE_LICENSE VLC_LICENSE_GPL_2_PLUS
#include <vlc_common.h>
#include <vlc_plugin.h>
#include <vlc_interface.h>
...
...
modules/control/ntservice.c
View file @
56220f86
...
...
@@ -28,6 +28,7 @@
# include "config.h"
#endif
#define VLC_MODULE_LICENSE VLC_LICENSE_GPL_2_PLUS
#include <vlc_common.h>
#include <vlc_plugin.h>
#include <vlc_interface.h>
...
...
modules/control/rc.c
View file @
56220f86
...
...
@@ -35,6 +35,7 @@
#include <assert.h>
#include <math.h>
#define VLC_MODULE_LICENSE VLC_LICENSE_GPL_2_PLUS
#include <vlc_common.h>
#include <vlc_plugin.h>
#include <vlc_interface.h>
...
...
modules/control/win_msg.c
View file @
56220f86
...
...
@@ -25,6 +25,7 @@
# include "config.h"
#endif
#define VLC_MODULE_LICENSE VLC_LICENSE_GPL_2_PLUS
#include <vlc_common.h>
#include <vlc_plugin.h>
#include <vlc_interface.h>
...
...
modules/demux/mpc.c
View file @
56220f86
...
...
@@ -28,6 +28,7 @@
# include "config.h"
#endif
#define VLC_MODULE_LICENSE VLC_LICENSE_GPL_2_PLUS
#include <vlc_common.h>
#include <vlc_plugin.h>
#include <vlc_demux.h>
...
...
modules/demux/real.c
View file @
56220f86
...
...
@@ -51,6 +51,7 @@
# include "config.h"
#endif
#define VLC_MODULE_LICENSE VLC_LICENSE_GPL_2_PLUS
#include <vlc_common.h>
#include <vlc_plugin.h>
...
...
modules/gui/macosx/macosx.m
View file @
56220f86
...
...
@@ -31,6 +31,7 @@
# include "config.h"
#endif
#define VLC_MODULE_LICENSE VLC_LICENSE_GPL_2_PLUS
#include
<vlc
_common
.
h
>
#include
<vlc
_plugin
.
h
>
#include
<vlc
_vout_window
.
h
>
...
...
modules/gui/ncurses.c
View file @
56220f86
...
...
@@ -42,6 +42,7 @@
#include <math.h>
#include <errno.h>
#define VLC_MODULE_LICENSE VLC_LICENSE_GPL_2_PLUS
#include <vlc_common.h>
#include <vlc_plugin.h>
...
...
modules/gui/skins2/src/skin_main.cpp
View file @
56220f86
...
...
@@ -26,6 +26,7 @@
# include "config.h"
#endif
#define VLC_MODULE_LICENSE VLC_LICENSE_GPL_2_PLUS
#include <vlc_common.h>
#include <vlc_plugin.h>
#include <vlc_input.h>
...
...
modules/logger/file.c
View file @
56220f86
...
...
@@ -25,6 +25,7 @@
# include "config.h"
#endif
#define VLC_MODULE_LICENSE VLC_LICENSE_GPL_2_PLUS
#include <vlc_common.h>
#include <vlc_plugin.h>
#include <vlc_fs.h>
...
...
modules/logger/syslog.c
View file @
56220f86
...
...
@@ -23,6 +23,7 @@
# include "config.h"
#endif
#define VLC_MODULE_LICENSE VLC_LICENSE_GPL_2_PLUS
#include <vlc_common.h>
#include <vlc_plugin.h>
...
...
modules/misc/audioscrobbler.c
View file @
56220f86
...
...
@@ -39,6 +39,7 @@
#include <assert.h>
#include <time.h>
#define VLC_MODULE_LICENSE VLC_LICENSE_GPL_2_PLUS
#include <vlc_common.h>
#include <vlc_plugin.h>
#include <vlc_interface.h>
...
...
modules/misc/logger.c
View file @
56220f86
...
...
@@ -29,6 +29,7 @@
# include "config.h"
#endif
#define VLC_MODULE_LICENSE VLC_LICENSE_GPL_2_PLUS
#include <vlc_common.h>
#include <vlc_plugin.h>
#include <vlc_interface.h>
...
...
modules/misc/playlist/export.c
View file @
56220f86
...
...
@@ -28,6 +28,7 @@
# include "config.h"
#endif
#define VLC_MODULE_LICENSE VLC_LICENSE_GPL_2_PLUS
#include <vlc_common.h>
#include <vlc_plugin.h>
...
...
modules/misc/rtsp.c
View file @
56220f86
...
...
@@ -30,6 +30,7 @@
# include "config.h"
#endif
#define VLC_MODULE_LICENSE VLC_LICENSE_GPL_2_PLUS
#include <vlc_common.h>
#include <vlc_plugin.h>
#include <vlc_input.h>
...
...
modules/misc/stats.c
View file @
56220f86
...
...
@@ -33,6 +33,7 @@
#define kBufferSize 0x500
#define VLC_MODULE_LICENSE VLC_LICENSE_GPL_2_PLUS
#include <vlc_common.h>
#include <vlc_plugin.h>
#include <vlc_codec.h>
...
...
modules/notify/growl.m
View file @
56220f86
...
...
@@ -54,6 +54,7 @@
#import <Foundation/Foundation.h>
#import <Growl/Growl.h>
#define VLC_MODULE_LICENSE VLC_LICENSE_GPL_2_PLUS
#include <vlc_common.h>
#include <vlc_plugin.h>
#include <vlc_playlist.h>
...
...
modules/notify/notify.c
View file @
56220f86
...
...
@@ -28,6 +28,7 @@
# include "config.h"
#endif
#define VLC_MODULE_LICENSE VLC_LICENSE_GPL_2_PLUS
#include <vlc_common.h>
#include <vlc_plugin.h>
#include <vlc_interface.h>
...
...
modules/services_discovery/bonjour.c
View file @
56220f86
...
...
@@ -29,6 +29,7 @@
# include "config.h"
#endif
#define VLC_MODULE_LICENSE VLC_LICENSE_GPL_2_PLUS
#include <vlc_common.h>
#include <vlc_plugin.h>
#include <vlc_services_discovery.h>
...
...
modules/services_discovery/mediadirs.c
View file @
56220f86
...
...
@@ -31,6 +31,7 @@
#include <sys/stat.h>
#define VLC_MODULE_LICENSE VLC_LICENSE_GPL_2_PLUS
#include <vlc_common.h>
#include <vlc_plugin.h>
#include <vlc_url.h>
...
...
modules/services_discovery/mtp.c
View file @
56220f86
...
...
@@ -24,6 +24,7 @@
# include "config.h"
#endif
#define VLC_MODULE_LICENSE VLC_LICENSE_GPL_2_PLUS
#include <vlc_common.h>
#include <vlc_plugin.h>
#include <vlc_services_discovery.h>
...
...
modules/services_discovery/podcast.c
View file @
56220f86
...
...
@@ -29,6 +29,7 @@
# include "config.h"
#endif
#define VLC_MODULE_LICENSE VLC_LICENSE_GPL_2_PLUS
#include <vlc_common.h>
#include <vlc_plugin.h>
#include <vlc_services_discovery.h>
...
...
modules/services_discovery/sap.c
View file @
56220f86
...
...
@@ -30,6 +30,7 @@
# include "config.h"
#endif
#define VLC_MODULE_LICENSE VLC_LICENSE_GPL_2_PLUS
#include <vlc_common.h>
#include <vlc_plugin.h>
#include <assert.h>
...
...
modules/stream_out/cycle.c
View file @
56220f86
...
...
@@ -30,6 +30,7 @@
#include <assert.h>
#include <stdlib.h>
#define VLC_MODULE_LICENSE VLC_LICENSE_GPL_2_PLUS
#include <vlc_common.h>
#include <vlc_plugin.h>
#include <vlc_block.h>
...
...
modules/stream_out/rtp.c
View file @
56220f86
...
...
@@ -30,6 +30,7 @@
# include "config.h"
#endif
#define VLC_MODULE_LICENSE VLC_LICENSE_GPL_2_PLUS
#include <vlc_common.h>
#include <vlc_plugin.h>
#include <vlc_sout.h>
...
...
modules/video_filter/rotate.c
View file @
56220f86
...
...
@@ -31,6 +31,7 @@
#include <math.h>
/* sin(), cos() */
#define VLC_MODULE_LICENSE VLC_LICENSE_GPL_2_PLUS
#include <vlc_common.h>
#include <vlc_plugin.h>
#include <vlc_atomic.h>
...
...
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