[gnome-robots] update licenses



commit 332bc1c24a0fb4081c74a64c0cc0fcb1663413c2
Author: Andrey Kutejko <andy128k gmail com>
Date:   Sun Aug 30 11:46:56 2020 +0200

    update licenses

 src/arena.vala             | 37 ++++++++++++++++++-------------------
 src/config.vapi            | 19 +++++++++++++++++++
 src/controls.vala          | 17 ++++++++++++++---
 src/cursors.vala           |  4 +---
 src/file-list.vala         | 35 ++++++++++++++++++-----------------
 src/find-file.vala         | 37 ++++++++++++++++++-------------------
 src/game-config.vala       |  2 ++
 src/graphics.vala          |  3 +--
 src/image-suffix-list.vala | 34 ++++++++++++++++++----------------
 src/preimage.vala          | 36 +++++++++++++++++-------------------
 src/properties.vala        |  3 +--
 src/robots.vala            |  8 +++-----
 src/sound.vala             |  3 +--
 13 files changed, 131 insertions(+), 107 deletions(-)
---
diff --git a/src/arena.vala b/src/arena.vala
index de257b4..3f978c3 100644
--- a/src/arena.vala
+++ b/src/arena.vala
@@ -1,22 +1,21 @@
-/* arenta.vala:
-
-   Copyright 2020 Andrey Kutejko
-
-   This library is free software; you can redistribute it and'or modify
-   it under the terms of the GNU Library General Public License as published
-   by the Free Software Foundation; either version 3, or (at your option)
-   any later version.
-
-   This library 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 Library General Public License for more details.
-
-   You should have received a copy of the GNU Library General Public License
-   along with this library; if not, see <http://www.gnu.org/licenses/>.
-
-   Authors:   Andrey Kutejko <andy128k gmail com>
-*/
+/*
+ * Copyright 2020 Andrey Kutejko <andy128k gmail com>
+ *
+ * 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.
+ *
+ * This program 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, see <http://www.gnu.org/licenses/>.
+ *
+ * For more details see the file COPYING.
+ */
 
 public enum ObjectType {
     PLAYER = 0,
diff --git a/src/config.vapi b/src/config.vapi
index b9f8304..6c2cbeb 100644
--- a/src/config.vapi
+++ b/src/config.vapi
@@ -1,3 +1,22 @@
+/*
+ * Copyright 2020 Andrey Kutejko <andy128k gmail com>
+ *
+ * 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.
+ *
+ * This program 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, see <http://www.gnu.org/licenses/>.
+ *
+ * For more details see the file COPYING.
+ */
+
 public const string GETTEXT_PACKAGE;
 public const string LOCALEDIR;
 public const string PACKAGE;
diff --git a/src/controls.vala b/src/controls.vala
index afb8888..a428051 100644
--- a/src/controls.vala
+++ b/src/controls.vala
@@ -1,9 +1,20 @@
 /*
- * controls.vala: keyboard controls utility functions.
+ * Copyright 2020 Andrey Kutejko <andy128k gmail com>
  *
- * Copyright © 2004 Paolo Borelli
- * Copyright © 2007, 2009 Christian Persch
+ * 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.
  *
+ * This program 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, see <http://www.gnu.org/licenses/>.
+ *
+ * For more details see the file COPYING.
  */
 
 using Gtk;
diff --git a/src/cursors.vala b/src/cursors.vala
index dd55170..e039856 100644
--- a/src/cursors.vala
+++ b/src/cursors.vala
@@ -1,7 +1,5 @@
 /*
- * Gnome Robots II - Cursor definitions.
- *
- * Copyright 2004 by Callum McKenzie.
+ * Copyright 2020 Andrey Kutejko <andy128k gmail com>
  *
  * 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
diff --git a/src/file-list.vala b/src/file-list.vala
index 6bdd5e0..e22d0c3 100644
--- a/src/file-list.vala
+++ b/src/file-list.vala
@@ -1,20 +1,21 @@
-/* games-file-list.vala:
-   Copyright 2003 Callum McKenzie
-
-   This library is free software; you can redistribute it and'or modify
-   it under the terms of the GNU Library General Public License as published
-   by the Free Software Foundation; either version 3, or (at your option)
-   any later version.
-
-   This library 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 Library General Public License for more details.
-
-   You should have received a copy of the GNU Library General Public License
-   along with this library; if not, see <http://www.gnu.org/licenses/>.  */
-
-/* Authors:   Callum McKenzie <callum physics otago ac nz> */
+/*
+ * Copyright 2020 Andrey Kutejko <andy128k gmail com>
+ *
+ * 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.
+ *
+ * This program 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, see <http://www.gnu.org/licenses/>.
+ *
+ * For more details see the file COPYING.
+ */
 
 using Gtk;
 using Gee;
diff --git a/src/find-file.vala b/src/find-file.vala
index 53adfae..c8d5d28 100644
--- a/src/find-file.vala
+++ b/src/find-file.vala
@@ -1,22 +1,21 @@
-/* find-file.vala:
-
-   Copyright 2006 Callum McKenzie
-
-   This library is free software; you can redistribute it and'or modify
-   it under the terms of the GNU Library General Public License as published
-   by the Free Software Foundation; either version 3, or (at your option)
-   any later version.
-
-   This library 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 Library General Public License for more details.
-
-   You should have received a copy of the GNU Library General Public License
-   along with this library; if not, see <http://www.gnu.org/licenses/>.
-
-   Authors:   Callum McKenzie <callum spooky-possum org>
-*/
+/*
+ * Copyright 2020 Andrey Kutejko <andy128k gmail com>
+ *
+ * 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.
+ *
+ * This program 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, see <http://www.gnu.org/licenses/>.
+ *
+ * For more details see the file COPYING.
+ */
 
 string make_canonical_name (string name) {
     /* Strip the path. */
diff --git a/src/game-config.vala b/src/game-config.vala
index b85f49b..0cfb65a 100644
--- a/src/game-config.vala
+++ b/src/game-config.vala
@@ -1,4 +1,6 @@
 /*
+ * Copyright 2020 Andrey Kutejko <andy128k gmail com>
+ *
  * 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
diff --git a/src/graphics.vala b/src/graphics.vala
index 1f95f8c..9b59cab 100644
--- a/src/graphics.vala
+++ b/src/graphics.vala
@@ -1,6 +1,5 @@
 /*
- * Gnome Robots II
- * written by Mark Rae <m rae inpharmatica co uk>
+ * Copyright 2020 Andrey Kutejko <andy128k gmail com>
  *
  * 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
diff --git a/src/image-suffix-list.vala b/src/image-suffix-list.vala
index b6b22cb..773fcb9 100644
--- a/src/image-suffix-list.vala
+++ b/src/image-suffix-list.vala
@@ -1,19 +1,21 @@
-/* -*- Mode: vala; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
-/* image-suffix-list.vala
-    Copyright © 2020 Andrii Kuteiko
-
-    This library is free software; you can redistribute it and'or modify
-    it under the terms of the GNU Library General Public License as published
-    by the Free Software Foundation; either version 3, or (at your option)
-    any later version.
-
-    This library 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 Library General Public License for more details.
-
-    You should have received a copy of the GNU Library General Public License
-    along with this library; if not, see <http://www.gnu.org/licenses/>.  */
+/*
+ * Copyright 2020 Andrey Kutejko <andy128k gmail com>
+ *
+ * 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.
+ *
+ * This program 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, see <http://www.gnu.org/licenses/>.
+ *
+ * For more details see the file COPYING.
+ */
 
 using Gee;
 using Gdk;
diff --git a/src/preimage.vala b/src/preimage.vala
index e905473..554c734 100644
--- a/src/preimage.vala
+++ b/src/preimage.vala
@@ -1,23 +1,21 @@
 /*
-  Copyright © 2004 Richard Hoelscher
-  Copyright © 2007 Christian Persch
-
-  This library is free software; you can redistribute it and'or modify
-  it under the terms of the GNU Library General Public License as published
-  by the Free Software Foundation; either version 3, or (at your option)
-  any later version.
-
-  This library 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 Library General Public License for more details.
-
-  You should have received a copy of the GNU Library General Public License
-  along with this library; if not, see <http://www.gnu.org/licenses/>.  */
-
-/* Authors:   Richard Hoelscher <rah rahga com> */
-
-/* Cache raster and vector images and render them to a specific size. */
+ * Copyright 2020 Andrey Kutejko <andy128k gmail com>
+ *
+ * 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.
+ *
+ * This program 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, see <http://www.gnu.org/licenses/>.
+ *
+ * For more details see the file COPYING.
+ */
 
 using Cairo;
 using Gdk;
diff --git a/src/properties.vala b/src/properties.vala
index 2cd188f..e3673bb 100644
--- a/src/properties.vala
+++ b/src/properties.vala
@@ -1,6 +1,5 @@
 /*
- * Gnome Robots II
- * written by Mark Rae <m rae inpharmatica co uk>
+ * Copyright 2020 Andrey Kutejko <andy128k gmail com>
  *
  * 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
diff --git a/src/robots.vala b/src/robots.vala
index deacdcb..3798934 100644
--- a/src/robots.vala
+++ b/src/robots.vala
@@ -1,10 +1,9 @@
 /*
- * Gnome Robots II
- * written by Mark Rae <m rae inpharmatica co uk>
+ * Copyright 2020 Andrey Kutejko <andy128k gmail com>
  *
  * 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
+ * the Free Software Foundation; either version 3 of the License, or
  * (at your option) any later version.
  *
  * This program is distributed in the hope that it will be useful,
@@ -13,8 +12,7 @@
  * 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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
  *
  * For more details see the file COPYING.
  */
diff --git a/src/sound.vala b/src/sound.vala
index d4586b0..49b1960 100644
--- a/src/sound.vala
+++ b/src/sound.vala
@@ -1,6 +1,5 @@
 /*
- * Gnome Robots II
- * written by Mark Rae <m rae inpharmatica co uk>
+ * Copyright 2020 Andrey Kutejko <andy128k gmail com>
  *
  * 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


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