[four-in-a-row] Use https links everywhere.



commit 739d5a555e8a85e6c30a8a587bd3339a469cfa97
Author: Arnaud Bonatti <arnaud bonatti gmail com>
Date:   Sat Sep 28 01:27:44 2019 +0200

    Use https links everywhere.

 COPYING                                 |  8 ++---
 COPYING.themes                          |  5 +++
 README                                  |  5 ---
 data/four-in-a-row.6                    |  2 +-
 data/themes/tileset_50x50_hcinverse.svg | 56 +++++++++++++++++++++------------
 data/themes/tileset_50x50_hcontrast.svg | 56 +++++++++++++++++++++------------
 data/ui/four-in-a-row.ui                | 17 +++++++++-
 four-in-a-row.doap                      |  5 ++-
 src/ai.vala                             | 37 +++++++++++-----------
 src/four-in-a-row.vala                  | 37 +++++++++++-----------
 src/game-board-view.vala                | 37 +++++++++++-----------
 src/game-board.vala                     | 37 +++++++++++-----------
 src/games-controls-list.vala            | 39 +++++++++++------------
 src/prefs-box.vala                      | 39 +++++++++++------------
 src/prefs.vala                          | 37 +++++++++++-----------
 src/scorebox.vala                       | 39 +++++++++++------------
 src/test-ai.vala                        | 40 +++++++++++------------
 src/theme.vala                          | 39 +++++++++++------------
 src/vapi/config.vapi                    | 18 +++++++++++
 19 files changed, 305 insertions(+), 248 deletions(-)
---
diff --git a/COPYING b/COPYING
index 94a9ed0..f288702 100644
--- a/COPYING
+++ b/COPYING
@@ -1,7 +1,7 @@
                     GNU GENERAL PUBLIC LICENSE
                        Version 3, 29 June 2007
 
- Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
+ Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
  Everyone is permitted to copy and distribute verbatim copies
  of this license document, but changing it is not allowed.
 
@@ -645,7 +645,7 @@ the "copyright" line and a pointer to where the full notice is found.
     GNU General Public License for more details.
 
     You should have received a copy of the GNU General Public License
-    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+    along with this program.  If not, see <https://www.gnu.org/licenses/>.
 
 Also add information on how to contact you by electronic and paper mail.
 
@@ -664,11 +664,11 @@ might be different; for a GUI interface, you would use an "about box".
   You should also get your employer (if you work as a programmer) or school,
 if any, to sign a "copyright disclaimer" for the program, if necessary.
 For more information on this, and how to apply and follow the GNU GPL, see
-<http://www.gnu.org/licenses/>.
+<https://www.gnu.org/licenses/>.
 
   The GNU General Public License does not permit incorporating your program
 into proprietary programs.  If your program is a subroutine library, you
 may consider it more useful to permit linking proprietary applications with
 the library.  If this is what you want to do, use the GNU Lesser General
 Public License instead of this License.  But first, please read
-<http://www.gnu.org/philosophy/why-not-lgpl.html>.
+<https://www.gnu.org/licenses/why-not-lgpl.html>.
diff --git a/COPYING.themes b/COPYING.themes
new file mode 100644
index 0000000..e7a83f6
--- /dev/null
+++ b/COPYING.themes
@@ -0,0 +1,5 @@
+The tilesets faenza-glines-icon1, faenza-glines-icon2, and faenza-gnect-icon
+are based on art from the Faenza icon theme [1]. They are distributed under
+the GPLv3+, as the rest of the application.
+
+[1] https://www.deviantart.com/tiheum/art/Faenza-Icons-173323228
diff --git a/data/four-in-a-row.6 b/data/four-in-a-row.6
index 9f1a6e5..3486889 100644
--- a/data/four-in-a-row.6
+++ b/data/four-in-a-row.6
@@ -2,7 +2,7 @@
 .\"
 .\" This is free software; you may 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,
+.\" published by the Free Software Foundation; either version 3,
 .\" or (at your option) any later version.
 .\"
 .\" This is distributed in the hope that it will be useful, but
diff --git a/data/themes/tileset_50x50_hcinverse.svg b/data/themes/tileset_50x50_hcinverse.svg
index 7139097..503c9a9 100644
--- a/data/themes/tileset_50x50_hcinverse.svg
+++ b/data/themes/tileset_50x50_hcinverse.svg
@@ -1,30 +1,46 @@
 <?xml version="1.0"?>
 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN"
        "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd";>
