aboutsummaryrefslogtreecommitdiff
path: root/src/pgsql.c
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2002-05-24 10:45:00 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2002-05-24 10:45:00 +0000
commitafafee263a58050fa70b2c62fdb5ea7c126fbc37 (patch)
tree41ca50d6aaee50c2772d82064b2a5f1be6f72d60 /src/pgsql.c
parent3810bc52c673f8799aad1878102162493fcee39a (diff)
downloadgamma-afafee263a58050fa70b2c62fdb5ea7c126fbc37.tar.gz
gamma-afafee263a58050fa70b2c62fdb5ea7c126fbc37.tar.bz2
Added GNU copyleft headers.
Diffstat (limited to 'src/pgsql.c')
-rw-r--r--src/pgsql.c17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/pgsql.c b/src/pgsql.c
index 956f517..1881135 100644
--- a/src/pgsql.c
+++ b/src/pgsql.c
@@ -1,3 +1,20 @@
1/* This file is part of guile-sql.
2 Copyright (C) 2002 Sergey Poznyakoff
3
4 This program is free software; you can redistribute it and/or modify
5 it under the terms of the GNU General Public License as published by
6 the Free Software Foundation; either version 2 of the License, or
7 (at your option) any later version.
8
9 This program is distributed in the hope that it will be useful,
10 but WITHOUT ANY WARRANTY; without even the implied warranty of
11 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 GNU General Public License for more details.
13
14 You should have received a copy of the GNU General Public License
15 along with this program; if not, write to the Free Software Foundation,
16 Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
17
1#ifdef HAVE_CONFIG_H 18#ifdef HAVE_CONFIG_H
2# include <config.h> 19# include <config.h>
3#endif 20#endif

Return to:

Send suggestions and report system problems to the System administrator.