aboutsummaryrefslogtreecommitdiff
path: root/src/pgsql.c
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2010-03-06 16:32:49 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2010-03-06 16:32:49 +0200
commit3e26e4fdb0e87eb89055c150d5089b5f2b7f10e6 (patch)
tree8639552edda55ccbf8edb684647ff3e779b75882 /src/pgsql.c
parent1c2f2ebfe42aee715d96768bd15ea0e6f949a444 (diff)
downloadgamma-3e26e4fdb0e87eb89055c150d5089b5f2b7f10e6.tar.gz
gamma-3e26e4fdb0e87eb89055c150d5089b5f2b7f10e6.tar.bz2
Update copyright statements.
Remove gettext files, which resurrected mystically after transition to Git.
Diffstat (limited to 'src/pgsql.c')
-rw-r--r--src/pgsql.c18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/pgsql.c b/src/pgsql.c
index 398cacc..2a7fe23 100644
--- a/src/pgsql.c
+++ b/src/pgsql.c
@@ -1,18 +1,18 @@
1/* This file is part of guile-sql. 1/* This file is part of Gamma.
2 Copyright (C) 2002 Sergey Poznyakoff 2 Copyright (C) 2002, 2010 Sergey Poznyakoff
3 3
4 This program is free software; you can redistribute it and/or modify it 4 Gamma is free software; you can redistribute it and/or modify
5 under the terms of the GNU General Public License as published by the 5 it under the terms of the GNU General Public License as published by
6 Free Software Foundation; either version 3 of the License, or (at your 6 the Free Software Foundation; either version 3, or (at your option)
7 option) any later version. 7 any later version.
8 8
9 This program is distributed in the hope that it will be useful, 9 Gamma 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 along 14 You should have received a copy of the GNU General Public License
15 with this program. If not, see <http://www.gnu.org/licenses/>. */ 15 along with Gamma. If not, see <http://www.gnu.org/licenses/>. */
16 16
17#ifdef HAVE_CONFIG_H 17#ifdef HAVE_CONFIG_H
18# include <config.h> 18# include <config.h>

Return to:

Send suggestions and report system problems to the System administrator.