aboutsummaryrefslogtreecommitdiff
path: root/src/sql.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/sql.c')
-rw-r--r--src/sql.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/sql.c b/src/sql.c
index c3db24c..3a6cbe4 100644
--- a/src/sql.c
+++ b/src/sql.c
@@ -1,18 +1,18 @@
-/* This file is part of libvmod_dbrw
+/* This file is part of vmod-dbrw
Copyright (C) 2013 Sergey Poznyakoff
- Libvmod_dbrw is free software; you can redistribute it and/or modify
+ Vmod-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,
+ Vmod-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/>.
+ along with vmod-dbrw. If not, see <http://www.gnu.org/licenses/>.
*/
#include "dbrw.h"
#include <assert.h>

Return to:

Send suggestions and report system problems to the System administrator.