[gnome-klotski] Update licensing headers.



commit e6587c92d78b5cdbb6122423264e9dbffb366e11
Author: Arnaud Bonatti <arnaud bonatti gmail com>
Date:   Tue Oct 15 14:57:29 2019 +0200

    Update licensing headers.

 COPYING                               |  8 ++++----
 data/gnome-klotski.6                  | 19 ++++++++++---------
 data/klotski.css                      | 21 +++++++++++++++++++++
 data/klotski.ui                       | 16 ++++++++++++++++
 data/org.gnome.Klotski.appdata.xml.in |  2 +-
 gnome-klotski.doap                    |  8 ++++++--
 src/config.vapi                       | 25 +++++++++++++++++--------
 src/gnome-klotski.vala                | 25 +++++++++++++++++--------
 src/klotski-window.vala               | 25 +++++++++++++++++--------
 src/puzzle-view.vala                  | 25 +++++++++++++++++--------
 src/puzzle.vala                       | 25 +++++++++++++++++--------
 11 files changed, 143 insertions(+), 56 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/data/gnome-klotski.6 b/data/gnome-klotski.6
index dd5197a..12d20db 100644
--- a/data/gnome-klotski.6
+++ b/data/gnome-klotski.6
@@ -1,18 +1,19 @@
+.\"
 .\" Copyright (C) 2007 Sven Arvidsson <sa whiz se>
 .\"
-.\" 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 Klotski 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.
 .\"
-.\" This is distributed in the hope that it will be useful, but
-.\" WITHOUT ANY WARRANTY; without even the implied warranty of
+.\" GNOME Klotski 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 GNOME Klotski.  If not, see <https://www.gnu.org/licenses/>.
+.\"
 .TH gnome-klotski 6 "2007\-06\-09" "GNOME"
 .SH NAME
 Klotski \- Sliding block puzzles game for GNOME
diff --git a/data/klotski.css b/data/klotski.css
index eedd2f7..7499d20 100644
--- a/data/klotski.css
+++ b/data/klotski.css
@@ -1,3 +1,20 @@
+/*
+   This file is part of GNOME Klotski.
+
+   GNOME Klotski 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 Klotski 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 Klotski.  If not, see <https://www.gnu.org/licenses/>.
+*/
+
 popover#puzzles-popover {
   padding: 10px;
 }
