[gnome-klotski] Add license headers
- From: Robert Ancell <rancell src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-klotski] Add license headers
- Date: Sat, 17 Aug 2013 23:08:07 +0000 (UTC)
commit 80587a36a37dfa3d80ee11623dc633b19eadba83
Author: Robert Ancell <robert ancell canonical com>
Date: Sun Aug 18 11:08:01 2013 +1200
Add license headers
src/config.vapi | 10 ++++++++++
src/gnome-klotski.vala | 10 ++++++++++
src/history.vala | 10 ++++++++++
src/puzzle-view.vala | 10 ++++++++++
src/puzzle.vala | 10 ++++++++++
5 files changed, 50 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/gnome-klotski.vala b/src/gnome-klotski.vala
index 506db56..f67a152 100644
--- a/src/gnome-klotski.vala
+++ b/src/gnome-klotski.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.
+ */
+
/* Puzzle Info */
private struct LevelInfo
{
diff --git a/src/history.vala b/src/history.vala
index 84ce652..4e98b44 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 e861cea..7fa367f 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.
+ */
+
public class PuzzleView : Gtk.DrawingArea
{
private const int SPACE_OFFSET = 4;
diff --git a/src/puzzle.vala b/src/puzzle.vala
index ee74303..1bc881a 100644
--- a/src/puzzle.vala
+++ b/src/puzzle.vala
@@ -1,4 +1,14 @@
/*
+ * 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.
+ */
+
+/*
1 2 4
8 * 16
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]