[gnome-logs] Add some extra license headers



commit 98c54910de598ef9b9b147d15bd53aed71b7dcdc
Author: David King <davidk gnome org>
Date:   Mon Apr 13 16:48:06 2015 +0100

    Add some extra license headers

 src/gl-journal-model.c |   17 +++++++++++++++++
 src/gl-journal-model.h |   17 +++++++++++++++++
 src/gl-journal.c       |    1 +
 src/gl-journal.h       |    1 +
 4 files changed, 36 insertions(+), 0 deletions(-)
---
diff --git a/src/gl-journal-model.c b/src/gl-journal-model.c
index 8c9a9dd..2175aec 100644
--- a/src/gl-journal-model.c
+++ b/src/gl-journal-model.c
@@ -1,3 +1,20 @@
+/*
+ *  GNOME Logs - View and search logs
+ *  Copyright (C) 2015  Lars Uebernickel <lars uebernic de>
+ *
+ *  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 3 of the License, or
+ *  (at your option) any later version.
+ *
+ *  This program 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 this program.  If not, see <http://www.gnu.org/licenses/>.
+ */
 
 #include "gl-journal-model.h"
 #include "gl-journal.h"
diff --git a/src/gl-journal-model.h b/src/gl-journal-model.h
index b21867b..8a70b06 100644
--- a/src/gl-journal-model.h
+++ b/src/gl-journal-model.h
@@ -1,3 +1,20 @@
+/*
+ *  GNOME Logs - View and search logs
+ *  Copyright (C) 2015  Lars Uebernickel <lars uebernic de>
+ *
+ *  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 3 of the License, or
+ *  (at your option) any later version.
+ *
+ *  This program 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 this program.  If not, see <http://www.gnu.org/licenses/>.
+ */
 
 #ifndef GL_JOURNAL_MODEL_H
 #define GL_JOURNAL_MODEL_H
diff --git a/src/gl-journal.c b/src/gl-journal.c
index e888675..11f3e41 100644
--- a/src/gl-journal.c
+++ b/src/gl-journal.c
@@ -1,6 +1,7 @@
 /*
  *  GNOME Logs - View and search logs
  *  Copyright (C) 2013, 2014  Red Hat, Inc.
+ *  Copyright (C) 2015  Lars Uebernickel <lars uebernic de>
  *
  *  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
diff --git a/src/gl-journal.h b/src/gl-journal.h
index e9b392f..198a8ee 100644
--- a/src/gl-journal.h
+++ b/src/gl-journal.h
@@ -1,6 +1,7 @@
 /*
  *  GNOME Logs - View and search logs
  *  Copyright (C) 2013, 2014  Red Hat, Inc.
+ *  Copyright (C) 2015  Lars Uebernickel <lars uebernic de>
  *
  *  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


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