aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--COPYING4
-rw-r--r--ChangeLog9
-rw-r--r--configure.ac2
-rw-r--r--examples/whoisd.scm4
-rw-r--r--m4/guile.m44
-rwxr-xr-xscripts/guile-doc-snarf2
-rw-r--r--scripts/guile-doc-snarf.awk7
-rw-r--r--src/app.h7
-rw-r--r--src/gettext.c7
-rw-r--r--src/gettext.h8
-rw-r--r--src/gettext.sci2
-rw-r--r--src/gsql_conn.c4
-rw-r--r--src/gsql_lib.c7
-rw-r--r--src/guile-sql.h7
-rw-r--r--src/mysql.c7
-rw-r--r--src/pgsql.c7
-rw-r--r--src/sql.sci2
17 files changed, 53 insertions, 37 deletions
diff --git a/COPYING b/COPYING
index d60c31a..623b625 100644
--- a/COPYING
+++ b/COPYING
@@ -2,7 +2,7 @@
2 Version 2, June 1991 2 Version 2, June 1991
3 3
4 Copyright (C) 1989, 1991 Free Software Foundation, Inc. 4 Copyright (C) 1989, 1991 Free Software Foundation, Inc.
5 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 5 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
6 Everyone is permitted to copy and distribute verbatim copies 6 Everyone is permitted to copy and distribute verbatim copies
7 of this license document, but changing it is not allowed. 7 of this license document, but changing it is not allowed.
8 8
@@ -305,7 +305,7 @@ the "copyright" line and a pointer to where the full notice is found.
305 305
306 You should have received a copy of the GNU General Public License 306 You should have received a copy of the GNU General Public License
307 along with this program; if not, write to the Free Software 307 along with this program; if not, write to the Free Software
308 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 308 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
309 309
310 310
311Also add information on how to contact you by electronic and paper mail. 311Also add information on how to contact you by electronic and paper mail.
diff --git a/ChangeLog b/ChangeLog
index a7c091c..b18f019 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
12005-06-26 Sergey Poznyakoff <gray@Noldor.runasimi.org>
2
3 * COPYING, configure.ac, examples/whoisd.scm, m4/guile.m4,
4 scripts/guile-doc-snarf, scripts/guile-doc-snarf.awk, src/app.h,
5 src/gettext.c, src/gettext.h, src/gettext.sci, src/gsql_conn.c,
6 src/gsql_lib.c, src/guile-sql.h, src/mysql.c, src/pgsql.c,
7 src/sql.sci: Changed FSF postal mail address
8
9
12004-10-11 Sergey Poznyakoff <gray@Mirddin.farlep.net> 102004-10-11 Sergey Poznyakoff <gray@Mirddin.farlep.net>
2 11
3 Initial import 12 Initial import
diff --git a/configure.ac b/configure.ac
index dcb551b..7e18fda 100644
--- a/configure.ac
+++ b/configure.ac
@@ -13,7 +13,7 @@ dnl GNU General Public License for more details.
13dnl 13dnl
14dnl You should have received a copy of the GNU General Public License 14dnl You should have received a copy of the GNU General Public License
15dnl along with this program; if not, write to the Free Software Foundation, 15dnl along with this program; if not, write to the Free Software Foundation,
16dnl Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ 16dnl Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */
17 17
18dnl Process this file with autoconf to produce a configure script. 18dnl Process this file with autoconf to produce a configure script.
19 19
diff --git a/examples/whoisd.scm b/examples/whoisd.scm
index b433709..ec80467 100644
--- a/examples/whoisd.scm
+++ b/examples/whoisd.scm
@@ -14,8 +14,8 @@
14;;;; GNU General Public License for more details. 14;;;; GNU General Public License for more details.
15;;;; 15;;;;
16;;;; You should have received a copy of the GNU General Public License 16;;;; You should have received a copy of the GNU General Public License
17;;;; along with this program; if not, write to the Free Software 17;;;; along with this program; if not, write to the Free Software Foundation,
18;;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 18;;;; Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19;;;; 19;;;;
20 20
21(set! %load-path (append %load-path (list "/usr/local/share/guile-sql"))) 21(set! %load-path (append %load-path (list "/usr/local/share/guile-sql")))
diff --git a/m4/guile.m4 b/m4/guile.m4
index c793a70..731917b 100644
--- a/m4/guile.m4
+++ b/m4/guile.m4
@@ -12,8 +12,8 @@ dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12dnl GNU General Public License for more details. 12dnl GNU General Public License for more details.
13dnl 13dnl
14dnl You should have received a copy of the GNU General Public License 14dnl You should have received a copy of the GNU General Public License
15dnl along with this program; if not, write to the Free Software 15dnl along with this program; if not, write to the Free Software Foundation,
16dnl Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 16dnl Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
17dnl 17dnl
18 18
19dnl MU_RESULT_ACTIONS -- generate shell code for the result of a test 19dnl MU_RESULT_ACTIONS -- generate shell code for the result of a test
diff --git a/scripts/guile-doc-snarf b/scripts/guile-doc-snarf
index 8b3aae4..7ad40ba 100755
--- a/scripts/guile-doc-snarf
+++ b/scripts/guile-doc-snarf
@@ -15,7 +15,7 @@
15# 15#
16# You should have received a copy of the GNU General Public License 16# You should have received a copy of the GNU General Public License
17# along with this program; if not, write to the Free Software Foundation, 17# along with this program; if not, write to the Free Software Foundation,
18# Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 18# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
19 19
20OUTFILE=/dev/tty 20OUTFILE=/dev/tty
21DOCFILE=0 21DOCFILE=0
diff --git a/scripts/guile-doc-snarf.awk b/scripts/guile-doc-snarf.awk
index b29d25a..d31043c 100644
--- a/scripts/guile-doc-snarf.awk
+++ b/scripts/guile-doc-snarf.awk
@@ -13,8 +13,9 @@
13# GNU General Public License for more details. 13# GNU General Public License for more details.
14# 14#
15# You should have received a copy of the GNU General Public License 15# You should have received a copy of the GNU General Public License
16# along with this program; if not, write to the Free Software Foundation, 16# along with this program; if not, write to the Free Software
17# Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 17# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
18# 02110-1301 USA.
18 19
19BEGIN { 20BEGIN {
20 cname = "" 21 cname = ""
@@ -86,4 +87,4 @@ state == 0 && /.*\"/ {
86 87
87END { 88END {
88 flush() 89 flush()
89} \ No newline at end of file 90}
diff --git a/src/app.h b/src/app.h
index b91bac3..b343691 100644
--- a/src/app.h
+++ b/src/app.h
@@ -11,9 +11,10 @@
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
15 along with this program; if not, write to the Free Software Foundation, 15 License along with this program; if not, write to the Free
16 Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ 16 Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
17 Boston, MA 02110-1301 USA. */
17 18
18#ifdef USE_SQL_MYSQL 19#ifdef USE_SQL_MYSQL
19extern struct sql_iface mysql_iface; 20extern struct sql_iface mysql_iface;
diff --git a/src/gettext.c b/src/gettext.c
index 5534165..e749485 100644
--- a/src/gettext.c
+++ b/src/gettext.c
@@ -11,9 +11,10 @@
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
15 along with this program; if not, write to the Free Software Foundation, 15 License along with this program; if not, write to the Free
16 Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ 16 Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
17 Boston, MA 02110-1301 USA. */
17 18
18#ifdef HAVE_CONFIG_H 19#ifdef HAVE_CONFIG_H
19# include <config.h> 20# include <config.h>
diff --git a/src/gettext.h b/src/gettext.h
index 8b262f4..933ad22 100644
--- a/src/gettext.h
+++ b/src/gettext.h
@@ -11,10 +11,10 @@
11 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 11 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12 Library General Public License for more details. 12 Library General Public License for more details.
13 13
14 You should have received a copy of the GNU Library General Public 14 You should have received a copy of the GNU Library General
15 License along with this program; if not, write to the Free Software 15 Public License along with this program; if not, write to the
16 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, 16 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
17 USA. */ 17 Boston, MA 02110-1301 USA. */
18 18
19#ifndef _LIBGETTEXT_H 19#ifndef _LIBGETTEXT_H
20#define _LIBGETTEXT_H 1 20#define _LIBGETTEXT_H 1
diff --git a/src/gettext.sci b/src/gettext.sci
index 51fd61f..78dc5e4 100644
--- a/src/gettext.sci
+++ b/src/gettext.sci
@@ -14,7 +14,7 @@
14;;;; 14;;;;
15;;;; You should have received a copy of the GNU General Public License 15;;;; You should have received a copy of the GNU General Public License
16;;;; along with this program; if not, write to the Free Software Foundation, 16;;;; along with this program; if not, write to the Free Software Foundation,
17;;;; Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 17;;;; Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
18 18
19changequote([,])dnl 19changequote([,])dnl
20 20
diff --git a/src/gsql_conn.c b/src/gsql_conn.c
index c9d22e6..77fc60e 100644
--- a/src/gsql_conn.c
+++ b/src/gsql_conn.c
@@ -12,8 +12,8 @@
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 this program; if not, write to the Free Software Foundation, 15 along with this program; if not, write to the Free Software Foundation, Inc.,
16 Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ 16 51 Franklin Street, Fi