commit 4b90a7ee6311d44beb55de8e34e96108fd367d12
Author: Christian Ehringfeld <c.ehringfeld@t-online.de>
Date:   Fri Jul 31 18:02:15 2015 +0200

    added missing license texts

diff --git a/src/entityhelper.cpp b/src/entityhelper.cpp
index c5e0e4a..d1f2bff 100644
--- a/src/entityhelper.cpp
+++ b/src/entityhelper.cpp
@@ -1,3 +1,19 @@
+/*
+ * Copyright (C) 2015 Christian Ehringfeld <c.ehringfeld@t-online.de>
+ *
+ * This program is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as published by
+ * the Free Software Foundation.
+ *
+ * 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 Lesser General Public License
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
+ */
+
 #include "entityhelper.h"
 #include "entity.h"
 #include "relation.h"
diff --git a/src/entityhelper.h b/src/entityhelper.h
index 45864a1..49ebb15 100644
--- a/src/entityhelper.h
+++ b/src/entityhelper.h
@@ -1,3 +1,18 @@
+/*
+ * Copyright (C) 2015 Christian Ehringfeld <c.ehringfeld@t-online.de>
+ *
+ * This program is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as published by
+ * the Free Software Foundation.
+ *
+ * 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 Lesser General Public License
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
+ */
 #ifndef ENTITYHELPER_H
 #define ENTITYHELPER_H
 #include <QString>
diff --git a/src/logger.cpp b/src/logger.cpp
index e545de1..c039473 100644
--- a/src/logger.cpp
+++ b/src/logger.cpp
@@ -1,3 +1,19 @@
+/*
+ * Copyright (C) 2015 Christian Ehringfeld <c.ehringfeld@t-online.de>
+ *
+ * This program is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as published by
+ * the Free Software Foundation.
+ *
+ * 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 Lesser General Public License
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
+ */
+
 #include "logger.h"
 #include <QDir>
 #include <QDebug>
