]> git.sesse.net Git - vlc/commitdiff
LUA is still GPLv2+
authorJean-Baptiste Kempf <jb@videolan.org>
Mon, 23 Mar 2015 13:57:03 +0000 (14:57 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Mon, 23 Mar 2015 14:00:50 +0000 (15:00 +0100)
modules/lua/vlc.c

index f8ab309d8fe51d438cdd312e720dce79a0c11664..4340038bd048b8d0012fe19448b0165037b5b0c2 100644 (file)
@@ -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>