]> git.sesse.net Git - vlc/commitdiff
Qt is GPLv2+
authorJean-Baptiste Kempf <jb@videolan.org>
Mon, 23 Mar 2015 09:56:15 +0000 (10:56 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Mon, 23 Mar 2015 09:56:15 +0000 (10:56 +0100)
modules/gui/qt4/qt4.cpp

index 43d7ba93eedce5fd53c6eb373cc53d4db46d8535..a94e94cb3aa2115802ae829e6de0c5030a4634d3 100644 (file)
@@ -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" )