[gnome-nibbles/wip/vala: 30/64] Add email and update authors



commit 47354da0fa67aff8c3d6b6fd182e5892b1cb6c04
Author: Iulian Radu <iulian radu67 gmail com>
Date:   Wed Jul 1 00:41:31 2015 +0300

    Add email and update authors

 src/gnome-nibbles.vala |    2 +-
 src/nibbles-game.vala  |    5 ++++-
 src/nibbles-view.vala  |    3 +--
 src/worm.vala          |    6 ++++--
 4 files changed, 10 insertions(+), 6 deletions(-)
---
diff --git a/src/gnome-nibbles.vala b/src/gnome-nibbles.vala
index 1c194cf..6cfe303 100644
--- a/src/gnome-nibbles.vala
+++ b/src/gnome-nibbles.vala
@@ -1,6 +1,6 @@
 /* -*- Mode: vala; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*-
  * Gnome Nibbles: Gnome Worm Game
- * Copyright (C) 2015 Iulian-Gabriel Radu
+ * Copyright (C) 2015 Iulian-Gabriel Radu <iulian radu67 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/nibbles-game.vala b/src/nibbles-game.vala
index 8601ec7..1232dca 100644
--- a/src/nibbles-game.vala
+++ b/src/nibbles-game.vala
@@ -1,6 +1,6 @@
 /* -*- Mode: vala; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*-
  * Gnome Nibbles: Gnome Worm Game
- * Copyright (C) 2015 Iulian-Gabriel Radu
+ * Copyright (C) 2015 Iulian-Gabriel Radu <iulian radu67 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
@@ -16,6 +16,9 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+// This is a fairly literal translation of the LGPLv2+ original by
+// Callum McKenzie, itself based on GtkFrame and GtkAspectFrame.
+
 public class NibblesGame : Object
 {
     public int tile_size;
diff --git a/src/nibbles-view.vala b/src/nibbles-view.vala
index 499914e..685680b 100644
--- a/src/nibbles-view.vala
+++ b/src/nibbles-view.vala
@@ -1,7 +1,6 @@
 /* -*- Mode: vala; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*-
  * Gnome Nibbles: Gnome Worm Game
- * Copyright (C) 2015 Iulian-Gabriel Radu, Sean MacIsaac, Ian Peters,
- *                    Guillaume Béland
+ * Copyright (C) 2015 Iulian-Gabriel Radu <iulian radu67 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/worm.vala b/src/worm.vala
index 162977d..0363ffd 100644
--- a/src/worm.vala
+++ b/src/worm.vala
@@ -1,7 +1,6 @@
 /* -*- Mode: vala; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*-
  * Gnome Nibbles: Gnome Worm Game
- * Copyright (C) 2015 Iulian-Gabriel Radu, Sean MacIsaac, Ian Peters,
- *                    Guillaume Béland
+ * Copyright (C) 2015 Iulian-Gabriel Radu <iulian radu67 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
@@ -17,6 +16,9 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+// This is a fairly literal translation of the LGPLv2+ original by
+// Sean MacIsaac, Ian Peters, Guillaume Béland.
+
 public class Worm : Object
 {
     public const int STARTING_LENGTH = 5;


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