Change image license to GPL v2

This commit is contained in:
[CST] Focus
2013-05-30 17:42:43 +04:00
parent 6f8ef9ec46
commit f46fc25da0
3 changed files with 3 additions and 3 deletions

View File

@@ -205,7 +205,7 @@ void CImageInfo::InitInfos()
v_info.push_back(doc);
image_info_t forum = {LOCALE_IMAGEINFO_FORUM, config.getString("forum", "http://forum.tuxbox.org")};
v_info.push_back(forum);
image_info_t license = {LOCALE_IMAGEINFO_LICENSE, "GPL"};
image_info_t license = {LOCALE_IMAGEINFO_LICENSE, "GPL v2"};
v_info.push_back(license);
Font * item_font = g_Font[SNeutrinoSettings::FONT_TYPE_MENU];