From: Carlos Maddela Date: Thu, 5 Jan 2017 14:36:27 +1100 Subject: Update help dialog to show GPL-3 license. Description: Update help dialog to show GPL-3 license. Author: Carlos Maddela Forwarded: not-needed Last-Update: 2017-01-05 --- This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ --- help-dialogs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/help-dialogs.c b/help-dialogs.c index d893d33..75a615e 100644 --- a/help-dialogs.c +++ b/help-dialogs.c @@ -403,7 +403,7 @@ void ShowGPL() ShowTextfile(_("windowtitle|GNU General Public License"), _("GNU General Public License\n" "The license terms of dvdisaster."), - "/usr/share/common-licenses/GPL-2", NULL, NULL); + "/usr/share/common-licenses/GPL-3", NULL, NULL); } /*