summaryrefslogtreecommitdiffstats
path: root/eurephiadb.h
diff options
context:
space:
mode:
authorDavid Sommerseth <dazo@users.sourceforge.net>2008-08-08 07:17:50 +0200
committerDavid Sommerseth <dazo@users.sourceforge.net>2008-08-08 07:17:50 +0200
commitb3c5b6b9bc271126e57940311da0fb7f1d840d67 (patch)
treea32befd26ac316cf757df1ac314cf9a73c8c4f7d /eurephiadb.h
parent570a71475f3bedd5f22063bf6b9e74ffd0983cd0 (diff)
downloadeurephia-b3c5b6b9bc271126e57940311da0fb7f1d840d67.tar.gz
eurephia-b3c5b6b9bc271126e57940311da0fb7f1d840d67.tar.xz
eurephia-b3c5b6b9bc271126e57940311da0fb7f1d840d67.zip
Added GPLv2 licence, updated *.[ch] files to include license, with exception of memwatch and sha1
Diffstat (limited to 'eurephiadb.h')
-rw-r--r--eurephiadb.h19
1 files changed, 17 insertions, 2 deletions
diff --git a/eurephiadb.h b/eurephiadb.h
index 6445970..a6e2fe2 100644
--- a/eurephiadb.h
+++ b/eurephiadb.h
@@ -1,8 +1,23 @@
-/* eurephiadb.h -- Database API for eurephia
+/* eurephiadb.h -- Database driver setup
+ *
+ * GPLv2 - Copyright (C) 2008 David Sommerseth <dazo@users.sourceforge.net>
+ *
+ * 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; version 2
+ * of the License.
+ *
+ * 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, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
*/
-
#include <eurephia_struct.h>
#include <eurephiadb_driver.h>
#include <eurephiadb_session.h>