aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2005-06-26 09:05:56 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2005-06-26 09:05:56 +0000
commitd47c213bb55adbe961c54242c642c2d1b7c3ec6c (patch)
tree0fbc274fcdccbb82aeb84fa96208623384050fc4
parent9abe8e5192b171531168b506eefcf1658ca5a5c7 (diff)
downloadgamma-d47c213bb55adbe961c54242c642c2d1b7c3ec6c.tar.gz
gamma-d47c213bb55adbe961c54242c642c2d1b7c3ec6c.tar.bz2
Changed FSF postal mail address
-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 @@
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.
@@ -305,7 +305,7 @@ the "copyright" line and a pointer to where the full notice is found.
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.
diff --git a/ChangeLog b/ChangeLog
index a7c091c..b18f019 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+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
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.
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.
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 @@
;;;; 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")))
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
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
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 @@
#
# 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
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 @@
# 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 = ""
@@ -86,4 +87,4 @@ state == 0 && /.*\"/ {
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
@@ -11,9 +11,10 @@
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;
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 @@
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>
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 @@
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
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 @@
;;;;
;;;; 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
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 @@
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>
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
@@ -11,9 +11,10 @@
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>
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
@@ -11,9 +11,10 @@
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>
diff --git a/src/mysql.c b/src/mysql.c
index fbc395b..5e8e53a 100644
--- a/src/mysql.c
+++ b/src/mysql.c
@@ -11,9 +11,10 @@
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>
diff --git a/src/pgsql.c b/src/pgsql.c
index 0c332c6..8c7699b 100644
--- a/src/pgsql.c
+++ b/src/pgsql.c
@@ -11,9 +11,10 @@
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>
diff --git a/src/sql.sci b/src/sql.sci
index 2f47b22..d315f69 100644
--- a/src/sql.sci
+++ b/src/sql.sci
@@ -14,7 +14,7 @@
;;;;
;;;; 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

Return to:

Send suggestions and report system problems to the System administrator.