aboutsummaryrefslogtreecommitdiff
path: root/src/pgsql.c
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2013-07-20 17:50:20 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2013-07-20 17:50:20 +0300
commita2ec89d9d05229a5555d8302da83cb7e1314faa6 (patch)
tree6b4f4f89f9fc2ef483da27f6bb704a1633193944 /src/pgsql.c
parentbc20099519128f2640f57188c392039003a7a452 (diff)
downloadvmod-dbrw-a2ec89d9d05229a5555d8302da83cb7e1314faa6.tar.gz
vmod-dbrw-a2ec89d9d05229a5555d8302da83cb7e1314faa6.tar.bz2
Use vmod-dbrw (with a dash) as the canonical project name.
Diffstat (limited to 'src/pgsql.c')
-rw-r--r--src/pgsql.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/pgsql.c b/src/pgsql.c
index 3599b5f..4e3642e 100644
--- a/src/pgsql.c
+++ b/src/pgsql.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 <string.h>

Return to:

Send suggestions and report system problems to the System administrator.