[quadrapassel] Add license headers



commit 52ac4f21adf1206bba2698af8d56df002a997b4a
Author: Robert Ancell <robert ancell canonical com>
Date:   Sun Aug 18 11:09:02 2013 +1200

    Add license headers

 src/config.vapi       |   10 ++++++++++
 src/game-view.vala    |   10 ++++++++++
 src/game.vala         |   10 ++++++++++
 src/history.vala      |   10 ++++++++++
 src/preview.vala      |   10 ++++++++++
 src/quadrapassel.vala |   10 ++++++++++
 6 files changed, 60 insertions(+), 0 deletions(-)
---
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 936c7e6..14f4be4 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 : GtkClutter.Embed
 {
     /* Game being played */
diff --git a/src/game.vala b/src/game.vala
index bae8fed..a168eb1 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.
+ */
+
 const int NCOLORS = 7;
 
 private const int block_table[448] =
diff --git a/src/history.vala b/src/history.vala
index a73ea4a..84e653c 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/preview.vala b/src/preview.vala
index 3c88575..611a674 100644
--- a/src/preview.vala
+++ b/src/preview.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 Preview : GtkClutter.Embed
 {
     /* Textures used to draw blocks */
diff --git a/src/quadrapassel.vala b/src/quadrapassel.vala
index 4313991..222bb92 100644
--- a/src/quadrapassel.vala
+++ b/src/quadrapassel.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 Quadrapassel : Gtk.Application
 {
     /* Application settings */


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