+<!--
+   This file is part of GNOME Four-in-a-row.
+
+   GNOME Four-in-a-row 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 3 of the License, or
+   (at your option) any later version.
+
+   GNOME Four-in-a-row 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.
+
+   You should have received a copy of the GNU General Public License along
+   with GNOME Four-in-a-row.  If not, see <https://www.gnu.org/licenses/>.
+-->
 <svg width="300" height="50">
-  <defs>
-    <rect id="square" x="0" y="0" width="50" height="50" fill="black" stroke-width="0"/>
-    <g id="nought" fill="none" stroke="white" stroke-linecap="round">
-      <rect x="0" y="0" width="50" height="50" fill="black" stroke-width="0"/>
-      <rect stroke-width="10" x="10" y="10" width="30" height="30" rx="10" ry="10"
-        transform="rotate(45 25 25)"/>
-    </g>
-    <g id="cross" fill="black" stroke="white" stroke-linecap="round"
-      stroke-miterlimit="30" stroke-width="10">
-      <rect x="0" y="0" width="50" height="50" fill="black" stroke-width="0"/>
-      <line x1="10" y1="10" x2="40" y2="40"/>
-      <line x1="10" y1="40" x2="40" y2="10"/>
-    </g>
+  <defs>
+    <rect id="square" x="0" y="0" width="50" height="50" fill="black" stroke-width="0"/>
+    <g id="nought" fill="none" stroke="white" stroke-linecap="round">
+      <rect x="0" y="0" width="50" height="50" fill="black" stroke-width="0"/>
+      <rect stroke-width="10" x="10" y="10" width="30" height="30" rx="10" ry="10"
+        transform="rotate(45 25 25)"/>
+    </g>
+    <g id="cross" fill="black" stroke="white" stroke-linecap="round"
+      stroke-miterlimit="30" stroke-width="10">
+      <rect x="0" y="0" width="50" height="50" fill="black" stroke-width="0"/>
+      <line x1="10" y1="10" x2="40" y2="40"/>
+      <line x1="10" y1="40" x2="40" y2="10"/>
+    </g>
   </defs>
   <use id="p1a" y="0" x="0" xlink:href="#nought"/>
   <use id="p2a" y="0" x="50" xlink:href="#cross"/>
-  <use y="0" x="100" xlink:href="#square"/>
-  <use y="0" x="150" xlink:href="#square"/>
-  <use id="p1b" y="0" x="200" xlink:href="#nought"/>
-  <use id="p2b" y="0" x="250" xlink:href="#cross"/>
-  <metadata>
-    <rdf:RDF xmlns="http://web.resource.org/cc/"; xmlns:dc="http://purl.org/dc/elements/1.1/"; 
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#";>
-      <Work rdf:about="">
+  <use y="0" x="100" xlink:href="#square"/>
+  <use y="0" x="150" xlink:href="#square"/>
+  <use id="p1b" y="0" x="200" xlink:href="#nought"/>
+  <use id="p2b" y="0" x="250" xlink:href="#cross"/>
+  <metadata>
+    <rdf:RDF xmlns="http://web.resource.org/cc/"; xmlns:dc="http://purl.org/dc/elements/1.1/"; 
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#";>
+      <Work rdf:about="">
         <dc:title>High Contrast theme gnect game pieces</dc:title>
         <dc:description>Game pieces for Gnect, Four in a Row a Connect 4 style Game for 
Gnome</dc:description>
         <dc:publisher>
diff --git a/data/themes/tileset_50x50_hcontrast.svg b/data/themes/tileset_50x50_hcontrast.svg
index bba766f..58d5e2c 100644
--- a/data/themes/tileset_50x50_hcontrast.svg
+++ b/data/themes/tileset_50x50_hcontrast.svg
@@ -1,30 +1,46 @@
 <?xml version="1.0"?>
 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN"
        "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd";>
+<!--
+   This file is part of GNOME Four-in-a-row.
+
+   GNOME Four-in-a-row 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 3 of the License, or
+   (at your option) any later version.
+
+   GNOME Four-in-a-row 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.
+
+   You should have received a copy of the GNU General Public License along
+   with GNOME Four-in-a-row.  If not, see <https://www.gnu.org/licenses/>.
+-->
 <svg width="300" height="50">
