[gnome-2048] Update licensing headers.



commit 0695502b163bbce19e3fd2e72416a0d87f2e2c71
Author: Arnaud Bonatti <arnaud bonatti gmail com>
Date:   Tue Oct 15 15:24:25 2019 +0200

    Update licensing headers.
    
    And remove Juan R. García Blanco
    from the doap. And other things.

 COPYING                                        |  8 +++---
 data/org.gnome.TwentyFortyEight.appdata.xml.in |  2 +-
 gnome-2048.doap                                | 15 +++++------
 src/application.vala                           | 37 +++++++++++++-------------
 src/config.vapi                                | 37 +++++++++++++-------------
 src/game-headerbar.vala                        | 37 +++++++++++++-------------
 src/game-window.vala                           | 37 +++++++++++++-------------
 src/game.vala                                  | 37 +++++++++++++-------------
 src/grid.vala                                  | 37 +++++++++++++-------------
 src/test-tw12ht.vala                           | 35 ++++++++++++------------
 src/view.vala                                  | 37 +++++++++++++-------------
 11 files changed, 162 insertions(+), 157 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/org.gnome.TwentyFortyEight.appdata.xml.in b/data/org.gnome.TwentyFortyEight.appdata.xml.in
index 42ec13d..4b3ef18 100644
--- a/data/org.gnome.TwentyFortyEight.appdata.xml.in
+++ b/data/org.gnome.TwentyFortyEight.appdata.xml.in
@@ -42,7 +42,7 @@
   <launchable type="desktop-id">org.gnome.TwentyFortyEight.desktop</launchable>
   <url type="homepage">https://wiki.gnome.org/Apps/2048</url>
   <url type="bugtracker">https://gitlab.gnome.org/GNOME/gnome-2048/issues</url>
-  <url type="donation">http://www.gnome.org/friends/</url>
+  <url type="donation">https://www.gnome.org/friends/</url>
   <url type="translate">https://wiki.gnome.org/TranslationProject</url>
   <update_contact>arnaud.bonatti_at_gmail.com</update_contact>
   <project_group>GNOME</project_group>
diff --git a/gnome-2048.doap b/gnome-2048.doap
index b4ba0f7..d19b0b9 100644
--- a/gnome-2048.doap
+++ b/gnome-2048.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-2048</name>
   <shortdesc xml:lang="en">Obtain the 2048 tile</shortdesc>
   <description xml:lang="en">Move the tiles until you obtain the 2048 tile</description>
+
   <homepage rdf:resource="https://wiki.gnome.org/Apps/2048"; />
-  <mailing-list rdf:resource="http://mail.gnome.org/mailman/listinfo/games-list"; />
-  <download-page rdf:resource="http://download.gnome.org/sources/gnome-2048/"; />
+  <mailing-list rdf:resource="https://mail.gnome.org/mailman/listinfo/games-list"; />
+  <download-page rdf:resource="https://download.gnome.org/sources/gnome-2048/"; />
   <bug-database rdf:resource="https://gitlab.gnome.org/GNOME/gnome-2048/issues"; />
   <category rdf:resource="http://api.gnome.org/doap-extensions#apps"; />
+
   <programming-language>Vala</programming-language>
 
   <maintainer>
@@ -21,11 +25,4 @@
       <gnome:userid>arnaudb</gnome:userid>
     </foaf:Person>
   </maintainer>
-  <maintainer>
-    <foaf:Person>
-      <foaf:name>Juan R. García Blanco</foaf:name>
-      <foaf:mbox rdf:resource="mailto:juanrgar gmail com" />
-      <gnome:userid>juanrgar</gnome:userid>
-    </foaf:Person>
-  </maintainer>
 </Project>
diff --git a/src/application.vala b/src/application.vala
index 03bf6f1..34ffe5d 100644
--- a/src/application.vala
+++ b/src/application.vala
@@ -1,21 +1,22 @@
-/* Copyright (C) 2014-2015 Juan R. García Blanco <juanrgar gmail com>
- * Copyright (C) 2016-2019 Arnaud Bonatti <arnaud bonatti gmail com>
- *
- * This file is part of GNOME 2048.
- *
- * GNOME 2048 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 2048 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 2048; if not, see <http://www.gnu.org/licenses/>.
- */
+/*
+   This file is part of GNOME 2048.
+
+   Copyright (C) 2014-2015 Juan R. García Blanco <juanrgar gmail com>
+   Copyright (C) 2016-2019 Arnaud Bonatti <arnaud bonatti gmail com>
+
+   GNOME 2048 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 2048 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 2048.  If not, see <https://www.gnu.org/licenses/>.
+*/
 
 using Gtk;
 
diff --git a/src/config.vapi b/src/config.vapi
index 9c5d7dc..e74b7c5 100644
--- a/src/config.vapi
+++ b/src/config.vapi
@@ -1,21 +1,22 @@
-/* Copyright (C) 2014-2015 Juan R. García Blanco <juanrgar gmail com>
- * Copyright (C) 2016 Arnaud Bonatti <arnaud bonatti gmail com>
- *
- * This file is part of GNOME 2048.
- *
- * GNOME 2048 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 2048 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 2048; if not, see <http://www.gnu.org/licenses/>.
- */
+/*
+   This file is part of GNOME 2048.
+
+   Copyright (C) 2014-2015 Juan R. García Blanco <juanrgar gmail com>
+   Copyright (C) 2016 Arnaud Bonatti <arnaud bonatti gmail com>
+
+   GNOME 2048 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 2048 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 2048.  If not, see <https://www.gnu.org/licenses/>.
+*/
 
 public const string VERSION;
 public const string GETTEXT_PACKAGE;