@@ -46,3 +63,7 @@ treeview.toggle-like-pixbuf check:checked {
 button.flat:disabled {
   color: @theme_unfocused_bg_color;
 }
+
+/*\
+* * the end
+\*/
diff --git a/data/klotski.ui b/data/klotski.ui
index 58c0908..38aab2d 100644
--- a/data/klotski.ui
+++ b/data/klotski.ui
@@ -1,4 +1,20 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+   This file is part of GNOME Klotski.
+
+   GNOME Klotski 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 Klotski 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 Klotski.  If not, see <https://www.gnu.org/licenses/>.
+-->
 <interface>
   <requires lib="gtk+" version="3.12"/>
   <menu id="app-menu">
diff --git a/data/org.gnome.Klotski.appdata.xml.in b/data/org.gnome.Klotski.appdata.xml.in
index faec1c4..5fed360 100644
--- a/data/org.gnome.Klotski.appdata.xml.in
+++ b/data/org.gnome.Klotski.appdata.xml.in
@@ -38,7 +38,7 @@
   <launchable type="desktop-id">org.gnome.Klotski.desktop</launchable>
   <translation type="gettext">gnome-klotski</translation>
   <url type="bugtracker">https://gitlab.gnome.org/GNOME/gnome-klotski/issues/</url>
-  <url type="donation">http://www.gnome.org/friends/</url>
+  <url type="donation">https://www.gnome.org/friends/</url>
   <url type="help">https://help.gnome.org/users/gnome-klotski/stable/</url>
   <url type="translate">https://wiki.gnome.org/TranslationProject</url>
   <developer_name>The GNOME Project</developer_name>
diff --git a/gnome-klotski.doap b/gnome-klotski.doap
index d719e13..b7d2114 100644
--- a/gnome-klotski.doap
+++ b/gnome-klotski.doap
@@ -1,3 +1,5 @@
+<?xml version="1.0" encoding="utf-8"?>
+
 <Project xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#";
          xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#";
          xmlns:foaf="http://xmlns.com/foaf/0.1/";
@@ -7,11 +9,13 @@
   <name xml:lang="en">gnome-klotski</name>
   <shortdesc xml:lang="en">Slide blocks to solve the puzzle</shortdesc>
   <description xml:lang="en">Slide blocks to solve the puzzle</description>
+
   <homepage rdf:resource="https://wiki.gnome.org/Apps/Klotski"; />
-  <mailing-list rdf:resource="http://mail.gnome.org/mailman/listinfo/games-list"; />
-  <download-page rdf:resource="http://download.gnome.org/sources/gnome-klotski/"; />
+  <mailing-list rdf:resource="https://mail.gnome.org/mailman/listinfo/games-list"; />
+  <download-page rdf:resource="https://download.gnome.org/sources/gnome-klotski/"; />
   <bug-database rdf:resource="https://gitlab.gnome.org/GNOME/gnome-klotski/issues/"; />
   <category rdf:resource="http://api.gnome.org/doap-extensions#apps"; />
+
   <programming-language>Vala</programming-language>
 
   <maintainer>
diff --git a/src/config.vapi b/src/config.vapi
index 4368cba..11b8ea9 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 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.
- */
+   This file is part of GNOME Klotski.
+
+   Copyright (C) 2010-2013 Robert Ancell
+
+   GNOME Klotski 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 Klotski 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 Klotski.  If not, see <https://www.gnu.org/licenses/>.
+*/
 
 public const string VERSION;
 public const string GETTEXT_PACKAGE;
diff --git a/src/gnome-klotski.vala b/src/gnome-klotski.vala
index ae589ec..99dda2d 100644
--- a/src/gnome-klotski.vala
+++ b/src/gnome-klotski.vala
@@ -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 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.
- */
+   This file is part of GNOME Klotski.
+
+   Copyright (C) 2010-2013 Robert Ancell
+
+   GNOME Klotski 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 Klotski 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 Klotski.  If not, see <https://www.gnu.org/licenses/>.
+*/
 
 using Gtk;
 
diff --git a/src/klotski-window.vala b/src/klotski-window.vala
index 582834d..415bca2 100644
--- a/src/klotski-window.vala
+++ b/src/klotski-window.vala
@@ -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 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.
- */
+   This file is part of GNOME Klotski.
+
+   Copyright (C) 2010-2013 Robert Ancell
+
+   GNOME Klotski 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 Klotski 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 Klotski.  If not, see <https://www.gnu.org/licenses/>.
+*/
 
 using Gtk;
 
diff --git a/src/puzzle-view.vala b/src/puzzle-view.vala
index 7d3dc6c..3cc922f 100644
--- a/src/puzzle-view.vala
+++ b/src/puzzle-view.vala
@@ -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 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.
- */
+   This file is part of GNOME Klotski.
+
+   Copyright (C) 2010-2013 Robert Ancell
+
+   GNOME Klotski 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 Klotski 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 Klotski.  If not, see <https://www.gnu.org/licenses/>.
+*/
 
 public class PuzzleView : Gtk.DrawingArea
 {
diff --git a/src/puzzle.vala b/src/puzzle.vala
index 7812fd8..344ca72 100644
--- a/src/puzzle.vala
+++ b/src/puzzle.vala
@@ -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 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.
- */
+   This file is part of GNOME Klotski.
+
+   Copyright (C) 2010-2013 Robert Ancell
+
+   GNOME Klotski 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 Klotski 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 Klotski.  If not, see <https://www.gnu.org/licenses/>.
+*/
 
 /*
   1   2   4


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