[gnome-tetravex] Add license headers



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

    Add license headers

 src/config.vapi         |   10 ++++++++++
 src/gnome-tetravex.vala |   10 ++++++++++
 src/history.vala        |   10 ++++++++++
 src/puzzle-view.vala    |   10 ++++++++++
 src/puzzle.vala         |   10 ++++++++++
 src/theme.vala          |   10 ++++++++++
 6 files changed, 60 insertions(+), 0 deletions(-)
---
diff --git a/src/config.vapi b/src/config.vapi
index 4b8963c..7a411cc 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 LOCALEDIR;
diff --git a/src/gnome-tetravex.vala b/src/gnome-tetravex.vala
index d05d2a6..d9db931 100644
--- a/src/gnome-tetravex.vala
+++ b/src/gnome-tetravex.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 Tetravex : Gtk.Application
 {
     private const string KEY_GRID_SIZE = "grid-size";
diff --git a/src/history.vala b/src/history.vala
index 03f55fb..65f4ed3 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/puzzle-view.vala b/src/puzzle-view.vala
index 3e9bfaa..96ab5a4 100644
--- a/src/puzzle-view.vala
+++ b/src/puzzle-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.
+ */
+
 private class TileImage
 {
     /* Tile being moved */
diff --git a/src/puzzle.vala b/src/puzzle.vala
index 9cb881b..9d31ccd 100644
--- a/src/puzzle.vala
+++ b/src/puzzle.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 Tile
 {
     /* Edge colors */
diff --git a/src/theme.vala b/src/theme.vala
index 75a9410..ba6e453 100644
--- a/src/theme.vala
+++ b/src/theme.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 Theme
 {
     /* Colors of tiles and text */


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