-  <defs>
-    <rect id="square" x="0" y="0" width="50" height="50" fill="white" stroke-width="0" />
-    <g id="nought" fill="none" stroke="black" stroke-linecap="round">
-      <rect x="0" y="0" width="50" height="50" fill="white" stroke-width="0" />
-      <rect stroke-width="10" x="10" y="10" width="30" height="30" rx="10" ry="10"
-        transform="rotate(45 25 25)" />
-    </g>
-    <g id="cross" fill="white" stroke="black" stroke-linecap="round"
-      stroke-miterlimit="30" stroke-width="10">
-      <rect x="0" y="0" width="50" height="50" fill="white" stroke-width="0" />
-      <line x1="10" y1="10" x2="40" y2="40" />
-      <line x1="10" y1="40" x2="40" y2="10" />
-    </g>
+  <defs>
+    <rect id="square" x="0" y="0" width="50" height="50" fill="white" stroke-width="0" />
+    <g id="nought" fill="none" stroke="black" stroke-linecap="round">
+      <rect x="0" y="0" width="50" height="50" fill="white" stroke-width="0" />
+      <rect stroke-width="10" x="10" y="10" width="30" height="30" rx="10" ry="10"
+        transform="rotate(45 25 25)" />
+    </g>
+    <g id="cross" fill="white" stroke="black" stroke-linecap="round"
+      stroke-miterlimit="30" stroke-width="10">
+      <rect x="0" y="0" width="50" height="50" fill="white" stroke-width="0" />
+      <line x1="10" y1="10" x2="40" y2="40" />
+      <line x1="10" y1="40" x2="40" y2="10" />
+    </g>
   </defs>
   <use id="p1a" y="0" x="0" xlink:href="#nought" />
   <use id="p2a" y="0" x="50" xlink:href="#cross" />
-  <use y="0" x="100" xlink:href="#square" />
-  <use y="0" x="150" xlink:href="#square" />
-  <use id="p1b" y="0" x="200" xlink:href="#nought" />
-  <use id="p2b" y="0" x="250" xlink:href="#cross" />
-  <metadata>
-    <rdf:RDF xmlns="http://web.resource.org/cc/"; xmlns:dc="http://purl.org/dc/elements/1.1/"; 
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#";>
-      <Work rdf:about="">
+  <use y="0" x="100" xlink:href="#square" />
+  <use y="0" x="150" xlink:href="#square" />
+  <use id="p1b" y="0" x="200" xlink:href="#nought" />
+  <use id="p2b" y="0" x="250" xlink:href="#cross" />
+  <metadata>
+    <rdf:RDF xmlns="http://web.resource.org/cc/"; xmlns:dc="http://purl.org/dc/elements/1.1/"; 
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#";>
+      <Work rdf:about="">
         <dc:title>High Contrast theme gnect game pieces</dc:title>
         <dc:description>Game pieces for Gnect, Four in a Row a Connect 4 style Game for 
Gnome</dc:description>
         <dc:publisher>
diff --git a/data/ui/four-in-a-row.ui b/data/ui/four-in-a-row.ui
index 7f7c625..6ea95e0 100644
--- a/data/ui/four-in-a-row.ui
+++ b/data/ui/four-in-a-row.ui
@@ -1,5 +1,20 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- Generated with glade 3.22.1 -->
+<!--
+   This file is part of GNOME Four-in-a-row.
+
+   GNOME Four-in-a-row 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 3 of the License, or
+   (at your option) any later version.
+
+   GNOME Four-in-a-row 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.
+
+   You should have received a copy of the GNU General Public License along
+   with GNOME Four-in-a-row.  If not, see <https://www.gnu.org/licenses/>.
+-->
 <interface>
   <requires lib="gtk+" version="3.12"/>
   <object class="GtkApplicationWindow" id="fiar-window">
diff --git a/four-in-a-row.doap b/four-in-a-row.doap
index e5276b0..1447fed 100644
--- a/four-in-a-row.doap
+++ b/four-in-a-row.doap
@@ -8,11 +8,10 @@
   <shortdesc xml:lang="en">Make lines of the same color to win</shortdesc>
   <description xml:lang="en">Make lines of the same color to win</description>
   <homepage rdf:resource="https://wiki.gnome.org/Apps/Four-in-a-row"; />
-  <mailing-list rdf:resource="http://mail.gnome.org/mailman/listinfo/games-list"; />
-  <download-page rdf:resource="http://download.gnome.org/sources/four-in-a-row/"; />
+  <mailing-list rdf:resource="https://mail.gnome.org/mailman/listinfo/games-list"; />
+  <download-page rdf:resource="https://download.gnome.org/sources/four-in-a-row/"; />
   <bug-database rdf:resource="https://gitlab.gnome.org/GNOME/four-in-a-row/issues/"; />
   <category rdf:resource="http://api.gnome.org/doap-extensions#apps"; />
