[gnome-tetravex] Update licensing headers.



commit cc560b77e92f9a9f74688b8410c2d023d5b2fba9
Author: Arnaud Bonatti <arnaud bonatti gmail com>
Date:   Mon Oct 14 19:05:00 2019 +0200

    Update licensing headers.
    
    Notably.

 data/gnome-tetravex.6      | 27 ++++++++++++++++-----------
 gnome-tetravex.doap        |  4 +++-
 src/app-menu.ui            | 17 +++++++++++++++++
 src/config.vapi            | 25 +++++++++++++++++--------
 src/gnome-tetravex.ui      | 17 ++++++++++++++++-
 src/gnome-tetravex.vala    | 28 +++++++++++++++++++---------
 src/help-overlay.ui        | 18 ++++++++++++++++++
 src/history.vala           | 28 +++++++++++++++++++---------
 src/puzzle-view.vala       | 28 +++++++++++++++++++---------
 src/puzzle.vala            | 28 +++++++++++++++++++---------
 src/score-dialog.vala      | 28 +++++++++++++++++++---------
 src/score-overlay-entry.ui | 18 ++++++++++++++++++
 src/score-overlay.ui       | 18 ++++++++++++++++++
 src/score-overlay.vala     | 27 ++++++++++++++++++---------
 src/tetravex.css           | 25 +++++++++++++++++--------
 src/theme-extrusion.vala   | 27 ++++++++++++++++++---------
 src/theme-neoretro.vala    | 27 ++++++++++++++++++---------
 src/theme-nostalgia.vala   | 28 +++++++++++++++++++---------
 src/theme-synesthesia.vala | 27 ++++++++++++++++++---------
 19 files changed, 326 insertions(+), 119 deletions(-)
---
diff --git a/data/gnome-tetravex.6 b/data/gnome-tetravex.6
index 629b911..bf12d36 100644
--- a/data/gnome-tetravex.6
+++ b/data/gnome-tetravex.6
@@ -1,18 +1,20 @@
+.\"
 .\" Copyright (C) 2007 Sven Arvidsson <sa whiz se>
+.\" Copyright (C) 2019 Arnaud Bonatti <arnaud bonatti gmail com>
 .\"
-.\" 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,
-.\" or (at your option) any later version.
+.\" GNOME Tetravex 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.
 .\"
-.\" This is distributed in the hope that it will be useful, but
-.\" WITHOUT ANY WARRANTY; without even the implied warranty of
+.\" GNOME Tetravex 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 this program; if not, write to the Free Software Foundation, Inc.,
-.\"51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+.\" You should have received a copy of the GNU General Public License along
+.\" with this GNOME Tetravex.  If not, see <https://www.gnu.org/licenses/>.
+.\"
 .TH gnome-tetravex 6 "2007\-06\-09" "GNOME"
 .SH NAME
 Tetravex \- A simple puzzle game for GNOME
@@ -25,14 +27,17 @@ that the same numbers are touching each other. Your game is timed,
 these times are stored in a system-wide scoreboard.
 .SH OPTIONS
 .TP
-.B \-v, \-\-version
-Print release version and exit
+.B \-c, \-\-colors=NUMBER
+Set number of colors (2-10)
 .TP
 .B \-p, \-\-paused
 Start the game paused
 .TP
 .B \-s, \-\-size=SIZE
 Set size of board (2-6)
+.TP
+.B \-v, \-\-version
+Print release version and exit
 .P
 This program also accepts the standard GNOME and GTK options.
 .SH AUTHORS
diff --git a/gnome-tetravex.doap b/gnome-tetravex.doap
index 484e769..0f813ce 100644
--- a/gnome-tetravex.doap
+++ b/gnome-tetravex.doap
@@ -7,11 +7,13 @@
   <name xml:lang="en">gnome-tetravex</name>
   <shortdesc xml:lang="en">Complete the puzzle by matching numbered tiles</shortdesc>
   <description xml:lang="en">Complete the puzzle by matching numbered tiles</description>
+
   <homepage rdf:resource="https://wiki.gnome.org/Apps/Tetravex"; />
-  <mailing-list rdf:resource="http://mail.gnome.org/mailman/listinfo/games-list"; />
+  <mailing-list rdf:resource="https://mail.gnome.org/mailman/listinfo/games-list"; />
   <download-page rdf:resource="http://download.gnome.org/sources/gnome-tetravex/"; />
   <bug-database rdf:resource="https://gitlab.gnome.org/GNOME/gnome-tetravex/issues/"; />
   <category rdf:resource="http://api.gnome.org/doap-extensions#apps"; />
