[gnome-chess] Bump up the license version on source files
- From: Sahil Sareen <ssareen src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-chess] Bump up the license version on source files
- Date: Mon, 15 Feb 2016 20:58:53 +0000 (UTC)
commit d78fa64289aec0cc454a99e6ab1fb899efdee198
Author: Sahil Sareen <sahil sareen hotmail com>
Date: Tue Feb 16 02:23:54 2016 +0530
Bump up the license version on source files
lib/chess-bitboard.vala | 2 +-
lib/chess-clock.vala | 2 +-
lib/chess-game.vala | 2 +-
lib/chess-move.vala | 2 +-
lib/chess-pgn.vala | 2 +-
lib/chess-piece.vala | 2 +-
lib/chess-player.vala | 2 +-
lib/chess-state.vala | 2 +-
src/ai-profile.vala | 2 +-
src/chess-engine-cecp.vala | 2 +-
src/chess-engine-uci.vala | 2 +-
src/chess-engine.vala | 2 +-
src/chess-scene.vala | 2 +-
src/chess-view.vala | 2 +-
src/gnome-chess.vala | 4 ++--
tests/test-chess-game.vala | 2 +-
tests/test-chess-pgn.vala | 2 +-
17 files changed, 18 insertions(+), 18 deletions(-)
---
diff --git a/lib/chess-bitboard.vala b/lib/chess-bitboard.vala
index 113f0f1..d23b044 100644
--- a/lib/chess-bitboard.vala
+++ b/lib/chess-bitboard.vala
@@ -4,7 +4,7 @@
*
* This program 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
+ * Foundation, either version 3 of the License, or (at your option) any later
* version. See http://www.gnu.org/copyleft/gpl.html the full text of the
* license.
*/
diff --git a/lib/chess-clock.vala b/lib/chess-clock.vala
index df38fe6..01cd2c9 100644
--- a/lib/chess-clock.vala
+++ b/lib/chess-clock.vala
@@ -5,7 +5,7 @@
*
* This program 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
+ * Foundation, either version 3 of the License, or (at your option) any later
* version. See http://www.gnu.org/copyleft/gpl.html the full text of the
* license.
*/
diff --git a/lib/chess-game.vala b/lib/chess-game.vala
index aceb92e..0151611 100644
--- a/lib/chess-game.vala
+++ b/lib/chess-game.vala
@@ -4,7 +4,7 @@
*
* This program 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
+ * Foundation, either version 3 of the License, or (at your option) any later
* version. See http://www.gnu.org/copyleft/gpl.html the full text of the
* license.
*/
diff --git a/lib/chess-move.vala b/lib/chess-move.vala
index 49a1f8c..9abb88f 100644
--- a/lib/chess-move.vala
+++ b/lib/chess-move.vala
@@ -4,7 +4,7 @@
*
* This program 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
+ * Foundation, either version 3 of the License, or (at your option) any later
* version. See http://www.gnu.org/copyleft/gpl.html the full text of the
* license.
*/
diff --git a/lib/chess-pgn.vala b/lib/chess-pgn.vala
index b5156ff..6eacbab 100644
--- a/lib/chess-pgn.vala
+++ b/lib/chess-pgn.vala
@@ -4,7 +4,7 @@
*
* This program 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
+ * Foundation, either version 3 of the License, or (at your option) any later
* version. See http://www.gnu.org/copyleft/gpl.html the full text of the
* license.
*/
diff --git a/lib/chess-piece.vala b/lib/chess-piece.vala
index fcf4982..e40f74d 100644
--- a/lib/chess-piece.vala
+++ b/lib/chess-piece.vala
@@ -4,7 +4,7 @@
*
* This program 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
+ * Foundation, either version 3 of the License, or (at your option) any later
* version. See http://www.gnu.org/copyleft/gpl.html the full text of the
* license.
*/
diff --git a/lib/chess-player.vala b/lib/chess-player.vala
index 70269d6..b22bd25 100644
--- a/lib/chess-player.vala
+++ b/lib/chess-player.vala
@@ -4,7 +4,7 @@
*
* This program 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
+ * Foundation, either version 3 of the License, or (at your option) any later
* version. See http://www.gnu.org/copyleft/gpl.html the full text of the
* license.
*/
diff --git a/lib/chess-state.vala b/lib/chess-state.vala
index 325f56e..8ac35f4 100644
--- a/lib/chess-state.vala
+++ b/lib/chess-state.vala
@@ -4,7 +4,7 @@
*
* This program 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
+ * Foundation, either version 3 of the License, or (at your option) any later
* version. See http://www.gnu.org/copyleft/gpl.html the full text of the
* license.
*/
diff --git a/src/ai-profile.vala b/src/ai-profile.vala
index 8dda738..723c5aa 100644
--- a/src/ai-profile.vala
+++ b/src/ai-profile.vala
@@ -5,7 +5,7 @@
*
* This program 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
+ * Foundation, either version 3 of the License, or (at your option) any later
* version. See http://www.gnu.org/copyleft/gpl.html the full text of the
* license.
*/
diff --git a/src/chess-engine-cecp.vala b/src/chess-engine-cecp.vala
index a26d260..428e7df 100644
--- a/src/chess-engine-cecp.vala
+++ b/src/chess-engine-cecp.vala
@@ -5,7 +5,7 @@
*
* This program 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
+ * Foundation, either version 3 of the License, or (at your option) any later
* version. See http://www.gnu.org/copyleft/gpl.html the full text of the
* license.
*/
diff --git a/src/chess-engine-uci.vala b/src/chess-engine-uci.vala
index eaa7f58..d7339d4 100644
--- a/src/chess-engine-uci.vala
+++ b/src/chess-engine-uci.vala
@@ -5,7 +5,7 @@
*
* This program 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
+ * Foundation, either version 3 of the License, or (at your option) any later
* version. See http://www.gnu.org/copyleft/gpl.html the full text of the
* license.
*/
diff --git a/src/chess-engine.vala b/src/chess-engine.vala
index aaa7260..3ff4047 100644
--- a/src/chess-engine.vala
+++ b/src/chess-engine.vala
@@ -5,7 +5,7 @@
*
* This program 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
+ * Foundation, either version 3 of the License, or (at your option) any later
* version. See http://www.gnu.org/copyleft/gpl.html the full text of the
* license.
*/
diff --git a/src/chess-scene.vala b/src/chess-scene.vala
index 6971a35..f442300 100644
--- a/src/chess-scene.vala
+++ b/src/chess-scene.vala
@@ -4,7 +4,7 @@
*
* This program 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
+ * Foundation, either version 3 of the License, or (at your option) any later
* version. See http://www.gnu.org/copyleft/gpl.html the full text of the
* license.
*/
diff --git a/src/chess-view.vala b/src/chess-view.vala
index ec33bbe..4b8fea7 100644
--- a/src/chess-view.vala
+++ b/src/chess-view.vala
@@ -4,7 +4,7 @@
*
* This program 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
+ * Foundation, either version 3 of the License, or (at your option) any later
* version. See http://www.gnu.org/copyleft/gpl.html the full text of the
* license.
*/
diff --git a/src/gnome-chess.vala b/src/gnome-chess.vala
index 95e5a38..cdbca52 100644
--- a/src/gnome-chess.vala
+++ b/src/gnome-chess.vala
@@ -5,7 +5,7 @@
*
* This program 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
+ * Foundation, either version 3 of the License, or (at your option) any later
* version. See http://www.gnu.org/copyleft/gpl.html the full text of the
* license.
*/
@@ -2185,7 +2185,7 @@ public class ChessApplication : Gtk.Application
about_dialog.program_name = _("Chess");
about_dialog.version = VERSION;
about_dialog.copyright = "Copyright © 2010–2013 Robert Ancell\nCopyright © 2013–2014 Michael
Catanzaro";
- about_dialog.license_type = Gtk.License.GPL_2_0;
+ about_dialog.license_type = Gtk.License.GPL_3_0;
about_dialog.comments = _("A classic game of positional strategy");
about_dialog.authors = authors;
about_dialog.artists = artists;
diff --git a/tests/test-chess-game.vala b/tests/test-chess-game.vala
index 9ef579b..8c227a8 100644
--- a/tests/test-chess-game.vala
+++ b/tests/test-chess-game.vala
@@ -4,7 +4,7 @@
*
* This program 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
+ * Foundation, either version 3 of the License, or (at your option) any later
* version. See http://www.gnu.org/copyleft/gpl.html the full text of the
* license.
*/
diff --git a/tests/test-chess-pgn.vala b/tests/test-chess-pgn.vala
index e8daedc..2f1bfb9 100644
--- a/tests/test-chess-pgn.vala
+++ b/tests/test-chess-pgn.vala
@@ -4,7 +4,7 @@
*
* This program 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
+ * Foundation, either version 3 of the License, or (at your option) any later
* version. See http://www.gnu.org/copyleft/gpl.html the full text of the
* license.
*/
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]