From 905a6aa2e85fa2731ec9966a5596be7b9096d787 Mon Sep 17 00:00:00 2001 From: William Jon McCann Date: Thu, 27 Feb 2014 08:12:56 -0500 Subject: [PATCH] about-dialog: link directly to the 3.0 version of GPL licenses In the unlikely case that there is another GPL released in the future it would be best if we link directly to the 3.0 version of the license description instead of the alias to the latest version. --- gtk/gtkaboutdialog.c | 8 ++++---- testsuite/a11y/about.txt | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/gtk/gtkaboutdialog.c b/gtk/gtkaboutdialog.c index 13f37aabaf..2c6c9e5388 100644 --- a/gtk/gtkaboutdialog.c +++ b/gtk/gtkaboutdialog.c @@ -113,16 +113,16 @@ static const LicenseInfo gtk_license_info [] = { { N_("License"), NULL }, { N_("Custom License") , NULL }, { N_("GNU General Public License, version 2 or later"), "http://www.gnu.org/licenses/old-licenses/gpl-2.0.html" }, - { N_("GNU General Public License, version 3 or later"), "http://www.gnu.org/licenses/gpl.html" }, + { N_("GNU General Public License, version 3 or later"), "http://www.gnu.org/licenses/gpl-3.0.html" }, { N_("GNU Lesser General Public License, version 2.1 or later"), "http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html" }, - { N_("GNU Lesser General Public License, version 3 or later"), "http://www.gnu.org/licenses/lgpl.html" }, + { N_("GNU Lesser General Public License, version 3 or later"), "http://www.gnu.org/licenses/lgpl-3.0.html" }, { N_("BSD 2-Clause License"), "http://opensource.org/licenses/bsd-license.php" }, { N_("The MIT License (MIT)"), "http://opensource.org/licenses/mit-license.php" }, { N_("Artistic License 2.0"), "http://opensource.org/licenses/artistic-license-2.0.php" }, { N_("GNU General Public License, version 2 only"), "http://www.gnu.org/licenses/old-licenses/gpl-2.0.html" }, - { N_("GNU General Public License, version 3 only"), "http://www.gnu.org/licenses/gpl.html" }, + { N_("GNU General Public License, version 3 only"), "http://www.gnu.org/licenses/gpl-3.0.html" }, { N_("GNU Lesser General Public License, version 2.1 only"), "http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html" }, - { N_("GNU Lesser General Public License, version 3 only"), "http://www.gnu.org/licenses/lgpl.html" } + { N_("GNU Lesser General Public License, version 3 only"), "http://www.gnu.org/licenses/lgpl-3.0.html" } }; typedef struct diff --git a/testsuite/a11y/about.txt b/testsuite/a11y/about.txt index b4a7b7bbbb..2063742f88 100644 --- a/testsuite/a11y/about.txt +++ b/testsuite/a11y/about.txt @@ -322,7 +322,7 @@ See the GNU General Public License, version 3 or later for details. start index: 56 end index: 102 - anchors: http://www.gnu.org/licenses/gpl.html + anchors: http://www.gnu.org/licenses/gpl-3.0.html unnamed-GtkLabelAccessibleLinkImpl-1 "link" parent: license_label @@ -331,7 +331,7 @@ See the GNU General Public License, version 3 or later for details. start index: 56 end index: 102 - anchors: http://www.gnu.org/licenses/gpl.html + anchors: http://www.gnu.org/licenses/gpl-3.0.html credits_page "filler" parent: stack