[swell-foop] Add license headers



commit cd81cd512a0df8fe50407c49678b8018ff548aa3
Author: Robert Ancell <robert ancell canonical com>
Date:   Sun Aug 18 10:53:52 2013 +1200

    Add license headers

 src/config.vapi     |   10 ++++++++++
 src/game-view.vala  |   10 ++++++++++
 src/game.vala       |   10 ++++++++++
 src/history.vala    |   10 ++++++++++
 src/swell-foop.vala |   10 ++++++++++
 5 files changed, 50 insertions(+), 0 deletions(-)
---
diff --git a/src/config.vapi b/src/config.vapi
index 9116fad..a527e17 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 DATADIR;
 public const string LOCALEDIR;
 public const string GETTEXT_PACKAGE;
diff --git a/src/game-view.vala b/src/game-view.vala
index adb873c..0a392a3 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.
+ */
+
 /**
  *  This class defines the view of a game. All clutter related stuff goes here. It follows the
  *  principle of MVC framework. This class deals with the presentation (view) layer. It communicates
diff --git a/src/game.vala b/src/game.vala
index 8650fe5..c9e287e 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.
+ */
+
 /**
  *  This is the model layer of a tile.
  */
diff --git a/src/history.vala b/src/history.vala
index adb0666..d892999 100644
--- a/src/history.vala
+++ b/src/history.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 History
 {
     public string filename;
diff --git a/src/swell-foop.vala b/src/swell-foop.vala
index 507d639..19f509d 100644
--- a/src/swell-foop.vala
+++ b/src/swell-foop.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 SwellFoop : Gtk.Application
 {
     /* Application settings */


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