From f46fc25da05de4eb00e277b523fc20f47da50ad3 Mon Sep 17 00:00:00 2001 From: "[CST] Focus" Date: Thu, 30 May 2013 17:42:43 +0400 Subject: [PATCH] Change image license to GPL v2 --- data/license/deutsch.license | 2 +- data/license/english.license | 2 +- src/gui/imageinfo.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/data/license/deutsch.license b/data/license/deutsch.license index a1ae108d3..7d18ed63a 100644 --- a/data/license/deutsch.license +++ b/data/license/deutsch.license @@ -1,4 +1,4 @@ -Dieses Programm ist freie Software. Sie können es unter den Bedingungen der GNU General Public License, wie von der Free Software Foundation veröffentlicht, weitergeben und/oder modifizieren, entweder gemäß Version 2 der Lizenz oder (nach Ihrer Option) jeder späteren Version. +Dieses Programm ist freie Software. Sie können es unter den Bedingungen der GNU General Public License, wie von der Free Software Foundation veröffentlicht, weitergeben und/oder modifizieren, entweder gemäß Version 2 der Lizenz. Die Veröffentlichung dieses Programms erfolgt in der Hoffnung, daß es Ihnen von Nutzen sein wird, aber OHNE IRGENDEINE GARANTIE, sogar ohne die implizite Garantie der MARKTREIFE oder der VERWENDBARKEIT FÜR EINEN BESTIMMTEN ZWECK. Details finden Sie in der GNU General Public License. diff --git a/data/license/english.license b/data/license/english.license index 1388ffb16..2a52a4285 100644 --- a/data/license/english.license +++ b/data/license/english.license @@ -1,4 +1,4 @@ -This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. +This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; version 2 of the License. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. diff --git a/src/gui/imageinfo.cpp b/src/gui/imageinfo.cpp index 11fd9118f..14b73b02e 100644 --- a/src/gui/imageinfo.cpp +++ b/src/gui/imageinfo.cpp @@ -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];