-  <programming-language>C</programming-language>
   <programming-language>Vala</programming-language>
 
   <maintainer>
diff --git a/src/ai.vala b/src/ai.vala
index ee8c03b..d61eb4b 100644
--- a/src/ai.vala
+++ b/src/ai.vala
@@ -1,21 +1,22 @@
-/* -*- Mode: vala; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*-
- *
- * Copyright © 2014 Nikhar Agrawal
- *
- * This file is part of Four-in-a-row.
- *
- * Four-in-a-row 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 3 of the License, or
- *(at your option) any later version.
- *
- * Four-in-a-row 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.
- *
- * You should have received a copy of the GNU General Public License
- * along with Four-in-a-row.  If not, see <http://www.gnu.org/licenses/>. */
+/* -*- Mode: vala; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
+/*
+   This file is part of GNOME Four-in-a-row.
+
+   Copyright © 2014 Nikhar Agrawal
+
+   GNOME Four-in-a-row 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 3 of the License, or
+   (at your option) any later version.
+
+   GNOME Four-in-a-row 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.
+
+   You should have received a copy of the GNU General Public License along
+   with GNOME Four-in-a-row.  If not, see <https://www.gnu.org/licenses/>.
+*/
 
 private enum Player { NONE, HUMAN, AI; }
 private enum Difficulty { EASY, MEDIUM, HARD; }
diff --git a/src/four-in-a-row.vala b/src/four-in-a-row.vala
index f2a9d87..4044351 100644
--- a/src/four-in-a-row.vala
+++ b/src/four-in-a-row.vala
@@ -1,23 +1,22 @@
 /* -*- Mode: vala; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
-/* four-in-a-row.vala
- *
- * Copyright © 2018 Jacob Humphrey
- *
- * This file is part of GNOME Four-in-a-row.
- *
- * GNOME Four-in-a-row 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 3 of the License, or
- * (at your option) any later version.
- *
- * GNOME Four-in-a-row 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.
- *
- * You should have received a copy of the GNU General Public License
- * along with GNOME Four-in-a-row. If not, see <http://www.gnu.org/licenses/>.
- */
+/*
+   This file is part of GNOME Four-in-a-row.
+
+   Copyright © 2018 Jacob Humphrey
+
+   GNOME Four-in-a-row 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 3 of the License, or
+   (at your option) any later version.
+
+   GNOME Four-in-a-row 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.
+
+   You should have received a copy of the GNU General Public License along
+   with GNOME Four-in-a-row.  If not, see <https://www.gnu.org/licenses/>.
+*/
 
 using Gtk;
 