+
   <programming-language>Vala</programming-language>
 
   <maintainer>
diff --git a/src/app-menu.ui b/src/app-menu.ui
index 1d4cd3a..e655f7c 100644
--- a/src/app-menu.ui
+++ b/src/app-menu.ui
@@ -1,3 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+   This file is part of GNOME Tetravex.
+
+   GNOME Tetravex 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.
+
+   GNOME Tetravex 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 this GNOME Tetravex.  If not, see <https://www.gnu.org/licenses/>.
+-->
 <interface>
   <menu id="app-menu">
     <section>
diff --git a/src/config.vapi b/src/config.vapi
index 7a411cc..da3edf1 100644
--- a/src/config.vapi
+++ b/src/config.vapi
@@ -1,12 +1,21 @@
 /*
- * Copyright (C) 2010-2013 Robert Ancell
- *
- * 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
- * version. See http://www.gnu.org/copyleft/gpl.html the full text of the
- * license.
- */
+   This file is part of GNOME Tetravex.
+
+   Copyright (C) 2010-2013 Robert Ancell
+
+   GNOME Tetravex 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.
+
+   GNOME Tetravex 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 this GNOME Tetravex.  If not, see <https://www.gnu.org/licenses/>.
+*/
 
 public const string VERSION;
 public const string GETTEXT_PACKAGE;
diff --git a/src/gnome-tetravex.ui b/src/gnome-tetravex.ui
index b74cf5b..64aa932 100644
--- a/src/gnome-tetravex.ui
+++ b/src/gnome-tetravex.ui
@@ -1,5 +1,20 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- Generated with glade 3.16.0 on Thu Oct 10 00:37:10 2013 -->
+<!--
+   This file is part of GNOME Tetravex.
+
+   GNOME Tetravex 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.
+
+   GNOME Tetravex 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 this GNOME Tetravex.  If not, see <https://www.gnu.org/licenses/>.
+-->
 <interface>
   <!-- interface-requires gtk+ 3.10 -->
   <object class="GtkApplicationWindow" id="gnome-tetravex-window">
diff --git a/src/gnome-tetravex.vala b/src/gnome-tetravex.vala
index b1b2b6d..03819ef 100644
--- a/src/gnome-tetravex.vala
+++ b/src/gnome-tetravex.vala
@@ -1,13 +1,23 @@
 /* -*- Mode: vala; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*-
- *
- * Copyright (C) 2010-2013 Robert Ancell
- *
- * 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
- * version. See http://www.gnu.org/copyleft/gpl.html the full text of the
- * license.
- */
+
+   This file is part of GNOME Tetravex.
+
+   Copyright (C) 2010-2013 Robert Ancell
+   Copyright (C) 2019 Arnaud Bonatti
+
+   GNOME Tetravex 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.
+
+   GNOME Tetravex 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 this GNOME Tetravex.  If not, see <https://www.gnu.org/licenses/>.
+*/
 
 using Gtk;
 
diff --git a/src/help-overlay.ui b/src/help-overlay.ui
index 26f2722..ed6036c 100644
--- a/src/help-overlay.ui
+++ b/src/help-overlay.ui
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+   This file is part of GNOME Tetravex.
+
+   Copyright (C) 2019 Arnaud Bonatti
+
+   GNOME Tetravex 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.
+
+   GNOME Tetravex 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 this GNOME Tetravex.  If not, see <https://www.gnu.org/licenses/>.
+-->
 <interface>
   <!-- interface-requires gtk+ 3.17 -->
   <object class="GtkShortcutsWindow" id="help_overlay">
