[iagno] Add license headers



commit 78faab13e6c0484a87696e5f390eea68515b7681
Author: Robert Ancell <robert ancell canonical com>
Date:   Sun Aug 18 11:07:08 2013 +1200

    Add license headers

 src/computer-player.vala |   10 ++++++++++
 src/config.vapi          |   10 ++++++++++
 src/game-view.vala       |   10 ++++++++++
 src/game.vala            |   10 ++++++++++
 src/iagno.vala           |   10 ++++++++++
 5 files changed, 50 insertions(+), 0 deletions(-)
---
diff --git a/src/computer-player.vala b/src/computer-player.vala
index 4bfc024..91c3b74 100644
--- a/src/computer-player.vala
+++ b/src/computer-player.vala
@@ -1,3 +1,13 @@
+/*
+ * 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.
+ */
+
 private enum Strategy
 {
     PERFECT,
diff --git a/src/config.vapi b/src/config.vapi
index 3e558f2..e7991f3 100644
--- a/src/config.vapi
+++ b/src/config.vapi
@@ -1,3 +1,13 @@
+/*
+ * 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.
+ */
+
 public const string VERSION;
 public const string GETTEXT_PACKAGE;
 public const string DATA_DIRECTORY;
diff --git a/src/game-view.vala b/src/game-view.vala
index 9bbb0e6..63bf0e7 100644
--- a/src/game-view.vala
+++ b/src/game-view.vala
@@ -1,3 +1,13 @@
+/*
+ * 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.
+ */
+
 public class GameView : Gtk.DrawingArea
 {
     /* Space between tiles in pixels */
diff --git a/src/game.vala b/src/game.vala
index d6430ac..2998983 100644
--- a/src/game.vala
+++ b/src/game.vala
@@ -1,3 +1,13 @@
+/*
+ * 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.
+ */
+
 public enum Player
 {
     NONE,
diff --git a/src/iagno.vala b/src/iagno.vala
index 931bbad..57dd78b 100644
--- a/src/iagno.vala
+++ b/src/iagno.vala
@@ -1,3 +1,13 @@
+/*
+ * 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.
+ */
+
 public class Iagno : Gtk.Application
 {
     /* Application settings */


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