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
@@ -1,11 +1,11 @@
GNU GENERAL PUBLIC LICENSE
Version 2, June 1991
Copyright (C) 1989, 1991 Free Software Foundation, Inc.
- 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
Preamble
The licenses for most software are designed to take away your
@@ -302,13 +302,13 @@ the "copyright" line and a pointer to where the full notice is found.
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 this program; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
Also add information on how to contact you by electronic and paper mail.
If the program is interactive, make it output a short notice like this
when it starts in an interactive mode:
diff --git a/ChangeLog b/ChangeLog
index a7c091c..b18f019 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,15 @@
+2005-06-26 Sergey Poznyakoff <gray@Noldor.runasimi.org>
+
+ * COPYING, configure.ac, examples/whoisd.scm, m4/guile.m4,
+ scripts/guile-doc-snarf, scripts/guile-doc-snarf.awk, src/app.h,
+ src/gettext.c, src/gettext.h, src/gettext.sci, src/gsql_conn.c,
+ src/gsql_lib.c, src/guile-sql.h, src/mysql.c, src/pgsql.c,
+ src/sql.sci: Changed FSF postal mail address
+
+
2004-10-11 Sergey Poznyakoff <gray@Mirddin.farlep.net>
Initial import
Local Variables:
diff --git a/configure.ac b/configure.ac
index dcb551b..7e18fda 100644
--- a/configure.ac
+++ b/configure.ac
@@ -10,13 +10,13 @@ dnl This program is distributed in the hope that it will be useful,
dnl but WITHOUT ANY WARRANTY; without even the implied warranty of
dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
dnl GNU General Public License for more details.
dnl
dnl You should have received a copy of the GNU General Public License
dnl along with this program; if not, write to the Free Software Foundation,
-dnl Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+dnl Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */
dnl Process this file with autoconf to produce a configure script.
AC_PREREQ(2.59)
AC_INIT(gamma, 0.2, gray@mirddin.farlep.net)
diff --git a/examples/whoisd.scm b/examples/whoisd.scm
index b433709..ec80467 100644
--- a/examples/whoisd.scm
+++ b/examples/whoisd.scm
@@ -11,14 +11,14 @@
;;;; This program 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 this program; if not, write to the Free Software
-;;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+;;;; along with this program; if not, write to the Free Software Foundation,
+;;;; Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
;;;;
(set! %load-path (append %load-path (list "/usr/local/share/guile-sql")))
(use-modules (ice-9 getopt-long))
(use-modules (ice-9 format))
(use-modules (sql))
diff --git a/m4/guile.m4 b/m4/guile.m4
index c793a70..731917b 100644
--- a/m4/guile.m4
+++ b/m4/guile.m4
@@ -9,14 +9,14 @@ dnl
dnl This program is distributed in the hope that it will be useful,
dnl but WITHOUT ANY WARRANTY; without even the implied warranty of
dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
dnl GNU General Public License for more details.
dnl
dnl You should have received a copy of the GNU General Public License
-dnl along with this program; if not, write to the Free Software
-dnl Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+dnl along with this program; if not, write to the Free Software Foundation,
+dnl Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
dnl
dnl MU_RESULT_ACTIONS -- generate shell code for the result of a test
dnl $1 -- CVAR -- cache variable to check
dnl $2 -- NAME -- if not empty, used to generate a default value TRUE:
dnl `AC_DEFINE(HAVE_NAME)'
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
@@ -12,13 +12,13 @@
# 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 this program; if not, write to the Free Software Foundation,
-# Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
OUTFILE=/dev/tty
DOCFILE=0
BASEDIR=`dirname $0`
test -n "${CPP+set}" || CPP="gcc -E"
test -n "${AWK+set}" || AWK=awk
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
@@ -10,14 +10,15 @@
# This program 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 this program; if not, write to the Free Software Foundation,
-# Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+# 02110-1301 USA.
BEGIN {
cname = ""
}
function flush() {
@@ -83,7 +84,7 @@ state == 0 && /.*\"/ {
}
/argpos/ { argpos[$2] = $3 }
END {
flush()
-} \ No newline at end of file
+}
diff --git a/src/app.h b/src/app.h
index b91bac3..b343691 100644
--- a/src/app.h
+++ b/src/app.h
@@ -8,15 +8,16 @@
This program 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 this program; if not, write to the Free Software Foundation,
- Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+ You should have received a copy of the GNU General Public
+ License along with this program; if not, write to the Free
+ Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301 USA. */
#ifdef USE_SQL_MYSQL
extern struct sql_iface mysql_iface;
#endif
#ifdef USE_SQL_PGSQL
extern struct sql_iface pgsql_iface;
diff --git a/src/gettext.c b/src/gettext.c
index 5534165..e749485 100644
--- a/src/gettext.c
+++ b/src/gettext.c
@@ -8,15 +8,16 @@
This program 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 this program; if not, write to the Free Software Foundation,
- Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+ You should have received a copy of the GNU General Public
+ License along with this program; if not, write to the Free
+ Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301 USA. */
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include <gettext.h>
#include <libguile.h>
diff --git a/src/gettext.h b/src/gettext.h
index 8b262f4..933ad22 100644
--- a/src/gettext.h
+++ b/src/gettext.h
@@ -8,16 +8,16 @@
This program 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
Library General Public License for more details.
- You should have received a copy of the GNU Library General Public
- License along with this program; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
- USA. */
+ You should have received a copy of the GNU Library General
+ Public License along with this program; if not, write to the
+ Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301 USA. */
#ifndef _LIBGETTEXT_H
#define _LIBGETTEXT_H 1
/* NLS can be disabled through the configure --disable-nls option. */
#if ENABLE_NLS
diff --git a/src/gettext.sci b/src/gettext.sci
index 51fd61f..78dc5e4 100644
--- a/src/gettext.sci
+++ b/src/gettext.sci
@@ -11,13 +11,13 @@
;;;; 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 this program; if not, write to the Free Software Foundation,
-;;;; Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+;;;; Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
changequote([,])dnl
(define-module (gamma gettext))
(let ((lib-path "LIBDIR/"))
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
@@ -9,14 +9,14 @@
This program 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 this program; if not, write to the Free Software Foundation,
- Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+ along with this program; if not, write to the Free Software Foundation, Inc.,
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include <string.h>
#include <guile-sql.h>
diff --git a/src/gsql_lib.c b/src/gsql_lib.c
index 1a0a8ef..5f25195 100644
--- a/src/gsql_lib.c
+++ b/src/gsql_lib.c
@@ -8,15 +8,16 @@
This program 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 this program; if not, write to the Free Software Foundation,
- Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+ You should have received a copy of the GNU General Public
+ License along with this program; if not, write to the Free
+ Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301 USA. */
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include <guile-sql.h>
#include <app.h>
diff --git a/src/guile-sql.h b/src/guile-sql.h
index 2dfc84d..3de3f26 100644
--- a/src/guile-sql.h
+++ b/src/guile-sql.h
@@ -8,15 +8,16 @@
This program 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 this program; if not, write to the Free Software Foundation,
- Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+ You should have received a copy of the GNU General Public
+ License along with this program; if not, write to the Free
+ Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301 USA. */
#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <libguile.h>
diff --git a/src/mysql.c b/src/mysql.c
index fbc395b..5e8e53a 100644
--- a/src/mysql.c
+++ b/src/mysql.c
@@ -8,15 +8,16 @@
This program 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 this program; if not, write to the Free Software Foundation,
- Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+ You should have received a copy of the GNU General Public
+ License along with this program; if not, write to the Free
+ Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301 USA. */
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include <string.h>
#include <guile-sql.h>
diff --git a/src/pgsql.c b/src/pgsql.c
index 0c332c6..8c7699b 100644
--- a/src/pgsql.c
+++ b/src/pgsql.c
@@ -8,15 +8,16 @@
This program 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 this program; if not, write to the Free Software Foundation,
- Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+ You should have received a copy of the GNU General Public
+ License along with this program; if not, write to the Free
+ Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301 USA. */
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include <string.h>
#include <guile-sql.h>
diff --git a/src/sql.sci b/src/sql.sci
index 2f47b22..d315f69 100644
--- a/src/sql.sci
+++ b/src/sql.sci
@@ -11,13 +11,13 @@
;;;; 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 this program; if not, write to the Free Software Foundation,
-;;;; Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+;;;; Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
changequote([,])dnl
(define-module (gamma sql))
(let ((lib-path "LIBDIR/"))

Return to:

Send suggestions and report system problems to the System administrator.