From 84fe00e1be543c8bc276ce19216912c83a1518f0 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Kempf Date: Mon, 23 Mar 2015 10:56:15 +0100 Subject: [PATCH] Qt is GPLv2+ --- 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 43d7ba93ee..a94e94cb3a 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" ) -- 2.39.2