[gnome-games] chess: Use standard license in about dialog



commit f1c6049860da9767ffd40d9a4c2cbc7bcf0fd328
Author: Robert Ancell <robert ancell canonical com>
Date:   Mon Apr 11 14:17:26 2011 +1000

    chess: Use standard license in about dialog

 glchess/src/glchess.vala |   14 +-------------
 1 files changed, 1 insertions(+), 13 deletions(-)
---
diff --git a/glchess/src/glchess.vala b/glchess/src/glchess.vala
index 8536476..d4e4e2a 100644
--- a/glchess/src/glchess.vala
+++ b/glchess/src/glchess.vala
@@ -1338,19 +1338,7 @@ public class Application
         about_dialog.name = "glchess";
         about_dialog.version = Config.VERSION;
         about_dialog.copyright = "Copyright 2010 Robert Ancell <robert ancell gmail com>";
-        about_dialog.license = "glchess 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.\n" +
-                               "\n" +
-                               "glchess 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.\n" +
-                               "\n" +
-                               "You should have received a copy of the GNU General Public License " +
-                               "along with glchess; if not, write to the Free Software Foundation, Inc., " +
-                               "51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA";
+        about_dialog.license_type = Gtk.License.GPL_2_0;
         about_dialog.wrap_license = true;
         about_dialog.comments = "The 2D/3D chess game for GNOME. \n\nglChess is a part of GNOME Games.";
         about_dialog.authors = authors;



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