[gnome-games/gnome-3-0] chess: Use standard license in about dialog
- From: Robert Ancell <rancell src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-games/gnome-3-0] chess: Use standard license in about dialog
- Date: Mon, 11 Apr 2011 04:24:46 +0000 (UTC)
commit f04ea40549d10455e83bce6bfc922c26ee78e10b
Author: Robert Ancell <robert ancell canonical com>
Date: Mon Apr 11 14:23:43 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]