[vlc-commits] Qt is GPLv2+
Jean-Baptiste Kempf
git at videolan.org
Mon Mar 23 10:56:31 CET 2015
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Mon Mar 23 10:56:15 2015 +0100| [84fe00e1be543c8bc276ce19216912c83a1518f0] | committer: Jean-Baptiste Kempf
Qt is GPLv2+
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=84fe00e1be543c8bc276ce19216912c83a1518f0
---
modules/gui/qt4/qt4.cpp | 2 ++
1 file changed, 2 insertions(+)
diff --git a/modules/gui/qt4/qt4.cpp b/modules/gui/qt4/qt4.cpp
index 43d7ba9..a94e94c 100644
--- a/modules/gui/qt4/qt4.cpp
+++ b/modules/gui/qt4/qt4.cpp
@@ -202,6 +202,8 @@ static const char *const psz_continue_list_text[] =
{ N_("Never"), N_("Ask"), N_("Always") };
+#define VLC_MODULE_LICENSE VLC_LICENSE_GPL_2_PLUS
+
/**********************************************************************/
vlc_module_begin ()
set_shortname( "Qt" )
More information about the vlc-commits
mailing list