aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2013-07-13 20:04:28 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2013-07-13 20:04:28 +0300
commit962a2c10673614b080cd89a8a6a77091f16a5bc7 (patch)
tree8bedc1b35b94dfc1f9ec6cb4689ccdf102593c80 /src
parent5abb378643814f9ac1170cbdc76098ba4f19a134 (diff)
downloadvmod-dbrw-962a2c10673614b080cd89a8a6a77091f16a5bc7.tar.gz
vmod-dbrw-962a2c10673614b080cd89a8a6a77091f16a5bc7.tar.bz2
Add copyleft headers.
Diffstat (limited to 'src')
-rw-r--r--src/dbrw.h16
-rw-r--r--src/mysql.c16
-rw-r--r--src/sql.c16
-rw-r--r--src/vmod_dbrw.c16
4 files changed, 64 insertions, 0 deletions
diff --git a/src/dbrw.h b/src/dbrw.h
index 0721247..0b6f44e 100644
--- a/src/dbrw.h
+++ b/src/dbrw.h
@@ -1,3 +1,19 @@
+/* This file is part of libvmod_dbrw
+ Copyright (C) 2013 Sergey Poznyakoff
+
+ Libvmod_dbrw 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, or (at your option)
+ any later version.
+
+ Libvmod_dbrw 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 libvmod_dbrw. If not, see <http://www.gnu.org/licenses/>.
+*/
#include <config.h>
#include <stdlib.h>
#include <string.h>
diff --git a/src/mysql.c b/src/mysql.c
index 1173b3a..98cb2f7 100644
--- a/src/mysql.c
+++ b/src/mysql.c
@@ -1,3 +1,19 @@
+/* This file is part of libvmod_dbrw
+ Copyright (C) 2013 Sergey Poznyakoff
+
+ Libvmod_dbrw 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, or (at your option)
+ any later version.
+
+ Libvmod_dbrw 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 libvmod_dbrw. If not, see <http://www.gnu.org/licenses/>.
+*/
#include "dbrw.h"
#include <mysql/mysql.h>
#include <mysql/errmsg.h>
diff --git a/src/sql.c b/src/sql.c
index 9a8c6ec..e3b948c 100644
--- a/src/sql.c
+++ b/src/sql.c
@@ -1,3 +1,19 @@
+/* This file is part of libvmod_dbrw
+ Copyright (C) 2013 Sergey Poznyakoff
+
+ Libvmod_dbrw 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, or (at your option)
+ any later version.
+
+ Libvmod_dbrw 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 libvmod_dbrw. If not, see <http://www.gnu.org/licenses/>.
+*/
#include "dbrw.h"
#include <assert.h>
diff --git a/src/vmod_dbrw.c b/src/vmod_dbrw.c
index a9d83cd..cd7d434 100644
--- a/src/vmod_dbrw.c
+++ b/src/vmod_dbrw.c
@@ -1,3 +1,19 @@
+/* This file is part of libvmod_dbrw
+ Copyright (C) 2013 Sergey Poznyakoff
+
+ Libvmod_dbrw 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, or (at your option)
+ any later version.
+
+ Libvmod_dbrw 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 libvmod_dbrw. If not, see <http://www.gnu.org/licenses/>.
+*/
#include "dbrw.h"
#include <stdarg.h>
#include <regex.h>

Return to:

Send suggestions and report system problems to the System administrator.