diff --git a/src/game-headerbar.vala b/src/game-headerbar.vala
index c0498af..6c3542c 100644
--- a/src/game-headerbar.vala
+++ b/src/game-headerbar.vala
@@ -1,21 +1,22 @@
-/* Copyright (C) 2014-2015 Juan R. García Blanco <juanrgar gmail com>
- * Copyright (C) 2016-2019 Arnaud Bonatti <arnaud bonatti gmail com>
- *
- * This file is part of GNOME 2048.
- *
- * GNOME 2048 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 2048 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 2048; if not, see <http://www.gnu.org/licenses/>.
- */
+/*
+   This file is part of GNOME 2048.
+
+   Copyright (C) 2014-2015 Juan R. García Blanco <juanrgar gmail com>
+   Copyright (C) 2016-2019 Arnaud Bonatti <arnaud bonatti gmail com>
+
+   GNOME 2048 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 2048 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 2048.  If not, see <https://www.gnu.org/licenses/>.
+*/
 
 using Gtk;
 
diff --git a/src/game-window.vala b/src/game-window.vala
index c8aef57..ad67239 100644
--- a/src/game-window.vala
+++ b/src/game-window.vala
@@ -1,21 +1,22 @@
-/* Copyright (C) 2014-2015 Juan R. García Blanco <juanrgar gmail com>
- * Copyright (C) 2016-2019 Arnaud Bonatti <arnaud bonatti gmail com>
- *
- * This file is part of GNOME 2048.
- *
- * GNOME 2048 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 2048 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 2048; if not, see <http://www.gnu.org/licenses/>.
- */
+/*
+   This file is part of GNOME 2048.
+
+   Copyright (C) 2014-2015 Juan R. García Blanco <juanrgar gmail com>
+   Copyright (C) 2016-2019 Arnaud Bonatti <arnaud bonatti gmail com>
+
+   GNOME 2048 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 2048 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 2048.  If not, see <https://www.gnu.org/licenses/>.
+*/
 
 using Games;
 using Gtk;
diff --git a/src/game.vala b/src/game.vala
index dc9a0ee..04766bb 100644
--- a/src/game.vala
+++ b/src/game.vala
@@ -1,21 +1,22 @@
-/* Copyright (C) 2014-2015 Juan R. García Blanco <juanrgar gmail com>
- * Copyright (C) 2016-2019 Arnaud Bonatti <arnaud bonatti gmail com>
- *
- * This file is part of GNOME 2048.
- *
- * GNOME 2048 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 2048 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 2048; if not, see <http://www.gnu.org/licenses/>.
- */
+/*
+   This file is part of GNOME 2048.
+
+   Copyright (C) 2014-2015 Juan R. García Blanco <juanrgar gmail com>
+   Copyright (C) 2016-2019 Arnaud Bonatti <arnaud bonatti gmail com>
+
+   GNOME 2048 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 2048 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 2048.  If not, see <https://www.gnu.org/licenses/>.
+*/
 
 private class Game : Object
 {
diff --git a/src/grid.vala b/src/grid.vala
index 2c65fff..2b43789 100644
--- a/src/grid.vala
+++ b/src/grid.vala
@@ -1,21 +1,22 @@
-/* Copyright (C) 2014-2015 Juan R. García Blanco <juanrgar gmail com>
- * Copyright (C) 2016-2019 Arnaud Bonatti <arnaud bonatti gmail com>
- *
- * This file is part of GNOME 2048.
- *
- * GNOME 2048 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 2048 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 2048; if not, see <http://www.gnu.org/licenses/>.
- */
+/*
+   This file is part of GNOME 2048.
+
+   Copyright (C) 2014-2015 Juan R. García Blanco <juanrgar gmail com>
+   Copyright (C) 2016-2019 Arnaud Bonatti <arnaud bonatti gmail com>
+
+   GNOME 2048 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 2048 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 2048.  If not, see <https://www.gnu.org/licenses/>.
+*/
 
 private class Grid : Object
 {
diff --git a/src/test-tw12ht.vala b/src/test-tw12ht.vala
index 348be9c..cd28156 100644
--- a/src/test-tw12ht.vala
+++ b/src/test-tw12ht.vala
@@ -1,20 +1,21 @@
-/* Copyright (C) 2019 Arnaud Bonatti <arnaud bonatti gmail com>
- *
- * This file is part of GNOME 2048.
- *
- * GNOME 2048 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 2048 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 2048; if not, see <http://www.gnu.org/licenses/>.
- */
+/*
+   This file is part of GNOME 2048.
+
+   Copyright (C) 2019 Arnaud Bonatti <arnaud bonatti gmail com>
+
+   GNOME 2048 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 2048 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 2048.  If not, see <https://www.gnu.org/licenses/>.
+*/
 
 private class TestTw12ht : Object
 {
diff --git a/src/view.vala b/src/view.vala
index b9ac261..9392cda 100644
--- a/src/view.vala
+++ b/src/view.vala
@@ -1,21 +1,22 @@
-/* Copyright (C) 2014-2015 Juan R. García Blanco <juanrgar gmail com>
- * Copyright (C) 2016-2019 Arnaud Bonatti <arnaud bonatti gmail com>
- *
- * This file is part of GNOME 2048.
- *
- * GNOME 2048 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 2048 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 2048; if not, see <http://www.gnu.org/licenses/>.
- */
+/*
+   This file is part of GNOME 2048.
+
+   Copyright (C) 2014-2015 Juan R. García Blanco <juanrgar gmail com>
+   Copyright (C) 2016-2019 Arnaud Bonatti <arnaud bonatti gmail com>
+
+   GNOME 2048 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 2048 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 2048.  If not, see <https://www.gnu.org/licenses/>.
+*/
 
 private class RoundedRectangle : Object
 {


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