[four-in-a-row/KaKnife/four-in-a-row-vala: 45/65] fix copyright noticies



commit b6cec085f6947e53cc53846de23faaa908be014a
Author: Jacob Humphrey <jacob ryan humphrey gmail com>
Date:   Sat Dec 15 00:40:49 2018 -0600

    fix copyright noticies

 src/four-in-a-row.vala | 23 ++++++++++++++++++++++-
 src/scorebox.vala      | 24 +++++++++++++++++++-----
 2 files changed, 41 insertions(+), 6 deletions(-)
---
diff --git a/src/four-in-a-row.vala b/src/four-in-a-row.vala
index 859499f..0ff5a4f 100644
--- a/src/four-in-a-row.vala
+++ b/src/four-in-a-row.vala
@@ -1,3 +1,24 @@
+/* -*- Mode: vala; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
+/* four-in-a-row.vala
+ *
+ * Copyright © 2018 Jacob Humphrey
+ *
+ * This file is part of GNOME Four-in-a-row.
+ *
+ * GNOME Four-in-a-row 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 3 of the License, or
+ * (at your option) any later version.
+ *
+ * GNOME Four-in-a-row is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with GNOME Four-in-a-row. If not, see <http://www.gnu.org/licenses/>.
+ */
+
 const string APPNAME_LONG = "Four-in-a-row";
 
 class FourInARow : Gtk.Application {
@@ -754,4 +775,4 @@ class FourInARow : Gtk.Application {
         }
         return true;
     }
-}
\ No newline at end of file
+}
diff --git a/src/scorebox.vala b/src/scorebox.vala
index 3b30525..345849b 100644
--- a/src/scorebox.vala
+++ b/src/scorebox.vala
@@ -1,9 +1,23 @@
-
-/*
- * Needed to force vala to include headers in the correct order.
- * See https://gitlab.gnome.org/GNOME/vala/issues/98
+/* -*- Mode: vala; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*-
+ * scorebox.vala
+ *
+ * Copyright © 2018 Jacob Humphrey
+ *
+ * This file is part of GNOME Four-in-a-row.
+ *
+ * GNOME Four-in-a-row 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 3 of the License, or
+ * (at your option) any later version.
+ *
+ * GNOME Four-in-a-row is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with GNOME Four-in-a-row. If not, see <http://www.gnu.org/licenses/>.
  */
-const string scorebox_gettext_package = Config.GETTEXT_PACKAGE;
 
 class Scorebox : Gtk.Dialog {
     Gtk.Label[] label_name;


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