[gtk+] about-dialog: link directly to the 3.0 version of GPL licenses



commit 905a6aa2e85fa2731ec9966a5596be7b9096d787
Author: William Jon McCann <william jon mccann gmail com>
Date:   Thu Feb 27 08:12:56 2014 -0500

    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 13f37aa..2c6c9e5 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 b4a7b7b..2063742 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.
               <AtkHyperlink>
               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.
                 <AtkHyperlink>
                 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


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]