diff --git a/src/game-board-view.vala b/src/game-board-view.vala
index f7cfea1..006206b 100644
--- a/src/game-board-view.vala
+++ b/src/game-board-view.vala
@@ -1,23 +1,22 @@
 /* -*- Mode: vala; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
-/* game-board-view.vala
- *
- * Copyright © 2018 Jacob Humphrey
- *
- * This file is part of GNOME Four-in-a-row.
- *
- * GNOME Four-in-a-row 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 3 of the License, or
- * (at your option) any later version.
- *
- * GNOME Four-in-a-row 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.
- *
- * You should have received a copy of the GNU General Public License
- * along with GNOME Four-in-a-row. If not, see <http://www.gnu.org/licenses/>.
- */
+/*
+   This file is part of GNOME Four-in-a-row.
+
+   Copyright © 2018 Jacob Humphrey
+
+   GNOME Four-in-a-row 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 3 of the License, or
+   (at your option) any later version.
+
+   GNOME Four-in-a-row 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.
+
+   You should have received a copy of the GNU General Public License along
+   with GNOME Four-in-a-row.  If not, see <https://www.gnu.org/licenses/>.
+*/
 
 private class GameBoardView : Gtk.DrawingArea {
     private int board_size = 0;
diff --git a/src/game-board.vala b/src/game-board.vala
index 76a21cc..e801b0e 100644
--- a/src/game-board.vala
+++ b/src/game-board.vala
@@ -1,23 +1,22 @@
 /* -*- Mode: vala; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
-/* game_board.vala
- *
- * Copyright © 2018 Jacob Humphrey
- *
- * This file is part of GNOME Four-in-a-row.
- *
- * GNOME Four-in-a-row 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 3 of the License, or
- * (at your option) any later version.
- *
- * GNOME Four-in-a-row 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.
- *
- * You should have received a copy of the GNU General Public License
- * along with GNOME Four-in-a-row. If not, see <http://www.gnu.org/licenses/>.
- */
+/*
+   This file is part of GNOME Four-in-a-row.
+
+   Copyright © 2018 Jacob Humphrey
+
+   GNOME Four-in-a-row 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 3 of the License, or
+   (at your option) any later version.
+
+   GNOME Four-in-a-row 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.
+
+   You should have received a copy of the GNU General Public License along
+   with GNOME Four-in-a-row.  If not, see <https://www.gnu.org/licenses/>.
+*/
 
 private class Board : Object {
     private static Tile[,] gboard;
diff --git a/src/games-controls-list.vala b/src/games-controls-list.vala
index b806d10..6f287a2 100644
--- a/src/games-controls-list.vala
+++ b/src/games-controls-list.vala
@@ -1,23 +1,22 @@
-/* -*- Mode: vala; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*-
- * games-controls.vala
- *
- * Copyright © 2018 Jacob Humphrey
- *
- * This file is part of GNOME Four-in-a-row.
- *
- * GNOME Four-in-a-row 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 3 of the License, or
- * (at your option) any later version.
- *
- * GNOME Four-in-a-row 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.
- *
- * You should have received a copy of the GNU General Public License
- * along with GNOME Four-in-a-row. If not, see <http://www.gnu.org/licenses/>.
- */
+/* -*- Mode: vala; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
+/*
+   This file is part of GNOME Four-in-a-row.
+
+   Copyright © 2018 Jacob Humphrey
+
+   GNOME Four-in-a-row 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 3 of the License, or
+   (at your option) any later version.
+
+   GNOME Four-in-a-row 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.
+
+   You should have received a copy of the GNU General Public License along
+   with GNOME Four-in-a-row.  If not, see <https://www.gnu.org/licenses/>.
+*/
 
 using Gtk;
 
diff --git a/src/prefs-box.vala b/src/prefs-box.vala
index b719860..921ff43 100644
--- a/src/prefs-box.vala
+++ b/src/prefs-box.vala
@@ -1,23 +1,22 @@
-/* -*- Mode: vala; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*-
-* prefs-box.vala
- *
- * Copyright © 2018 Jacob Humphrey
- *
- * This file is part of GNOME Four-in-a-row.
- *
- * GNOME Four-in-a-row 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 3 of the License, or
- * (at your option) any later version.
- *
- * GNOME Four-in-a-row 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.
- *
- * You should have received a copy of the GNU General Public License
- * along with GNOME Four-in-a-row. If not, see <http://www.gnu.org/licenses/>.
- */
+/* -*- Mode: vala; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
+/*
+   This file is part of GNOME Four-in-a-row.
+
+   Copyright © 2018 Jacob Humphrey
+
+   GNOME Four-in-a-row 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 3 of the License, or
+   (at your option) any later version.
+
+   GNOME Four-in-a-row 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.
+
+   You should have received a copy of the GNU General Public License along
+   with GNOME Four-in-a-row.  If not, see <https://www.gnu.org/licenses/>.
+*/
 
 using Gtk;
 
diff --git a/src/prefs.vala b/src/prefs.vala
index b0087a5..63b77bb 100644
--- a/src/prefs.vala
+++ b/src/prefs.vala
@@ -1,23 +1,22 @@
 /* -*- Mode: vala; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
-/* prefs.vala
- *
- * Copyright © 2018 Jacob Humphrey
- *
- * This file is part of GNOME Four-in-a-row.
- *
- * GNOME Four-in-a-row 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 3 of the License, or
- * (at your option) any later version.
- *
- * GNOME Four-in-a-row 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.
- *
- * You should have received a copy of the GNU General Public License
- * along with GNOME Four-in-a-row. If not, see <http://www.gnu.org/licenses/>.
- */
+/*
+   This file is part of GNOME Four-in-a-row.
+
+   Copyright © 2018 Jacob Humphrey
+
+   GNOME Four-in-a-row 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 3 of the License, or
+   (at your option) any later version.
+
+   GNOME Four-in-a-row 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.
+
+   You should have received a copy of the GNU General Public License along
+   with GNOME Four-in-a-row.  If not, see <https://www.gnu.org/licenses/>.
+*/
 
 private class Prefs : Object {
     private const int DEFAULT_THEME_ID = 0;
diff --git a/src/scorebox.vala b/src/scorebox.vala
index 07bf5de..2b18934 100644
--- a/src/scorebox.vala
+++ b/src/scorebox.vala
@@ -1,23 +1,22 @@
-/* -*- Mode: vala; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*-
- * scorebox.vala
- *
- * Copyright © 2018 Jacob Humphrey
- *
- * This file is part of GNOME Four-in-a-row.
- *
- * GNOME Four-in-a-row 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 3 of the License, or
- * (at your option) any later version.
- *
- * GNOME Four-in-a-row 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.
- *
- * You should have received a copy of the GNU General Public License
- * along with GNOME Four-in-a-row. If not, see <http://www.gnu.org/licenses/>.
- */
+/* -*- Mode: vala; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
+/*
+   This file is part of GNOME Four-in-a-row.
+
+   Copyright © 2018 Jacob Humphrey
+
+   GNOME Four-in-a-row 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 3 of the License, or
+   (at your option) any later version.
+
+   GNOME Four-in-a-row 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.
+
+   You should have received a copy of the GNU General Public License along
+   with GNOME Four-in-a-row.  If not, see <https://www.gnu.org/licenses/>.
+*/
 
 using Gtk;
 
diff --git a/src/test-ai.vala b/src/test-ai.vala
index 84c344f..1c3815b 100644
--- a/src/test-ai.vala
+++ b/src/test-ai.vala
@@ -1,23 +1,23 @@
-/* -*- Mode: vala; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*-
- *
- * Copyright © 2014 Michael Catanzaro
- * Copyright © 2014 Nikhar Agrawal
- *
- * This file is part of Four-in-a-row.
- *
- * Four-in-a-row 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 3 of the License, or
- * (at your option) any later version.
- *
- * Four-in-a-row 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.
- *
- * You should have received a copy of the GNU General Public License
- * along with Four-in-a-row.  If not, see <http://www.gnu.org/licenses/>.
- */
+/* -*- Mode: vala; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
+/*
+   This file is part of GNOME Four-in-a-row.
+
+   Copyright © 2014 Michael Catanzaro
+   Copyright © 2014 Nikhar Agrawal
+
+   GNOME Four-in-a-row 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 3 of the License, or
+   (at your option) any later version.
+
+   GNOME Four-in-a-row 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.
+
+   You should have received a copy of the GNU General Public License along
+   with GNOME Four-in-a-row.  If not, see <https://www.gnu.org/licenses/>.
+*/
 
 private const int NUMBER_GAMES = 5;
 private const int MAXIMUM_GAMES = 100;
diff --git a/src/theme.vala b/src/theme.vala
index e91b5be..3028d90 100644
--- a/src/theme.vala
+++ b/src/theme.vala
@@ -1,23 +1,22 @@
-/* -*- Mode: vala; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*-
- * theme.vala
- *
- * Copyright © 2018 Jacob Humphrey
- *
- * This file is part of GNOME Four-in-a-row.
- *
- * GNOME Four-in-a-row 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 3 of the License, or
- * (at your option) any later version.
- *
- * GNOME Four-in-a-row 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.
- *
- * You should have received a copy of the GNU General Public License
- * along with GNOME Four-in-a-row. If not, see <http://www.gnu.org/licenses/>.
- */
+/* -*- Mode: vala; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
+/*
+   This file is part of GNOME Four-in-a-row.
+
+   Copyright © 2018 Jacob Humphrey
+
+   GNOME Four-in-a-row 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 3 of the License, or
+   (at your option) any later version.
+
+   GNOME Four-in-a-row 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.
+
+   You should have received a copy of the GNU General Public License along
+   with GNOME Four-in-a-row.  If not, see <https://www.gnu.org/licenses/>.
+*/
 
 private struct Theme {
     public string title;
diff --git a/src/vapi/config.vapi b/src/vapi/config.vapi
index e9a89fa..684f110 100644
--- a/src/vapi/config.vapi
+++ b/src/vapi/config.vapi
@@ -1,3 +1,21 @@
+/* -*- Mode: vala; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
+/*
+   This file is part of GNOME Four-in-a-row.
+
+   GNOME Four-in-a-row 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 3 of the License, or
+   (at your option) any later version.
+
+   GNOME Four-in-a-row 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.
+
+   You should have received a copy of the GNU General Public License along
+   with GNOME Four-in-a-row.  If not, see <https://www.gnu.org/licenses/>.
+*/
+
 private const string GETTEXT_PACKAGE;
 private const string DATA_DIRECTORY;
 private const string VERSION;


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