diff --git a/src/history.vala b/src/history.vala
index 80c810d..ca95b97 100644
--- a/src/history.vala
+++ b/src/history.vala
@@ -1,13 +1,23 @@
 /* -*- Mode: vala; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*-
- *
- * Copyright (C) 2010-2013 Robert Ancell
- *
- * 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
- * version. See http://www.gnu.org/copyleft/gpl.html the full text of the
- * license.
- */
+
+   This file is part of GNOME Tetravex.
+
+   Copyright (C) 2010-2013 Robert Ancell
+   Copyright (C) 2019 Arnaud Bonatti
+
+   GNOME Tetravex 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.
+
+   GNOME Tetravex 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 this GNOME Tetravex.  If not, see <https://www.gnu.org/licenses/>.
+*/
 
 private class History : Object
 {
diff --git a/src/puzzle-view.vala b/src/puzzle-view.vala
index 1e08365..902b9d0 100644
--- a/src/puzzle-view.vala
+++ b/src/puzzle-view.vala
@@ -1,13 +1,23 @@
 /* -*- Mode: vala; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*-
- *
- * Copyright (C) 2010-2013 Robert Ancell
- *
- * 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
- * version. See http://www.gnu.org/copyleft/gpl.html the full text of the
- * license.
- */
+
+   This file is part of GNOME Tetravex.
+
+   Copyright (C) 2010-2013 Robert Ancell
+   Copyright (C) 2019 Arnaud Bonatti
+
+   GNOME Tetravex 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.
+
+   GNOME Tetravex 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 this GNOME Tetravex.  If not, see <https://www.gnu.org/licenses/>.
+*/
 
 private abstract class Theme : Object
 {
diff --git a/src/puzzle.vala b/src/puzzle.vala
index b3987c1..1b6ba1e 100644
--- a/src/puzzle.vala
+++ b/src/puzzle.vala
@@ -1,13 +1,23 @@
 /* -*- Mode: vala; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*-
- *
- * Copyright (C) 2010-2013 Robert Ancell
- *
- * 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
- * version. See http://www.gnu.org/copyleft/gpl.html the full text of the
- * license.
- */
+
+   This file is part of GNOME Tetravex.
+
+   Copyright (C) 2010-2013 Robert Ancell
+   Copyright (C) 2019 Arnaud Bonatti
+
+   GNOME Tetravex 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.
+
+   GNOME Tetravex 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 this GNOME Tetravex.  If not, see <https://www.gnu.org/licenses/>.
+*/
 
 private class Tile : Object
 {
diff --git a/src/score-dialog.vala b/src/score-dialog.vala
index e36093a..f5a9bd7 100644
--- a/src/score-dialog.vala
+++ b/src/score-dialog.vala
@@ -1,13 +1,23 @@
 /* -*- Mode: vala; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*-
- *
- * Copyright (C) 2010-2013 Robert Ancell
- *
- * 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
- * version. See http://www.gnu.org/copyleft/gpl.html the full text of the
- * license.
- */
+
+   This file is part of GNOME Tetravex.
+
+   Copyright (C) 2010-2013 Robert Ancell
+   Copyright (C) 2019 Arnaud Bonatti
+
+   GNOME Tetravex 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.
+
+   GNOME Tetravex 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 this GNOME Tetravex.  If not, see <https://www.gnu.org/licenses/>.
+*/
 
 using Gtk;
 
diff --git a/src/score-overlay-entry.ui b/src/score-overlay-entry.ui
index 780e5ee..60be19d 100644
--- a/src/score-overlay-entry.ui
+++ b/src/score-overlay-entry.ui
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+   This file is part of GNOME Tetravex.
+
+   Copyright (C) 2019 Arnaud Bonatti
+
+   GNOME Tetravex 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.
+
+   GNOME Tetravex 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 this GNOME Tetravex.  If not, see <https://www.gnu.org/licenses/>.
+-->
 <interface>
   <requires lib="gtk+" version="3.12"/>
   <template class="ScoreOverlayEntry" parent="GtkGrid">
diff --git a/src/score-overlay.ui b/src/score-overlay.ui
index 72bd54b..d7140d1 100644
--- a/src/score-overlay.ui
+++ b/src/score-overlay.ui
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+   This file is part of GNOME Tetravex.
+
+   Copyright (C) 2019 Arnaud Bonatti
+
+   GNOME Tetravex 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.
+
+   GNOME Tetravex 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 this GNOME Tetravex.  If not, see <https://www.gnu.org/licenses/>.
+-->
 <interface>
   <requires lib="gtk+" version="3.12"/>
   <template class="ScoreOverlay" parent="GtkGrid">
diff --git a/src/score-overlay.vala b/src/score-overlay.vala
index 398b406..94c0ef4 100644
--- a/src/score-overlay.vala
+++ b/src/score-overlay.vala
@@ -1,13 +1,22 @@
 /* -*- Mode: vala; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*-
- *
- * Copyright (C) 2019 Arnaud Bonatti
- *
- * 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
- * version. See http://www.gnu.org/copyleft/gpl.html the full text of the
- * license.
- */
+
+   This file is part of GNOME Tetravex.
+
+   Copyright (C) 2019 Arnaud Bonatti
+
+   GNOME Tetravex 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.
+
+   GNOME Tetravex 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 this GNOME Tetravex.  If not, see <https://www.gnu.org/licenses/>.
+*/
 
 using Gtk;
 
diff --git a/src/tetravex.css b/src/tetravex.css
index 74b58a3..97f6087 100644
--- a/src/tetravex.css
+++ b/src/tetravex.css
@@ -1,12 +1,21 @@
 /*
- * Copyright (C) 2019 Arnaud Bonatti
- *
- * 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
- * version. See http://www.gnu.org/copyleft/gpl.html the full text of the
- * license.
- */
+   This file is part of GNOME Tetravex.
+
+   Copyright (C) 2019 Arnaud Bonatti
+
+   GNOME Tetravex 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.
+
+   GNOME Tetravex 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 this GNOME Tetravex.  If not, see <https://www.gnu.org/licenses/>.
+*/
 
               .score-title {
   font-weight:bolder;
diff --git a/src/theme-extrusion.vala b/src/theme-extrusion.vala
index 8802dda..e06b4ad 100644
--- a/src/theme-extrusion.vala
+++ b/src/theme-extrusion.vala
@@ -1,13 +1,22 @@
 /* -*- Mode: vala; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*-
- *
- * Copyright (C) 2019 Arnaud Bonatti, with guidance from Jakub Steiner
- *
- * 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
- * version. See http://www.gnu.org/copyleft/gpl.html the full text of the
- * license.
- */
+
+   This file is part of GNOME Tetravex.
+
+   Copyright (C) 2019 Arnaud Bonatti, with guidance from Jakub Steiner
+
+   GNOME Tetravex 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.
+
+   GNOME Tetravex 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 this GNOME Tetravex.  If not, see <https://www.gnu.org/licenses/>.
+*/
 
 private class ExtrusionTheme : Theme
 {
diff --git a/src/theme-neoretro.vala b/src/theme-neoretro.vala
index 07fa149..6f5a1ae 100644
--- a/src/theme-neoretro.vala
+++ b/src/theme-neoretro.vala
@@ -1,13 +1,22 @@
 /* -*- Mode: vala; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*-
- *
- * Copyright (C) 2019 Arnaud Bonatti
- *
- * 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
- * version. See http://www.gnu.org/copyleft/gpl.html the full text of the
- * license.
- */
+
+   This file is part of GNOME Tetravex.
+
+   Copyright (C) 2019 Arnaud Bonatti
+
+   GNOME Tetravex 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.
+
+   GNOME Tetravex 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 this GNOME Tetravex.  If not, see <https://www.gnu.org/licenses/>.
+*/
 
 private class NeoRetroTheme : Theme
 {
diff --git a/src/theme-nostalgia.vala b/src/theme-nostalgia.vala
index 86bcbf0..d3f37e0 100644
--- a/src/theme-nostalgia.vala
+++ b/src/theme-nostalgia.vala
@@ -1,13 +1,23 @@
 /* -*- Mode: vala; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*-
- *
- * Copyright (C) 2010-2013 Robert Ancell
- *
- * 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
- * version. See http://www.gnu.org/copyleft/gpl.html the full text of the
- * license.
- */
+
+   This file is part of GNOME Tetravex.
+
+   Copyright (C) 2010-2013 Robert Ancell
+   Copyright (C) 2019 Arnaud Bonatti
+
+   GNOME Tetravex 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.
+
+   GNOME Tetravex 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 this GNOME Tetravex.  If not, see <https://www.gnu.org/licenses/>.
+*/
 
 private class NostalgiaTheme : Theme
 {
diff --git a/src/theme-synesthesia.vala b/src/theme-synesthesia.vala
index f9cfc91..74eecb4 100644
--- a/src/theme-synesthesia.vala
+++ b/src/theme-synesthesia.vala
@@ -1,13 +1,22 @@
 /* -*- Mode: vala; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*-
- *
- * Copyright (C) 2019 Arnaud Bonatti
- *
- * 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
- * version. See http://www.gnu.org/copyleft/gpl.html the full text of the
- * license.
- */
+
+   This file is part of GNOME Tetravex.
+
+   Copyright (C) 2019 Arnaud Bonatti
+
+   GNOME Tetravex 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.
+
+   GNOME Tetravex 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 this GNOME Tetravex.  If not, see <https://www.gnu.org/licenses/>.
+*/
 
 private class SynesthesiaTheme : Theme
 {


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