[Sawfish] [PATCH 1/1] fix incorrect fsf address |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/sawfish Archives
]
From: Togan Muftuoglu <toganm@xxxxxxxxxxxx>
Signed-off-by: Togan Muftuoglu <toganm@xxxxxxxxxxxx>
---
COPYING | 5 +++--
lisp/rep.jl | 3 ++-
lisp/rep/data.jl | 3 ++-
lisp/rep/data/objects.jl | 3 ++-
lisp/rep/data/queues.jl | 3 ++-
lisp/rep/data/records.jl | 3 ++-
lisp/rep/data/ring.jl | 3 ++-
lisp/rep/data/sort.jl | 3 ++-
lisp/rep/data/string-util.jl | 3 ++-
lisp/rep/data/symbol-table.jl | 3 ++-
lisp/rep/data/trie.jl | 3 ++-
lisp/rep/ffi/util.jl | 2 +-
lisp/rep/i18n/xgettext.jl | 3 ++-
lisp/rep/io/file-handlers.jl | 3 ++-
lisp/rep/io/file-handlers/remote.jl | 3 ++-
lisp/rep/io/file-handlers/remote/ftp.jl | 3 ++-
lisp/rep/io/file-handlers/remote/rcp.jl | 3 ++-
lisp/rep/io/file-handlers/remote/rep.jl | 3 ++-
lisp/rep/io/file-handlers/remote/utils.jl | 3 ++-
lisp/rep/io/file-handlers/tar.jl | 3 ++-
lisp/rep/io/file-handlers/tilde.jl | 3 ++-
lisp/rep/io/files.jl | 3 ++-
lisp/rep/io/streams.jl | 3 ++-
lisp/rep/lang/compat-doc.jl | 3 ++-
lisp/rep/lang/debugger.jl | 3 ++-
lisp/rep/lang/define.jl | 3 ++-
lisp/rep/lang/doc.jl | 3 ++-
lisp/rep/lang/error-helper.jl | 3 ++-
lisp/rep/lang/interpreter.jl | 3 ++-
lisp/rep/lang/math.jl | 3 ++-
lisp/rep/lang/profiler.jl | 3 ++-
lisp/rep/mail/addr.jl | 3 ++-
lisp/rep/module-system.jl | 3 ++-
lisp/rep/net/domain-name.jl | 3 ++-
lisp/rep/net/rpc.jl | 3 ++-
lisp/rep/regexp.jl | 3 ++-
lisp/rep/structures.jl | 3 ++-
lisp/rep/system.jl | 3 ++-
lisp/rep/system/environ.jl | 3 ++-
lisp/rep/system/pwd-prompt.jl | 3 ++-
lisp/rep/test/autoload.jl | 3 ++-
lisp/rep/test/data.jl | 3 ++-
lisp/rep/test/framework.jl | 3 ++-
lisp/rep/threads/condition-variable.jl | 3 ++-
lisp/rep/threads/message-port.jl | 3 ++-
lisp/rep/threads/mutex.jl | 3 ++-
lisp/rep/threads/proxy.jl | 3 ++-
lisp/rep/threads/utils.jl | 3 ++-
lisp/rep/user.jl | 3 ++-
lisp/rep/util/autoloader.jl | 3 ++-
lisp/rep/util/base64.jl | 3 ++-
lisp/rep/util/date.jl | 3 ++-
lisp/rep/util/gaol.jl | 3 ++-
lisp/rep/util/ispell.jl | 3 ++-
lisp/rep/util/memoize.jl | 3 ++-
lisp/rep/util/misc.jl | 3 ++-
lisp/rep/util/repl.jl | 3 ++-
lisp/rep/util/time.jl | 3 ++-
lisp/rep/vm/assembler.jl | 3 ++-
lisp/rep/vm/bytecode-defs.jl | 3 ++-
lisp/rep/vm/bytecodes.jl | 3 ++-
lisp/rep/vm/compiler.jl | 3 ++-
lisp/rep/vm/compiler/basic.jl | 3 ++-
lisp/rep/vm/compiler/bindings.jl | 3 ++-
lisp/rep/vm/compiler/inline.jl | 3 ++-
lisp/rep/vm/compiler/lap.jl | 3 ++-
lisp/rep/vm/compiler/modules.jl | 3 ++-
lisp/rep/vm/compiler/no-lang.jl | 3 ++-
lisp/rep/vm/compiler/rep.jl | 3 ++-
lisp/rep/vm/compiler/src.jl | 3 ++-
lisp/rep/vm/compiler/utils.jl | 3 ++-
lisp/rep/vm/disassembler.jl | 3 ++-
lisp/rep/vm/peephole.jl | 3 ++-
lisp/rep/www/cgi-get.jl | 3 ++-
lisp/rep/www/fetch-url.jl | 3 ++-
lisp/rep/www/quote-url.jl | 3 ++-
lisp/rep/xml/printer.jl | 3 ++-
lisp/rep/xml/reader.jl | 3 ++-
rep-debugger.el | 4 ++--
src/bytecodes.h | 3 ++-
src/lispmach.h | 3 ++-
src/rep.h | 3 ++-
src/rep_gh.h | 4 ++--
src/rep_lisp.h | 3 ++-
src/rep_subrs.h | 3 ++-
src/repint.h | 3 ++-
src/repint_subrs.h | 3 ++-
src/unix_defs.h | 3 ++-
88 files changed, 176 insertions(+), 91 deletions(-)
diff --git a/COPYING b/COPYING
index eeb586b..4b9a671 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,8 @@ 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/lisp/rep.jl b/lisp/rep.jl
index 60a805f..a355ae2 100644
--- a/lisp/rep.jl
+++ b/lisp/rep.jl
@@ -18,7 +18,8 @@
You should have received a copy of the GNU General Public License
along with librep; see the file COPYING. If not, write to
- the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
+ the Free Software Foundation, 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301 USA.
|#
(declare (in-module rep))
diff --git a/lisp/rep/data.jl b/lisp/rep/data.jl
index 8fc624a..80fd5f8 100644
--- a/lisp/rep/data.jl
+++ b/lisp/rep/data.jl
@@ -18,7 +18,8 @@
You should have received a copy of the GNU General Public License
along with librep; see the file COPYING. If not, write to
- the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
+ the Free Software Foundation, 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301 USA
|#
(declare (in-module rep.data))
diff --git a/lisp/rep/data/objects.jl b/lisp/rep/data/objects.jl
index cc34e52..93473fa 100644
--- a/lisp/rep/data/objects.jl
+++ b/lisp/rep/data/objects.jl
@@ -18,7 +18,8 @@
You should have received a copy of the GNU General Public License
along with Jade; see the file COPYING. If not, write to
- the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
+ the Free Software Foundation, 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301 USA
|#
(define-structure rep.data.objects
diff --git a/lisp/rep/data/queues.jl b/lisp/rep/data/queues.jl
index 34455bf..8af7858 100644
--- a/lisp/rep/data/queues.jl
+++ b/lisp/rep/data/queues.jl
@@ -18,7 +18,8 @@
You should have received a copy of the GNU General Public License
along with Jade; see the file COPYING. If not, write to
- the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
+ the Free Software Foundation, 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301 USA
|#
(define-structure rep.data.queues
diff --git a/lisp/rep/data/records.jl b/lisp/rep/data/records.jl
index 1e96e3b..758f604 100644
--- a/lisp/rep/data/records.jl
+++ b/lisp/rep/data/records.jl
@@ -18,7 +18,8 @@
You should have received a copy of the GNU General Public License
along with Jade; see the file COPYING. If not, write to
- the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
+ the Free Software Foundation, 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301 USA
|#
;; Commentary:
diff --git a/lisp/rep/data/ring.jl b/lisp/rep/data/ring.jl
index 2acd981..851b9e2 100644
--- a/lisp/rep/data/ring.jl
+++ b/lisp/rep/data/ring.jl
@@ -18,7 +18,8 @@
You should have received a copy of the GNU General Public License
along with librep; see the file COPYING. If not, write to
- the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
+ the Free Software Foundation, 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301 USA
|#
(define-structure rep.data.ring
diff --git a/lisp/rep/data/sort.jl b/lisp/rep/data/sort.jl
index ae8e9fb..bbaace7 100644
--- a/lisp/rep/data/sort.jl
+++ b/lisp/rep/data/sort.jl
@@ -16,7 +16,8 @@
;;; You should have received a copy of the GNU General Public License
;;; along with Jade; see the file COPYING. If not, write to
-;;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
+;;; the Free Software Foundation, 51 Franklin Street, Fifth Floor,
+;;; Boston, MA 02110-1301 USA
(declare (in-module rep.data)
(unsafe-for-call/cc))
diff --git a/lisp/rep/data/string-util.jl b/lisp/rep/data/string-util.jl
index 01a6ddf..81fed28 100644
--- a/lisp/rep/data/string-util.jl
+++ b/lisp/rep/data/string-util.jl
@@ -17,7 +17,8 @@
;; You should have received a copy of the GNU General Public License
;; along with librep; see the file COPYING. If not, write to
-;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
+;; the Free Software Foundation, 51 Franklin Street, Fifth Floor,
+;; Boston, MA 02110-1301 USA
(declare (in-module rep.data))
diff --git a/lisp/rep/data/symbol-table.jl b/lisp/rep/data/symbol-table.jl
index af1fbaa..97dd2a6 100644
--- a/lisp/rep/data/symbol-table.jl
+++ b/lisp/rep/data/symbol-table.jl
@@ -18,7 +18,8 @@
You should have received a copy of the GNU General Public License
along with librep; see the file COPYING. If not, write to
- the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
+ the Free Software Foundation, 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301 USA
|#
;; Commentary:
diff --git a/lisp/rep/data/trie.jl b/lisp/rep/data/trie.jl
index b3682f0..1520e51 100644
--- a/lisp/rep/data/trie.jl
+++ b/lisp/rep/data/trie.jl
@@ -18,7 +18,8 @@
You should have received a copy of the GNU General Public License
along with Jade; see the file COPYING. If not, write to
- the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
+ the Free Software Foundation, 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301 USA
|#
(define-structure rep.data.trie
diff --git a/lisp/rep/ffi/util.jl b/lisp/rep/ffi/util.jl
index 44c405e..6ebcc7a 100644
--- a/lisp/rep/ffi/util.jl
+++ b/lisp/rep/ffi/util.jl
@@ -15,7 +15,7 @@
You should have received a copy of the GNU General Public License
along with this file. If not, write to the Free Software
- Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
+ Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|#
diff --git a/lisp/rep/i18n/xgettext.jl b/lisp/rep/i18n/xgettext.jl
index c75ce5c..d799b58 100644
--- a/lisp/rep/i18n/xgettext.jl
+++ b/lisp/rep/i18n/xgettext.jl
@@ -18,7 +18,8 @@
You should have received a copy of the GNU General Public License
along with librep; see the file COPYING. If not, write to
- the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
+ the Free Software Foundation, 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301 USA
|#
(define-structure rep.i18n.xgettext
diff --git a/lisp/rep/io/file-handlers.jl b/lisp/rep/io/file-handlers.jl
index cd18051..7abe0c4 100644
--- a/lisp/rep/io/file-handlers.jl
+++ b/lisp/rep/io/file-handlers.jl
@@ -18,7 +18,8 @@
You should have received a copy of the GNU General Public License
along with librep; see the file COPYING. If not, write to
- the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
+ the Free Software Foundation, 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301 USA
|#
(declare (in-module rep.io.file-handlers))
diff --git a/lisp/rep/io/file-handlers/remote.jl b/lisp/rep/io/file-handlers/remote.jl
index 6c96d41..46d8802 100644
--- a/lisp/rep/io/file-handlers/remote.jl
+++ b/lisp/rep/io/file-handlers/remote.jl
@@ -18,7 +18,8 @@
You should have received a copy of the GNU General Public License
along with Jade; see the file COPYING. If not, write to
- the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
+ the Free Software Foundation, 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301 USA
|#
(define-structure rep.io.file-handlers.remote ()
diff --git a/lisp/rep/io/file-handlers/remote/ftp.jl b/lisp/rep/io/file-handlers/remote/ftp.jl
index 9da67c4..9ce9bd1 100644
--- a/lisp/rep/io/file-handlers/remote/ftp.jl
+++ b/lisp/rep/io/file-handlers/remote/ftp.jl
@@ -16,7 +16,8 @@
;;; You should have received a copy of the GNU General Public License
;;; along with Jade; see the file COPYING. If not, write to
-;;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
+;;; the Free Software Foundation, 51 Franklin Street, Fifth Floor,
+;;; Boston, MA 02110-1301 USA
;; TODO:
;; - Allow file transfer mode (binary/ascii) to be determined by
diff --git a/lisp/rep/io/file-handlers/remote/rcp.jl b/lisp/rep/io/file-handlers/remote/rcp.jl
index 0a91c8d..96b1f50 100644
--- a/lisp/rep/io/file-handlers/remote/rcp.jl
+++ b/lisp/rep/io/file-handlers/remote/rcp.jl
@@ -16,7 +16,8 @@
;;; You should have received a copy of the GNU General Public License
;;; along with Jade; see the file COPYING. If not, write to
-;;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
+;;; the Free Software Foundation, 51 Franklin Street, Fifth Floor,
+;;; Boston, MA 02110-1301 USA
(declare (unsafe-for-call/cc))
diff --git a/lisp/rep/io/file-handlers/remote/rep.jl b/lisp/rep/io/file-handlers/remote/rep.jl
index 412ac42..bd3cbec 100644
--- a/lisp/rep/io/file-handlers/remote/rep.jl
+++ b/lisp/rep/io/file-handlers/remote/rep.jl
@@ -16,7 +16,8 @@
;;; You should have received a copy of the GNU General Public License
;;; along with librep; see the file COPYING. If not, write to
-;;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
+;;; the Free Software Foundation, 51 Franklin Street, Fifth Floor,
+;;; Boston, MA 02110-1301 USA
(declare (unsafe-for-call/cc))
diff --git a/lisp/rep/io/file-handlers/remote/utils.jl b/lisp/rep/io/file-handlers/remote/utils.jl
index f07cde3..84c0579 100644
--- a/lisp/rep/io/file-handlers/remote/utils.jl
+++ b/lisp/rep/io/file-handlers/remote/utils.jl
@@ -18,7 +18,8 @@
You should have received a copy of the GNU General Public License
along with Jade; see the file COPYING. If not, write to
- the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
+ the Free Software Foundation, 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301 USA
|#
(define-structure rep.io.file-handlers.remote.utils
diff --git a/lisp/rep/io/file-handlers/tar.jl b/lisp/rep/io/file-handlers/tar.jl
index f989506..66a7427 100644
--- a/lisp/rep/io/file-handlers/tar.jl
+++ b/lisp/rep/io/file-handlers/tar.jl
@@ -17,7 +17,8 @@
;; You should have received a copy of the GNU General Public License
;; along with librep; see the file COPYING. If not, write to
-;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
+;; the Free Software Foundation, 51 Franklin Street, Fifth Floor,
+;; Boston, MA 02110-1301 USA
;; Commentary:
diff --git a/lisp/rep/io/file-handlers/tilde.jl b/lisp/rep/io/file-handlers/tilde.jl
index 66e48f5..2f9613a 100644
--- a/lisp/rep/io/file-handlers/tilde.jl
+++ b/lisp/rep/io/file-handlers/tilde.jl
@@ -18,7 +18,8 @@
You should have received a copy of the GNU General Public License
along with Jade; see the file COPYING. If not, write to
- the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
+ the Free Software Foundation, 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301 USA
|#
(define-structure rep.io.file-handlers.tilde ()
diff --git a/lisp/rep/io/files.jl b/lisp/rep/io/files.jl
index 67e32fc..2d5bc7a 100644
--- a/lisp/rep/io/files.jl
+++ b/lisp/rep/io/files.jl
@@ -18,7 +18,8 @@
You should have received a copy of the GNU General Public License
along with librep; see the file COPYING. If not, write to
- the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
+ the Free Software Foundation, 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301 USA
|#
(declare (in-module rep.io.files))
diff --git a/lisp/rep/io/streams.jl b/lisp/rep/io/streams.jl
index 2393461..7bba9c7 100644
--- a/lisp/rep/io/streams.jl
+++ b/lisp/rep/io/streams.jl
@@ -18,7 +18,8 @@
You should have received a copy of the GNU General Public License
along with librep; see the file COPYING. If not, write to
- the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
+ the Free Software Foundation, 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301 USA
|#
(declare (in-module rep.io.streams))
diff --git a/lisp/rep/lang/compat-doc.jl b/lisp/rep/lang/compat-doc.jl
index 355859d..f06c788 100644
--- a/lisp/rep/lang/compat-doc.jl
+++ b/lisp/rep/lang/compat-doc.jl
@@ -18,7 +18,8 @@
You should have received a copy of the GNU General Public License
along with librep; see the file COPYING. If not, write to
- the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
+ the Free Software Foundation, 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301 USA
For the current doc system, see doc.jl in this directory.
|#
diff --git a/lisp/rep/lang/debugger.jl b/lisp/rep/lang/debugger.jl
index e359f26..70eedca 100644
--- a/lisp/rep/lang/debugger.jl
+++ b/lisp/rep/lang/debugger.jl
@@ -18,7 +18,8 @@
You should have received a copy of the GNU General Public License
along with Librep; see the file COPYING. If not, write to
- the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
+ the Free Software Foundation, 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301 USA
|#
;; XXX extend this to support the structure inspection meta-commands
diff --git a/lisp/rep/lang/define.jl b/lisp/rep/lang/define.jl
index c15c1dc..b225b51 100644
--- a/lisp/rep/lang/define.jl
+++ b/lisp/rep/lang/define.jl
@@ -17,7 +17,8 @@
;; You should have received a copy of the GNU General Public License
;; along with librep; see the file COPYING. If not, write to
-;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
+;; the Free Software Foundation, 51 Franklin Street, Fifth Floor,
+;; Boston, MA 02110-1301 USA
(declare (unsafe-for-call/cc))
diff --git a/lisp/rep/lang/doc.jl b/lisp/rep/lang/doc.jl
index e2dd0cf..e2045c5 100644
--- a/lisp/rep/lang/doc.jl
+++ b/lisp/rep/lang/doc.jl
@@ -18,7 +18,8 @@
You should have received a copy of the GNU General Public License
along with Librep; see the file COPYING. If not, write to
- the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
+ the Free Software Foundation, 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301 USA
Module 'lisp-doc' is the alias for rep.lang.compat-doc, NOT of
this file.
diff --git a/lisp/rep/lang/error-helper.jl b/lisp/rep/lang/error-helper.jl
index 0f0b4c9..82459a2 100644
--- a/lisp/rep/lang/error-helper.jl
+++ b/lisp/rep/lang/error-helper.jl
@@ -18,7 +18,8 @@
You should have received a copy of the GNU General Public License
along with librep; see the file COPYING. If not, write to
- the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
+ the Free Software Foundation, 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301 USA
|#
(define-structure rep.lang.error-helper
diff --git a/lisp/rep/lang/interpreter.jl b/lisp/rep/lang/interpreter.jl
index c3fdd02..915a057 100644
--- a/lisp/rep/lang/interpreter.jl
+++ b/lisp/rep/lang/interpreter.jl
@@ -18,7 +18,8 @@
You should have received a copy of the GNU General Public License
along with librep; see the file COPYING. If not, write to
- the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
+ the Free Software Foundation, 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301 USA
|#
(open-structures '(rep.lang.symbols
diff --git a/lisp/rep/lang/math.jl b/lisp/rep/lang/math.jl
index 7807428..1fe2024 100644
--- a/lisp/rep/lang/math.jl
+++ b/lisp/rep/lang/math.jl
@@ -18,7 +18,8 @@
You should have received a copy of the GNU General Public License
along with librep; see the file COPYING. If not, write to
- the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
+ the Free Software Foundation, 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301 USA
|#
(declare (in-module rep.lang.math))
diff --git a/lisp/rep/lang/profiler.jl b/lisp/rep/lang/profiler.jl
index fb345ac..d27fb13 100644
--- a/lisp/rep/lang/profiler.jl
+++ b/lisp/rep/lang/profiler.jl
@@ -18,7 +18,8 @@
You should have received a copy of the GNU General Public License
along with Jade; see the file COPYING. If not, write to
- the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
+ the Free Software Foundation, 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301 USA
|#
(define-structure rep.lang.profiler
diff --git a/lisp/rep/mail/addr.jl b/lisp/rep/mail/addr.jl
index 2ae9795..a0cda85 100644
--- a/lisp/rep/mail/addr.jl
+++ b/lisp/rep/mail/addr.jl
@@ -16,7 +16,8 @@
;;; You should have received a copy of the GNU General Public License
;;; along with Jade; see the file COPYING. If not, write to
-;;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
+;;; the Free Software Foundation, 51 Franklin Street, Fifth Floor,
+;;; Boston, MA 02110-1301 USA
(define-structure rep.mail.addr ()
diff --git a/lisp/rep/module-system.jl b/lisp/rep/module-system.jl
index 0a213a1..2bb7181 100644
--- a/lisp/rep/module-system.jl
+++ b/lisp/rep/module-system.jl
@@ -18,7 +18,8 @@
You should have received a copy of the GNU General Public License
along with librep; see the file COPYING. If not, write to
- the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
+ the Free Software Foundation, 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301 USA
|#
(declare (in-module rep.module-system))
diff --git a/lisp/rep/net/domain-name.jl b/lisp/rep/net/domain-name.jl
index ab0afe3..21b7b8a 100644
--- a/lisp/rep/net/domain-name.jl
+++ b/lisp/rep/net/domain-name.jl
@@ -18,7 +18,8 @@
You should have received a copy of the GNU General Public License
along with librep; see the file COPYING. If not, write to
- the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
+ the Free Software Foundation, 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301 USA
|#
(define-structure rep.net.domain-name
diff --git a/lisp/rep/net/rpc.jl b/lisp/rep/net/rpc.jl
index 244741b..6dfb4af 100644
--- a/lisp/rep/net/rpc.jl
+++ b/lisp/rep/net/rpc.jl
@@ -18,7 +18,8 @@
You should have received a copy of the GNU General Public License
along with librep; see the file COPYING. If not, write to
- the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
+ the Free Software Foundation, 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301 USA
|#
;; Commentary:
diff --git a/lisp/rep/regexp.jl b/lisp/rep/regexp.jl
index 9e1a6a9..0d73e3c 100644
--- a/lisp/rep/regexp.jl
+++ b/lisp/rep/regexp.jl
@@ -18,7 +18,8 @@
You should have received a copy of the GNU General Public License
along with librep; see the file COPYING. If not, write to
- the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
+ the Free Software Foundation, 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301 USA
|#
(declare (in-module rep.regexp))
diff --git a/lisp/rep/structures.jl b/lisp/rep/structures.jl
index ae28915..98c26ae 100644
--- a/lisp/rep/structures.jl
+++ b/lisp/rep/structures.jl
@@ -18,7 +18,8 @@
You should have received a copy of the GNU General Public License
along with librep; see the file COPYING. If not, write to
- the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
+ the Free Software Foundation, 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301 USA
|#
(declare (in-module rep.structures))
diff --git a/lisp/rep/system.jl b/lisp/rep/system.jl
index 4d30c26..d29154a 100644
--- a/lisp/rep/system.jl
+++ b/lisp/rep/system.jl
@@ -18,7 +18,8 @@
You should have received a copy of the GNU General Public License
along with librep; see the file COPYING. If not, write to
- the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
+ the Free Software Foundation, 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301 USA
|#
(declare (in-module rep.system))
diff --git a/lisp/rep/system/environ.jl b/lisp/rep/system/environ.jl
index 64eab1f..9da49ef 100644
--- a/lisp/rep/system/environ.jl
+++ b/lisp/rep/system/environ.jl
@@ -18,7 +18,8 @@
You should have received a copy of the GNU General Public License
along with librep; see the file COPYING. If not, write to
- the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
+ the Free Software Foundation, 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301 USA
|#
(declare (in-module rep.system))
diff --git a/lisp/rep/system/pwd-prompt.jl b/lisp/rep/system/pwd-prompt.jl
index f01f60e..92bde71 100644
--- a/lisp/rep/system/pwd-prompt.jl
+++ b/lisp/rep/system/pwd-prompt.jl
@@ -18,7 +18,8 @@
You should have received a copy of the GNU General Public License
along with librep; see the file COPYING. If not, write to
- the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
+ the Free Software Foundation, 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301 USA
|#
(declare (in-module rep.system))
diff --git a/lisp/rep/test/autoload.jl b/lisp/rep/test/autoload.jl
index 98d6b32..b3b0ac8 100644
--- a/lisp/rep/test/autoload.jl
+++ b/lisp/rep/test/autoload.jl
@@ -17,7 +17,8 @@
You should have received a copy of the GNU General Public License
along with librep; see the file COPYING. If not, write to
- the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
+ the Free Software Foundation, 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301 USA
|#
#|
diff --git a/lisp/rep/test/data.jl b/lisp/rep/test/data.jl
index b4826ca..48da154 100644
--- a/lisp/rep/test/data.jl
+++ b/lisp/rep/test/data.jl
@@ -18,7 +18,8 @@
You should have received a copy of the GNU General Public License
along with librep; see the file COPYING. If not, write to
- the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
+ the Free Software Foundation, 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301 USA
|#
(define-structure rep.data.self-tests ()
diff --git a/lisp/rep/test/framework.jl b/lisp/rep/test/framework.jl
index 2c88745..3a62061 100644
--- a/lisp/rep/test/framework.jl
+++ b/lisp/rep/test/framework.jl
@@ -18,7 +18,8 @@
You should have received a copy of the GNU General Public License
along with librep; see the file COPYING. If not, write to
- the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
+ the Free Software Foundation, 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301 USA
|#
(define-structure rep.test.framework
diff --git a/lisp/rep/threads/condition-variable.jl b/lisp/rep/threads/condition-variable.jl
index 335b0ff..c72ce24 100644
--- a/lisp/rep/threads/condition-variable.jl
+++ b/lisp/rep/threads/condition-variable.jl
@@ -18,7 +18,8 @@
You should have received a copy of the GNU General Public License
along with librep; see the file COPYING. If not, write to
- the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
+ the Free Software Foundation, 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301 USA
|#
(define-structure rep.threads.condition-variable
diff --git a/lisp/rep/threads/message-port.jl b/lisp/rep/threads/message-port.jl
index 4cdb2ab..c657074 100644
--- a/lisp/rep/threads/message-port.jl
+++ b/lisp/rep/threads/message-port.jl
@@ -18,7 +18,8 @@
You should have received a copy of the GNU General Public License
along with librep; see the file COPYING. If not, write to
- the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
+ the Free Software Foundation, 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301 USA
|#
(define-structure rep.threads.message-port
diff --git a/lisp/rep/threads/mutex.jl b/lisp/rep/threads/mutex.jl
index 068cef2..6425780 100644
--- a/lisp/rep/threads/mutex.jl
+++ b/lisp/rep/threads/mutex.jl
@@ -17,7 +17,8 @@
;; You should have received a copy of the GNU General Public License
;; along with librep; see the file COPYING. If not, write to
-;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
+;; the Free Software Foundation, 51 Franklin Street, Fifth Floor,
+;; Boston, MA 02110-1301 USA
(define-structure rep.threads.mutex
diff --git a/lisp/rep/threads/proxy.jl b/lisp/rep/threads/proxy.jl
index 96d771d..85fe245 100644
--- a/lisp/rep/threads/proxy.jl
+++ b/lisp/rep/threads/proxy.jl
@@ -18,7 +18,8 @@
You should have received a copy of the GNU General Public License
along with librep; see the file COPYING. If not, write to
- the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
+ the Free Software Foundation, 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301 USA
|#
;; I don't think I ever tested this code, but I'm tired of having it
diff --git a/lisp/rep/threads/utils.jl b/lisp/rep/threads/utils.jl
index 8d8b644..8714d40 100644
--- a/lisp/rep/threads/utils.jl
+++ b/lisp/rep/threads/utils.jl
@@ -17,7 +17,8 @@
;; You should have received a copy of the GNU General Public License
;; along with librep; see the file COPYING. If not, write to
-;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
+;; the Free Software Foundation, 51 Franklin Street, Fifth Floor,
+;; Boston, MA 02110-1301 USA
(define-structure rep.threads.utils
diff --git a/lisp/rep/user.jl b/lisp/rep/user.jl
index 0130050..6046071 100644
--- a/lisp/rep/user.jl
+++ b/lisp/rep/user.jl
@@ -18,7 +18,8 @@
You should have received a copy of the GNU General Public License
along with librep; see the file COPYING. If not, write to
- the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
+ the Free Software Foundation, 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301 USA
|#
(define-structure user ()
diff --git a/lisp/rep/util/autoloader.jl b/lisp/rep/util/autoloader.jl
index 29d2920..5169a29 100644
--- a/lisp/rep/util/autoloader.jl
+++ b/lisp/rep/util/autoloader.jl
@@ -18,7 +18,8 @@
You should have received a copy of the GNU General Public License
along with librep; see the file COPYING. If not, write to
- the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
+ the Free Software Foundation, 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301 USA
|#
(define-structure rep.util.autoloader
diff --git a/lisp/rep/util/base64.jl b/lisp/rep/util/base64.jl
index 1caf922..756ac50 100644
--- a/lisp/rep/util/base64.jl
+++ b/lisp/rep/util/base64.jl
@@ -18,7 +18,8 @@
You should have received a copy of the GNU General Public License
along with librep; see the file COPYING. If not, write to
- the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
+ the Free Software Foundation, 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301 USA
|#
(declare (unsafe-for-call/cc))
diff --git a/lisp/rep/util/date.jl b/lisp/rep/util/date.jl
index e74f93b..495f12a 100644
--- a/lisp/rep/util/date.jl
+++ b/lisp/rep/util/date.jl
@@ -16,7 +16,8 @@
;;; You should have received a copy of the GNU General Public License
;;; along with Jade; see the file COPYING. If not, write to
-;;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
+;;; the Free Software Foundation, 51 Franklin Street, Fifth Floor,
+;;; Boston, MA 02110-1301 USA
(declare (unsafe-for-call/cc))
diff --git a/lisp/rep/util/gaol.jl b/lisp/rep/util/gaol.jl
index 31025bf..e426f85 100644
--- a/lisp/rep/util/gaol.jl
+++ b/lisp/rep/util/gaol.jl
@@ -15,7 +15,8 @@
;; You should have received a copy of the GNU General Public License
;; along with librep; see the file COPYING. If not, write to
-;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
+;; the Free Software Foundation, 51 Franklin Street, Fifth Floor,
+;; Boston, MA 02110-1301 USA
(define-structure rep.util.gaol
diff --git a/lisp/rep/util/ispell.jl b/lisp/rep/util/ispell.jl
index ad0deb8..e9b7382 100644
--- a/lisp/rep/util/ispell.jl
+++ b/lisp/rep/util/ispell.jl
@@ -18,7 +18,8 @@
You should have received a copy of the GNU General Public License
along with librep; see the file COPYING. If not, write to
- the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
+ the Free Software Foundation, 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301 USA
|#
(define-structure rep.util.ispell
diff --git a/lisp/rep/util/memoize.jl b/lisp/rep/util/memoize.jl
index 0f0b2cf..6e8034f 100644
--- a/lisp/rep/util/memoize.jl
+++ b/lisp/rep/util/memoize.jl
@@ -17,7 +17,8 @@
;; You should have received a copy of the GNU General Public License
;; along with librep; see the file COPYING. If not, write to
-;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
+;; the Free Software Foundation, 51 Franklin Street, Fifth Floor,
+;; Boston, MA 02110-1301 USA
(define-structure rep.util.memoize
diff --git a/lisp/rep/util/misc.jl b/lisp/rep/util/misc.jl
index fb2f7a7..f6d1de2 100644
--- a/lisp/rep/util/misc.jl
+++ b/lisp/rep/util/misc.jl
@@ -18,7 +18,8 @@
You should have received a copy of the GNU General Public License
along with librep; see the file COPYING. If not, write to
- the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
+ the Free Software Foundation, 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301 USA
|#
(define-structure rep.util.misc
diff --git a/lisp/rep/util/repl.jl b/lisp/rep/util/repl.jl
index ee81a8c..fd5e595 100644
--- a/lisp/rep/util/repl.jl
+++ b/lisp/rep/util/repl.jl
@@ -18,7 +18,8 @@
You should have received a copy of the GNU General Public License
along with librep; see the file COPYING. If not, write to
- the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
+ the Free Software Foundation, 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301 USA
|#
(define-structure rep.util.repl
diff --git a/lisp/rep/util/time.jl b/lisp/rep/util/time.jl
index a5d61b3..7691c71 100644
--- a/lisp/rep/util/time.jl
+++ b/lisp/rep/util/time.jl
@@ -18,7 +18,8 @@
You should have received a copy of the GNU General Public License
along with librep; see the file COPYING. If not, write to
- the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
+ the Free Software Foundation, 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301 USA
|#
(define-structure rep.util.time
diff --git a/lisp/rep/vm/assembler.jl b/lisp/rep/vm/assembler.jl
index 17be365..4152630 100644
--- a/lisp/rep/vm/assembler.jl
+++ b/lisp/rep/vm/assembler.jl
@@ -18,7 +18,8 @@
You should have received a copy of the GNU General Public License
along with librep; see the file COPYING. If not, write to
- the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
+ the Free Software Foundation, 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301 USA
|#
;; The plan is to use in the compiler at some point to remove the ugly
diff --git a/lisp/rep/vm/bytecode-defs.jl b/lisp/rep/vm/bytecode-defs.jl
index 9d30423..3957046 100644
--- a/lisp/rep/vm/bytecode-defs.jl
+++ b/lisp/rep/vm/bytecode-defs.jl
@@ -18,7 +18,8 @@
You should have received a copy of the GNU General Public License
along with Librep; see the file COPYING. If not, write to
- the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
+ the Free Software Foundation, 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301 USA
|#
(define-structure rep.vm.bytecode-defs
diff --git a/lisp/rep/vm/bytecodes.jl b/lisp/rep/vm/bytecodes.jl
index 02e7fd9..00db8ed 100644
--- a/lisp/rep/vm/bytecodes.jl
+++ b/lisp/rep/vm/bytecodes.jl
@@ -18,7 +18,8 @@
You should have received a copy of the GNU General Public License
along with Librep; see the file COPYING. If not, write to
- the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
+ the Free Software Foundation, 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301 USA
|#
(define-structure rep.vm.bytecodes
diff --git a/lisp/rep/vm/compiler.jl b/lisp/rep/vm/compiler.jl
index 2c3d4b6..f9817c0 100644
--- a/lisp/rep/vm/compiler.jl
+++ b/lisp/rep/vm/compiler.jl
@@ -18,7 +18,8 @@
You should have received a copy of the GNU General Public License
along with librep; see the file COPYING. If not, write to
- the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
+ the Free Software Foundation, 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301 USA
|#
(declare (unsafe-for-call/cc))
diff --git a/lisp/rep/vm/compiler/basic.jl b/lisp/rep/vm/compiler/basic.jl
index f39f1ef..5ba2e23 100644
--- a/lisp/rep/vm/compiler/basic.jl
+++ b/lisp/rep/vm/compiler/basic.jl
@@ -18,7 +18,8 @@
You should have received a copy of the GNU General Public License
along with librep; see the file COPYING. If not, write to
- the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
+ the Free Software Foundation, 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301 USA
|#
(declare (unsafe-for-call/cc))
diff --git a/lisp/rep/vm/compiler/bindings.jl b/lisp/rep/vm/compiler/bindings.jl
index c274a34..c45711e 100644
--- a/lisp/rep/vm/compiler/bindings.jl
+++ b/lisp/rep/vm/compiler/bindings.jl
@@ -18,7 +18,8 @@
You should have received a copy of the GNU General Public License
along with librep; see the file COPYING. If not, write to
- the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
+ the Free Software Foundation, 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301 USA
|#
(declare (unsafe-for-call/cc))
diff --git a/lisp/rep/vm/compiler/inline.jl b/lisp/rep/vm/compiler/inline.jl
index 1c4aa1b..2ca140f 100644
--- a/lisp/rep/vm/compiler/inline.jl
+++ b/lisp/rep/vm/compiler/inline.jl
@@ -18,7 +18,8 @@
You should have received a copy of the GNU General Public License
along with librep; see the file COPYING. If not, write to
- the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
+ the Free Software Foundation, 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301 USA
|#
(declare (unsafe-for-call/cc))
diff --git a/lisp/rep/vm/compiler/lap.jl b/lisp/rep/vm/compiler/lap.jl
index 9925204..6b52204 100644
--- a/lisp/rep/vm/compiler/lap.jl
+++ b/lisp/rep/vm/compiler/lap.jl
@@ -18,7 +18,8 @@
You should have received a copy of the GNU General Public License
along with librep; see the file COPYING. If not, write to
- the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
+ the Free Software Foundation, 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301 USA
|#
(declare (unsafe-for-call/cc))
diff --git a/lisp/rep/vm/compiler/modules.jl b/lisp/rep/vm/compiler/modules.jl
index c31e02f..1f6cf78 100644
--- a/lisp/rep/vm/compiler/modules.jl
+++ b/lisp/rep/vm/compiler/modules.jl
@@ -18,7 +18,8 @@
You should have received a copy of the GNU General Public License
along with librep; see the file COPYING. If not, write to
- the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
+ the Free Software Foundation, 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301 USA
|#
(declare (unsafe-for-call/cc))
diff --git a/lisp/rep/vm/compiler/no-lang.jl b/lisp/rep/vm/compiler/no-lang.jl
index b3f18df..8680e18 100644
--- a/lisp/rep/vm/compiler/no-lang.jl
+++ b/lisp/rep/vm/compiler/no-lang.jl
@@ -18,7 +18,8 @@
You should have received a copy of the GNU General Public License
along with librep; see the file COPYING. If not, write to
- the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
+ the Free Software Foundation, 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301 USA
|#
(define-structure rep.vm.compiler.no-lang ()
diff --git a/lisp/rep/vm/compiler/rep.jl b/lisp/rep/vm/compiler/rep.jl
index dcf2a62..7be1d61 100644
--- a/lisp/rep/vm/compiler/rep.jl
+++ b/lisp/rep/vm/compiler/rep.jl
@@ -18,7 +18,8 @@
You should have received a copy of the GNU General Public License
along with librep; see the file COPYING. If not, write to
- the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
+ the Free Software Foundation, 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301 USA
|#
(declare (unsafe-for-call/cc))
diff --git a/lisp/rep/vm/compiler/src.jl b/lisp/rep/vm/compiler/src.jl
index d27ba71..bbc8940 100644
--- a/lisp/rep/vm/compiler/src.jl
+++ b/lisp/rep/vm/compiler/src.jl
@@ -18,7 +18,8 @@
You should have received a copy of the GNU General Public License
along with librep; see the file COPYING. If not, write to
- the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
+ the Free Software Foundation, 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301 USA
|#
(declare (unsafe-for-call/cc))
diff --git a/lisp/rep/vm/compiler/utils.jl b/lisp/rep/vm/compiler/utils.jl
index 099d546..cd9f71b 100644
--- a/lisp/rep/vm/compiler/utils.jl
+++ b/lisp/rep/vm/compiler/utils.jl
@@ -18,7 +18,8 @@
You should have received a copy of the GNU General Public License
along with librep; see the file COPYING. If not, write to
- the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
+ the Free Software Foundation, 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301 USA
|#
(declare (unsafe-for-call/cc))
diff --git a/lisp/rep/vm/disassembler.jl b/lisp/rep/vm/disassembler.jl
index 2716481..1977391 100644
--- a/lisp/rep/vm/disassembler.jl
+++ b/lisp/rep/vm/disassembler.jl
@@ -18,7 +18,8 @@
;; You should have received a copy of the GNU General Public License
;; along with Jade; see the file COPYING. If not, write to
-;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
+;; the Free Software Foundation, 51 Franklin Street, Fifth Floor,
+;; Boston, MA 02110-1301 USA
(declare (unsafe-for-call/cc))
diff --git a/lisp/rep/vm/peephole.jl b/lisp/rep/vm/peephole.jl
index 20e0f83..4e7b43b 100644
--- a/lisp/rep/vm/peephole.jl
+++ b/lisp/rep/vm/peephole.jl
@@ -18,7 +18,8 @@
You should have received a copy of the GNU General Public License
along with Jade; see the file COPYING. If not, write to
- the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
+ the Free Software Foundation, 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301 USA
|#
;; Most of the optimisation patterns in the peephole optimiser were
diff --git a/lisp/rep/www/cgi-get.jl b/lisp/rep/www/cgi-get.jl
index 45e2ca1..b6f0359 100644
--- a/lisp/rep/www/cgi-get.jl
+++ b/lisp/rep/www/cgi-get.jl
@@ -17,7 +17,8 @@
;; You should have received a copy of the GNU General Public License
;; along with librep; see the file COPYING. If not, write to
-;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
+;; the Free Software Foundation, 51 Franklin Street, Fifth Floor,
+;; Boston, MA 02110-1301 USA
(declare (unsafe-for-call/cc))
diff --git a/lisp/rep/www/fetch-url.jl b/lisp/rep/www/fetch-url.jl
index 505ae47..2f5d264 100644
--- a/lisp/rep/www/fetch-url.jl
+++ b/lisp/rep/www/fetch-url.jl
@@ -18,7 +18,8 @@
You should have received a copy of the GNU General Public License
along with Jade; see the file COPYING. If not, write to
- the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
+ the Free Software Foundation, 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301 USA
|#
(define-structure rep.www.fetch-url
diff --git a/lisp/rep/www/quote-url.jl b/lisp/rep/www/quote-url.jl
index aa88e03..5baaff7 100644
--- a/lisp/rep/www/quote-url.jl
+++ b/lisp/rep/www/quote-url.jl
@@ -18,7 +18,8 @@
You should have received a copy of the GNU General Public License
along with librep; see the file COPYING. If not, write to
- the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
+ the Free Software Foundation, 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301 USA
|#
;; Background:
diff --git a/lisp/rep/xml/printer.jl b/lisp/rep/xml/printer.jl
index 680b3d7..51d59a2 100644
--- a/lisp/rep/xml/printer.jl
+++ b/lisp/rep/xml/printer.jl
@@ -18,7 +18,8 @@
You should have received a copy of the GNU General Public License
along with librep; see the file COPYING. If not, write to
- the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
+ the Free Software Foundation, 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301 USA
|#
(define-structure rep.xml.printer
diff --git a/lisp/rep/xml/reader.jl b/lisp/rep/xml/reader.jl
index 699a8b2..e16de9e 100644
--- a/lisp/rep/xml/reader.jl
+++ b/lisp/rep/xml/reader.jl
@@ -18,7 +18,8 @@
You should have received a copy of the GNU General Public License
along with librep; see the file COPYING. If not, write to
- the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
+ the Free Software Foundation, 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301 USA
|#
;; This is an incredibly basic XML parser. I wrote it to be able to
diff --git a/rep-debugger.el b/rep-debugger.el
index 6becc6e..db241e2 100644
--- a/rep-debugger.el
+++ b/rep-debugger.el
@@ -20,8 +20,8 @@
;; You should have received a copy of the GNU General Public License
;; along with Librep; see the file COPYING. If not, write to the
-;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-;; Boston, MA 02111-1307, USA.
+;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+;; Boston, MA 02110-1301 USA.
;; This file is the perldb portions of gud.el with trivial substitutions
;; to make it work with rep..
diff --git a/src/bytecodes.h b/src/bytecodes.h
index c07c225..2e3fc57 100644
--- a/src/bytecodes.h
+++ b/src/bytecodes.h
@@ -16,7 +16,8 @@
You should have received a copy of the GNU General Public License
along with Jade; see the file COPYING. If not, write to
- the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
+ the Free Software Foundation, 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301 USA */
#ifndef BYTECODES_H
#define BYTECODES_H
diff --git a/src/lispmach.h b/src/lispmach.h
index ec3fd68..4ff5d24 100644
--- a/src/lispmach.h
+++ b/src/lispmach.h
@@ -18,7 +18,8 @@
You should have received a copy of the GNU General Public License
along with Librep; see the file COPYING. If not, write to
- the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
+ the Free Software Foundation, 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301 USA */
/* free macros:
diff --git a/src/rep.h b/src/rep.h
index 78b1553..22e1e63 100644
--- a/src/rep.h
+++ b/src/rep.h
@@ -16,7 +16,8 @@
You should have received a copy of the GNU General Public License
along with Jade; see the file COPYING. If not, write to
- the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
+ the Free Software Foundation, 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301 USA */
#ifndef REP_H
#define REP_H
diff --git a/src/rep_gh.h b/src/rep_gh.h
index 8248f7b..3c81d73 100644
--- a/src/rep_gh.h
+++ b/src/rep_gh.h
@@ -12,8 +12,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.
*
* As a special exception, the Free Software Foundation gives permission
* for additional uses of the text contained in its release of GUILE.
diff --git a/src/rep_lisp.h b/src/rep_lisp.h
index ecf075a..bd537c9 100644
--- a/src/rep_lisp.h
+++ b/src/rep_lisp.h
@@ -16,7 +16,8 @@
You should have received a copy of the GNU General Public License
along with Jade; see the file COPYING. If not, write to
- the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
+ the Free Software Foundation, 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301 USA */
/* library-private definitions are in repint.h */
diff --git a/src/rep_subrs.h b/src/rep_subrs.h
index 9d50511..592bc54 100644
--- a/src/rep_subrs.h
+++ b/src/rep_subrs.h
@@ -16,7 +16,8 @@
You should have received a copy of the GNU General Public License
along with Jade; see the file COPYING. If not, write to
- the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
+ the Free Software Foundation, 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301 USA */
#ifndef REP_SUBRS_H
#define REP_SUBRS_H
diff --git a/src/repint.h b/src/repint.h
index 378abeb..5e0f28d 100644
--- a/src/repint.h
+++ b/src/repint.h
@@ -16,7 +16,8 @@
You should have received a copy of the GNU General Public License
along with Jade; see the file COPYING. If not, write to
- the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
+ the Free Software Foundation, 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301 USA */
#ifndef REPINT_H
#define REPINT_H
diff --git a/src/repint_subrs.h b/src/repint_subrs.h
index 1cc7293..d1a51bb 100644
--- a/src/repint_subrs.h
+++ b/src/repint_subrs.h
@@ -16,7 +16,8 @@
You should have received a copy of the GNU General Public License
along with Jade; see the file COPYING. If not, write to
- the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
+ the Free Software Foundation, 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301 USA */
#ifndef REPINT_SUBRS_H
#define REPINT_SUBRS_H
diff --git a/src/unix_defs.h b/src/unix_defs.h
index 25e0c5e..2042793 100644
--- a/src/unix_defs.h
+++ b/src/unix_defs.h
@@ -16,7 +16,8 @@
You should have received a copy of the GNU General Public License
along with Jade; see the file COPYING. If not, write to
- the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
+ the Free Software Foundation, 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301 USA */
#ifndef _UNIX_DEFS_H
#define _UNIX_DEFS_H
--
1.7.7
--
Sawfish ML