summaryrefslogtreecommitdiff
path: root/guile-readline
diff options
context:
space:
mode:
authorMarius Vollmer <mvo@zagadka.de>2005-05-23 19:57:22 +0000
committerMarius Vollmer <mvo@zagadka.de>2005-05-23 19:57:22 +0000
commit92205699d01f918a0f8808d8cbbe55ba2568f058 (patch)
tree7893aa8fe5d7200a3ba94f6486100de9c4684f0b /guile-readline
parent5ae1bd9109070f0233b7839b6a2b7c09becd49b0 (diff)
downloadguile-92205699d01f918a0f8808d8cbbe55ba2568f058.tar.gz
The FSF has a new address.
Diffstat (limited to 'guile-readline')
-rw-r--r--guile-readline/Makefile.am4
-rw-r--r--guile-readline/ice-9/Makefile.am4
-rw-r--r--guile-readline/ice-9/readline.scm4
-rw-r--r--guile-readline/readline.c4
-rw-r--r--guile-readline/readline.h4
5 files changed, 10 insertions, 10 deletions
diff --git a/guile-readline/Makefile.am b/guile-readline/Makefile.am
index 6b62dfb0a..b22061c7a 100644
--- a/guile-readline/Makefile.am
+++ b/guile-readline/Makefile.am
@@ -16,8 +16,8 @@
##
## You should have received a copy of the GNU General Public
## License along with GUILE; see the file COPYING. If not, write
-## to the Free Software Foundation, Inc., 59 Temple Place, Suite
-## 330, Boston, MA 02111-1307 USA
+## to the Free Software Foundation, Inc., 51 Franklin Street, Fifth
+## Floor, Boston, MA 02110-1301 USA
SUBDIRS = ice-9
diff --git a/guile-readline/ice-9/Makefile.am b/guile-readline/ice-9/Makefile.am
index 9d0619160..59e4b35d7 100644
--- a/guile-readline/ice-9/Makefile.am
+++ b/guile-readline/ice-9/Makefile.am
@@ -17,8 +17,8 @@
##
## You should have received a copy of the GNU General Public
## License along with GUILE; see the file COPYING. If not, write
-## to the Free Software Foundation, Inc., 59 Temple Place, Suite
-## 330, Boston, MA 02111-1307 USA
+## to the Free Software Foundation, Inc., 51 Franklin Street, Fifth
+## Floor, Boston, MA 02110-1301 USA
guile_pdd = $(patsubst %/guile-readline,%/guile,$(pkgdatadir))
ice9dir = $(guile_pdd)/$(GUILE_EFFECTIVE_VERSION)/ice-9
diff --git a/guile-readline/ice-9/readline.scm b/guile-readline/ice-9/readline.scm
index ad40dcba2..85d41726e 100644
--- a/guile-readline/ice-9/readline.scm
+++ b/guile-readline/ice-9/readline.scm
@@ -14,8 +14,8 @@
;;;;
;;;; You should have received a copy of the GNU General Public License
;;;; along with this software; see the file COPYING. If not, write to
-;;;; the Free Software Foundation, Inc., 59 Temple Place, Suite 330,
-;;;; Boston, MA 02111-1307 USA
+;;;; the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+;;;; Boston, MA 02110-1301 USA
;;;;
;;;; Contributed by Daniel Risacher <risacher@worldnet.att.net>.
;;;; Extensions based upon code by
diff --git a/guile-readline/readline.c b/guile-readline/readline.c
index 864d4fa41..8cf4ae0e1 100644
--- a/guile-readline/readline.c
+++ b/guile-readline/readline.c
@@ -14,8 +14,8 @@
*
* You should have received a copy of the GNU General Public License
* along with this software; see the file COPYING. If not, write to
- * the Free Software Foundation, Inc., 59 Temple Place, Suite 330,
- * Boston, MA 02111-1307 USA
+ * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301 USA
*
*/
diff --git a/guile-readline/readline.h b/guile-readline/readline.h
index 1fc51de4f..6ea10d278 100644
--- a/guile-readline/readline.h
+++ b/guile-readline/readline.h
@@ -15,8 +15,8 @@
*
* You should have received a copy of the GNU General Public License
* along with this software; see the file COPYING. If not, write to
- * the Free Software Foundation, Inc., 59 Temple Place, Suite 330,
- * Boston, MA 02111-1307 USA
+ * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301 USA
*
*/