[vlc-commits] LUA is still GPLv2+

Jean-Baptiste Kempf git at videolan.org
Mon Mar 23 15:00:56 CET 2015


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Mon Mar 23 14:57:03 2015 +0100| [1f066ddee63a5f1f6d0b5fa682f77fc427d9d206] | committer: Jean-Baptiste Kempf

LUA is still GPLv2+

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=1f066ddee63a5f1f6d0b5fa682f77fc427d9d206
---

 modules/lua/vlc.c |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/modules/lua/vlc.c b/modules/lua/vlc.c
index f8ab309..4340038 100644
--- a/modules/lua/vlc.c
+++ b/modules/lua/vlc.c
@@ -32,6 +32,8 @@
 #include <assert.h>
 #include <sys/stat.h>
 
+#define VLC_MODULE_LICENSE VLC_LICENSE_GPL_2_PLUS
+
 #include "vlc.h"
 
 #include <vlc_plugin.h>



More information about the vlc-commits mailing list