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
@@ -4,3 +4,3 @@
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
@@ -307,3 +307,3 @@ the "copyright" line and a pointer to where the full notice is found.
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
diff --git a/ChangeLog b/ChangeLog
index a7c091c..b18f019 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1 +1,10 @@
+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>
diff --git a/configure.ac b/configure.ac
index dcb551b..7e18fda 100644
--- a/configure.ac
+++ b/configure.ac
@@ -15,3 +15,3 @@ 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. */
diff --git a/examples/whoisd.scm b/examples/whoisd.scm
index b433709..ec80467 100644
--- a/examples/whoisd.scm
+++ b/examples/whoisd.scm
@@ -16,4 +16,4 @@
;;;; 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.
;;;;
diff --git a/m4/guile.m4 b/m4/guile.m4
index c793a70..731917b 100644
--- a/m4/guile.m4
+++ b/m4/guile.m4
@@ -14,4 +14,4 @@ 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
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
@@ -17,3 +17,3 @@
# 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.
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
@@ -15,4 +15,5 @@
# 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.
@@ -88,2 +89,2 @@ 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
@@ -13,5 +13,6 @@
- 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. */
diff --git a/src/gettext.c b/src/gettext.c
index 5534165..e749485 100644
--- a/src/gettext.c
+++ b/src/gettext.c
@@ -13,5 +13,6 @@
- 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. */
diff --git a/src/gettext.h b/src/gettext.h
index 8b262f4..933ad22 100644
--- a/src/gettext.h
+++ b/src/gettext.h
@@ -13,6 +13,6 @@
- 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. */
diff --git a/src/gettext.sci b/src/gettext.sci
index 51fd61f..78dc5e4 100644
--- a/src/gettext.sci
+++ b/src/gettext.sci
@@ -16,3 +16,3 @@
;;;; 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.
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
@@ -14,4 +14,4 @@
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. */
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
@@ -13,5 +13,6 @@
- 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. */
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
@@ -13,5 +13,6 @@
- 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. */
diff --git a/src/mysql.c b/src/mysql.c
index fbc395b..5e8e53a 100644
--- a/src/mysql.c
+++ b/src/mysql.c
@@ -13,5 +13,6 @@
- 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. */
diff --git a/src/pgsql.c b/src/pgsql.c
index 0c332c6..8c7699b 100644
--- a/src/pgsql.c
+++ b/src/pgsql.c
@@ -13,5 +13,6 @@
- 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. */
diff --git a/src/sql.sci b/src/sql.sci
index 2f47b22..d315f69 100644
--- a/src/sql.sci
+++ b/src/sql.sci
@@ -16,3 +16,3 @@
;;;; 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.

Return to:

Send suggestions and report system problems to the System administrator.