[gnome-mahjongg] Add license headers



commit 7cd87ac490dce324e2deb0bbc880557e22639bdb
Author: Robert Ancell <robert ancell canonical com>
Date:   Mon Aug 19 09:15:35 2013 +1200

    Add license headers

 src/config.vapi         |   10 ++++++++++
 src/fixes.vapi          |   10 ++++++++++
 src/game-view.vala      |   10 ++++++++++
 src/game.vala           |   10 ++++++++++
 src/gnome-mahjongg.vala |   10 ++++++++++
 src/history.vala        |   10 ++++++++++
 src/map.vala            |   10 ++++++++++
 7 files changed, 70 insertions(+), 0 deletions(-)
---
diff --git a/src/config.vapi b/src/config.vapi
index 8efa3e5..34e364b 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/fixes.vapi b/src/fixes.vapi
index 07e8c2f..e7e68c9 100644
--- a/src/fixes.vapi
+++ b/src/fixes.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.
+ */
+
 namespace Gtk
 {
     /* See https://bugzilla.gnome.org/show_bug.cgi?id=669386 */
diff --git a/src/game-view.vala b/src/game-view.vala
index ae20f07..aad1ee3 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
 {
     public Gdk.RGBA background_color;
diff --git a/src/game.vala b/src/game.vala
index ba54b7d..ceef06b 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 class Tile
 {
     public int number;
diff --git a/src/gnome-mahjongg.vala b/src/gnome-mahjongg.vala
index 36a59ee..87fe231 100644
--- a/src/gnome-mahjongg.vala
+++ b/src/gnome-mahjongg.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 Mahjongg : Gtk.Application
 {
     private Settings settings;
diff --git a/src/history.vala b/src/history.vala
index d64b604..e6e0ad7 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/map.vala b/src/map.vala
index acc00fb..52ece91 100644
--- a/src/map.vala
+++ b/src/map.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 Slot
 {
     public int x;


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