[gitg] Add missing copyright



commit 74ff8de1c62369fcbd98c1e3141d3b7b28d89867
Author: Jesse van den Kieboom <jessevdk gnome org>
Date:   Sun Aug 9 18:05:43 2015 +0200

    Add missing copyright

 gitg/gitg-recursive-monitor.vala |   22 +++++++++++++++++++++-
 1 files changed, 21 insertions(+), 1 deletions(-)
---
diff --git a/gitg/gitg-recursive-monitor.vala b/gitg/gitg-recursive-monitor.vala
index 4d402e5..e3b65fd 100644
--- a/gitg/gitg-recursive-monitor.vala
+++ b/gitg/gitg-recursive-monitor.vala
@@ -1,3 +1,21 @@
+/*
+ *
+ * Copyright (C) 2015 - Jesse van den Kieboom
+ *
+ * gitg 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.
+ *
+ * gitg 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 gitg. If not, see <http://www.gnu.org/licenses/>.
+ */
+
 namespace Gitg
 {
 
@@ -188,4 +206,6 @@ class RecursiveMonitor : Object
        }
 }
 
-}
\ No newline at end of file
+}
+
+// ex:ts=4 noet
\ No newline at end of file


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