aboutsummaryrefslogtreecommitdiff
path: root/src/mysql.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mysql.c')
-rw-r--r--src/mysql.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mysql.c b/src/mysql.c
index 9805887..c777ac6 100644
--- a/src/mysql.c
+++ b/src/mysql.c
@@ -1,18 +1,18 @@
1/* This file is part of libvmod_dbrw 1/* This file is part of vmod-dbrw
2 Copyright (C) 2013 Sergey Poznyakoff 2 Copyright (C) 2013 Sergey Poznyakoff
3 3
4 Libvmod_dbrw is free software; you can redistribute it and/or modify 4 Vmod-dbrw is free software; you can redistribute it and/or modify
5 it under the terms of the GNU General Public License as published by 5 it under the terms of the GNU General Public License as published by
6 the Free Software Foundation; either version 3, or (at your option) 6 the Free Software Foundation; either version 3, or (at your option)
7 any later version. 7 any later version.
8 8
9 Libvmod_dbrw is distributed in the hope that it will be useful, 9 Vmod-dbrw is distributed in the hope that it will be useful,
10 but WITHOUT ANY WARRANTY; without even the implied warranty of 10 but WITHOUT ANY WARRANTY; without even the implied warranty of
11 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 GNU General Public License for more details. 12 GNU General Public License for more details.
13 13
14 You should have received a copy of the GNU General Public License 14 You should have received a copy of the GNU General Public License
15 along with libvmod_dbrw. If not, see <http://www.gnu.org/licenses/>. 15 along with vmod-dbrw. If not, see <http://www.gnu.org/licenses/>.
16*/ 16*/
17#include "dbrw.h" 17#include "dbrw.h"
18#include <mysql/mysql.h> 18#include <mysql/mysql.h>

Return to:

Send suggestions and report system problems to the System administrator.