diff options
author | Erik Naggum <erik@naggum.no> | 1996-01-15 09:18:04 +0000 |
---|---|---|
committer | Erik Naggum <erik@naggum.no> | 1996-01-15 09:18:04 +0000 |
commit | 3b7ad313e0d7b351c55cf999474b61cdc18ecad1 (patch) | |
tree | a6dc7b6e739b8c76fec07e649e71413e470b2c7f /src | |
parent | bf2b146b133ff5ab5a4cb3b13d30f1418cfa74a7 (diff) | |
download | emacs-3b7ad313e0d7b351c55cf999474b61cdc18ecad1.tar.gz |
Update FSF's address in the preamble.
Diffstat (limited to 'src')
234 files changed, 677 insertions, 433 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index 9f2381c79f1..b4b31fd3119 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -15,7 +15,8 @@ # You should have received a copy of the GNU General Public License # along with GNU Emacs; see the file COPYING. If not, write to -# the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +# the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +# Boston, MA 02111-1307, USA. # Here are the things that we expect ../configure to edit. srcdir=@srcdir@ diff --git a/src/abbrev.c b/src/abbrev.c index 683a783b1bf..6d88dad7716 100644 --- a/src/abbrev.c +++ b/src/abbrev.c @@ -15,7 +15,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ #include <config.h> diff --git a/src/alloc.c b/src/alloc.c index a2a2a661e0c..4c229c6329f 100644 --- a/src/alloc.c +++ b/src/alloc.c @@ -15,7 +15,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ /* Note that this declares bzero on OSF/1. How dumb. */ #include <signal.h> diff --git a/src/blockinput.h b/src/blockinput.h index da20e7f1ee1..a4bf3256335 100644 --- a/src/blockinput.h +++ b/src/blockinput.h @@ -15,7 +15,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ /* When Emacs is using signal-driven input, the processing of those diff --git a/src/buffer.c b/src/buffer.c index 6c2c7e8bd30..891d9eb083f 100644 --- a/src/buffer.c +++ b/src/buffer.c @@ -16,7 +16,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ #include <sys/types.h> diff --git a/src/buffer.h b/src/buffer.h index 10d93c14bda..fafe6ec0b76 100644 --- a/src/buffer.h +++ b/src/buffer.h @@ -15,7 +15,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ #ifdef USE_TEXT_PROPERTIES diff --git a/src/bytecode.c b/src/bytecode.c index 422855f4ed1..3221970ccac 100644 --- a/src/bytecode.c +++ b/src/bytecode.c @@ -15,7 +15,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. hacked on by jwz@lucid.com 17-jun-91 o added a compile-time switch to turn on simple sanity checking; diff --git a/src/callint.c b/src/callint.c index c0699b44fb8..a874053d229 100644 --- a/src/callint.c +++ b/src/callint.c @@ -15,7 +15,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ #include <config.h> diff --git a/src/callproc.c b/src/callproc.c index 25b917c9c05..9151f0d1b04 100644 --- a/src/callproc.c +++ b/src/callproc.c @@ -15,7 +15,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ #include <signal.h> diff --git a/src/casefiddle.c b/src/casefiddle.c index d6d72877a66..a630025fa19 100644 --- a/src/casefiddle.c +++ b/src/casefiddle.c @@ -15,7 +15,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ #include <config.h> diff --git a/src/casetab.c b/src/casetab.c index ab3cac1de97..112910cc09c 100644 --- a/src/casetab.c +++ b/src/casetab.c @@ -15,7 +15,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ /* Written by Howard Gayle. See chartab.c for details. */ @@ -16,7 +16,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ #include <config.h> @@ -15,7 +15,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ /* Holds the minimum and maximum costs for the parametrized capabilities. */ struct parmcap diff --git a/src/cmds.c b/src/cmds.c index 64b06f20b92..687ba76cb93 100644 --- a/src/cmds.c +++ b/src/cmds.c @@ -15,7 +15,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ #include <config.h> diff --git a/src/commands.h b/src/commands.h index 3447c2d5365..99c5ca75376 100644 --- a/src/commands.h +++ b/src/commands.h @@ -15,7 +15,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ #define Ctl(c) ((c)&037) diff --git a/src/data.c b/src/data.c index 22c0db36067..263a21bebc1 100644 --- a/src/data.c +++ b/src/data.c @@ -15,7 +15,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ #include <signal.h> diff --git a/src/dired.c b/src/dired.c index 15e969b4566..5334ed64121 100644 --- a/src/dired.c +++ b/src/dired.c @@ -15,7 +15,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ #include <config.h> diff --git a/src/dispextern.h b/src/dispextern.h index 98fefbc4de9..500221d0b07 100644 --- a/src/dispextern.h +++ b/src/dispextern.h @@ -15,7 +15,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ #ifndef _DISPEXTERN_H_ #define _DISPEXTERN_H_ diff --git a/src/dispnew.c b/src/dispnew.c index 1b958bcd29f..b0e0fb31990 100644 --- a/src/dispnew.c +++ b/src/dispnew.c @@ -15,7 +15,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ #include <signal.h> diff --git a/src/disptab.h b/src/disptab.h index a21e188b3e5..71f36b6353a 100644 --- a/src/disptab.h +++ b/src/disptab.h @@ -15,7 +15,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ /* Access the slots of a display-table, according to their purpose. */ diff --git a/src/doc.c b/src/doc.c index 9c8ed95561f..1839b1f1699 100644 --- a/src/doc.c +++ b/src/doc.c @@ -15,7 +15,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ #include <config.h> diff --git a/src/doprnt.c b/src/doprnt.c index 07ce5b88ed3..2a3839d389e 100644 --- a/src/doprnt.c +++ b/src/doprnt.c @@ -17,7 +17,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ #include <config.h> diff --git a/src/dosfns.c b/src/dosfns.c index 58a928b146c..71149c78c60 100644 --- a/src/dosfns.c +++ b/src/dosfns.c @@ -16,7 +16,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ #include <config.h> diff --git a/src/dosfns.h b/src/dosfns.h index 45678bce506..0858e5cf096 100644 --- a/src/dosfns.h +++ b/src/dosfns.h @@ -16,7 +16,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ extern int dos_hyper_key; extern int dos_super_key; diff --git a/src/eval.c b/src/eval.c index 76baf97f5fe..bbdaa4fd7ee 100644 --- a/src/eval.c +++ b/src/eval.c @@ -15,7 +15,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ #include <config.h> diff --git a/src/fileio.c b/src/fileio.c index 41857c43350..ec7d710cd36 100644 --- a/src/fileio.c +++ b/src/fileio.c @@ -15,7 +15,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ #include <config.h> diff --git a/src/filelock.c b/src/filelock.c index 8fcc1c03c5a..27b4be4ad35 100644 --- a/src/filelock.c +++ b/src/filelock.c @@ -14,7 +14,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ #include <sys/types.h> diff --git a/src/floatfns.c b/src/floatfns.c index f9da0c4af33..bedd82bb759 100644 --- a/src/floatfns.c +++ b/src/floatfns.c @@ -15,7 +15,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ /* ANSI C requires only these float functions: diff --git a/src/fns.c b/src/fns.c index e8d9814b64a..62050ef59ab 100644 --- a/src/fns.c +++ b/src/fns.c @@ -15,7 +15,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ #include <config.h> diff --git a/src/frame.c b/src/frame.c index a09b6546083..ba5287859a7 100644 --- a/src/frame.c +++ b/src/frame.c @@ -15,7 +15,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ #include <config.h> diff --git a/src/frame.h b/src/frame.h index cfb42dad720..2008064e8d5 100644 --- a/src/frame.h +++ b/src/frame.h @@ -15,7 +15,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ /* Miscellanea. */ diff --git a/src/indent.c b/src/indent.c index 6b0fd786774..eb598424ff5 100644 --- a/src/indent.c +++ b/src/indent.c @@ -15,7 +15,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ #include <config.h> diff --git a/src/indent.h b/src/indent.h index 04fae3d036c..9beff4bfb4d 100644 --- a/src/indent.h +++ b/src/indent.h @@ -15,7 +15,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ struct position diff --git a/src/insdel.c b/src/insdel.c index b74ebe74947..a22fb10fb54 100644 --- a/src/insdel.c +++ b/src/insdel.c @@ -15,7 +15,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ #include <config.h> diff --git a/src/intervals.c b/src/intervals.c index 1d528058498..1ad7c28fbce 100644 --- a/src/intervals.c +++ b/src/intervals.c @@ -15,7 +15,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ /* NOTES: diff --git a/src/intervals.h b/src/intervals.h index 52a8020a1cf..9b778c1c24d 100644 --- a/src/intervals.h +++ b/src/intervals.h @@ -15,7 +15,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ #ifdef USE_TEXT_PROPERTIES #ifndef NORMAL_FACE diff --git a/src/keyboard.c b/src/keyboard.c index 0d6d7117e30..2dd5dea7642 100644 --- a/src/keyboard.c +++ b/src/keyboard.c @@ -15,7 +15,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ /* Allow config.h to undefine symbols found here. */ #include <signal.h> diff --git a/src/keyboard.h b/src/keyboard.h index 7521cfcc941..66ff8ca36bc 100644 --- a/src/keyboard.h +++ b/src/keyboard.h @@ -15,7 +15,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ /* Length of echobuf field in each KBOARD. */ diff --git a/src/keymap.c b/src/keymap.c index 43a9fb935da..ef534b5894f 100644 --- a/src/keymap.c +++ b/src/keymap.c @@ -15,7 +15,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ #include <config.h> diff --git a/src/lastfile.c b/src/lastfile.c index a3bb571695f..0efb03dac8f 100644 --- a/src/lastfile.c +++ b/src/lastfile.c @@ -15,7 +15,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ /* How this works: diff --git a/src/lisp.h b/src/lisp.h index 0c864c46e3c..61ead0907d3 100644 --- a/src/lisp.h +++ b/src/lisp.h @@ -15,7 +15,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ /* These are default choices for the types to use. */ diff --git a/src/lread.c b/src/lread.c index 377e6ed2e40..4b36678e89c 100644 --- a/src/lread.c +++ b/src/lread.c @@ -16,7 +16,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ #include <config.h> diff --git a/src/m/7300.h b/src/m/7300.h index a34f433fdba..b090d8dd3ee 100644 --- a/src/m/7300.h +++ b/src/m/7300.h @@ -16,7 +16,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ /* The following line tells the configuration script what sort of diff --git a/src/m/acorn.h b/src/m/acorn.h index 37b3a6bd684..ad7cfeb4ba2 100644 --- a/src/m/acorn.h +++ b/src/m/acorn.h @@ -15,7 +15,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ diff --git a/src/m/alliant-2800.h b/src/m/alliant-2800.h index d2778f14d4c..5cf7e393433 100644 --- a/src/m/alliant-2800.h +++ b/src/m/alliant-2800.h @@ -15,7 +15,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ /* The following line tells the configuration script what sort of diff --git a/src/m/alliant.h b/src/m/alliant.h index b472c3e93cf..bf8909fb3ef 100644 --- a/src/m/alliant.h +++ b/src/m/alliant.h @@ -18,7 +18,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ /* The following line tells the configuration script what sort of operating system this machine is likely to run. diff --git a/src/m/alpha.h b/src/m/alpha.h index d113f8f32eb..efd4c4021f9 100644 --- a/src/m/alpha.h +++ b/src/m/alpha.h @@ -15,7 +15,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ /* The following line tells the configuration script what sort of diff --git a/src/m/altos.h b/src/m/altos.h index fb6337b07dc..264d65745d1 100644 --- a/src/m/altos.h +++ b/src/m/altos.h @@ -15,7 +15,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ /* The following line tells the configuration script what sort of diff --git a/src/m/amdahl.h b/src/m/amdahl.h index b8907d072bf..08887b49410 100644 --- a/src/m/amdahl.h +++ b/src/m/amdahl.h @@ -15,7 +15,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ /* This file for amdahl_uts created by modifying the template.h diff --git a/src/m/apollo.h b/src/m/apollo.h index 86a367d608c..f8424be88b0 100644 --- a/src/m/apollo.h +++ b/src/m/apollo.h @@ -15,7 +15,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ /* The following line tells the configuration script what sort of diff --git a/src/m/att3b.h b/src/m/att3b.h index afbe9bce5ef..394f3db959f 100644 --- a/src/m/att3b.h +++ b/src/m/att3b.h @@ -17,7 +17,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ /* The following line tells the configuration script what sort of diff --git a/src/m/aviion.h b/src/m/aviion.h index c8c32cc8d69..62802d7a615 100644 --- a/src/m/aviion.h +++ b/src/m/aviion.h @@ -15,7 +15,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ /* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word diff --git a/src/m/celerity.h b/src/m/celerity.h index be6e77a76fc..6e378e84fcc 100644 --- a/src/m/celerity.h +++ b/src/m/celerity.h @@ -15,7 +15,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ /* The following line tells the configuration script what sort of diff --git a/src/m/clipper.h b/src/m/clipper.h index 611d5bcceb9..7dc5e84b07d 100644 --- a/src/m/clipper.h +++ b/src/m/clipper.h @@ -15,7 +15,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ /* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word diff --git a/src/m/cnvrgnt.h b/src/m/cnvrgnt.h index 70517d292d9..c6008083291 100644 --- a/src/m/cnvrgnt.h +++ b/src/m/cnvrgnt.h @@ -15,7 +15,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ /* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word diff --git a/src/m/convex.h b/src/m/convex.h index 4134b0c6cc8..bd5125a2435 100644 --- a/src/m/convex.h +++ b/src/m/convex.h @@ -15,7 +15,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ /* The following line tells the configuration script what sort of diff --git a/src/m/cydra5.h b/src/m/cydra5.h index 47291208241..fe224f28fd9 100644 --- a/src/m/cydra5.h +++ b/src/m/cydra5.h @@ -15,7 +15,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ /* The following line tells the configuration script what sort of diff --git a/src/m/delta.h b/src/m/delta.h index d80f30d13c5..ee883656c30 100644 --- a/src/m/delta.h +++ b/src/m/delta.h @@ -17,7 +17,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ /* The following line tells the configuration script what sort of diff --git a/src/m/delta88k.h b/src/m/delta88k.h index e658d415316..10bb6c911a5 100644 --- a/src/m/delta88k.h +++ b/src/m/delta88k.h @@ -15,7 +15,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ /* The following line tells the configuration script what sort of diff --git a/src/m/dpx2.h b/src/m/dpx2.h index 9bf7986f051..978b2fc88fd 100644 --- a/src/m/dpx2.h +++ b/src/m/dpx2.h @@ -15,7 +15,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ /* The following line tells the configuration script what sort of operating system this machine is likely to run. diff --git a/src/m/dual.h b/src/m/dual.h index af66c2cc182..a2c022f08ed 100644 --- a/src/m/dual.h +++ b/src/m/dual.h @@ -15,7 +15,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ /* The following line tells the configuration script what sort of operating system this machine is likely to run. diff --git a/src/m/elxsi.h b/src/m/elxsi.h index 4bdb9b7fc81..dc27d25bad7 100644 --- a/src/m/elxsi.h +++ b/src/m/elxsi.h @@ -16,7 +16,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ /* The following line tells the configuration script what sort of operating system this machine is likely to run. diff --git a/src/m/gec63.h b/src/m/gec63.h index f7c189023f7..c0ca4280911 100644 --- a/src/m/gec63.h +++ b/src/m/gec63.h @@ -15,7 +15,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ /* The following line tells the configuration script what sort of diff --git a/src/m/gould.h b/src/m/gould.h index 1e3c3f9798b..e208b9ea996 100644 --- a/src/m/gould.h +++ b/src/m/gould.h @@ -21,7 +21,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ /* The following line tells the configuration script what sort of diff --git a/src/m/hp800.h b/src/m/hp800.h index 510c71b4c30..3f2d9f7f5e6 100644 --- a/src/m/hp800.h +++ b/src/m/hp800.h @@ -15,7 +15,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ /* The following line tells the configuration script what sort of diff --git a/src/m/hp9000s300.h b/src/m/hp9000s300.h index d29b1530b39..e4db86a959a 100644 --- a/src/m/hp9000s300.h +++ b/src/m/hp9000s300.h @@ -15,7 +15,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ /* The following line tells the configuration script what sort of diff --git a/src/m/i860.h b/src/m/i860.h index 33d86047b51..f1ce0c04fb1 100644 --- a/src/m/i860.h +++ b/src/m/i860.h @@ -15,7 +15,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ /* The following line tells the configuration script what sort of diff --git a/src/m/ibmps2-aix.h b/src/m/ibmps2-aix.h index 4ed45c2a0f0..72587ae31ae 100644 --- a/src/m/ibmps2-aix.h +++ b/src/m/ibmps2-aix.h @@ -15,7 +15,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ /* The following line tells the configuration script what sort of diff --git a/src/m/ibmrs6000.h b/src/m/ibmrs6000.h index 0969f2ee71c..bcd803e1c11 100644 --- a/src/m/ibmrs6000.h +++ b/src/m/ibmrs6000.h @@ -15,7 +15,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ /* The following line tells the configuration script what sort of diff --git a/src/m/ibmrt-aix.h b/src/m/ibmrt-aix.h index 0829a5011b4..1016a873a4c 100644 --- a/src/m/ibmrt-aix.h +++ b/src/m/ibmrt-aix.h @@ -15,7 +15,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ /* The following line tells the configuration script what sort of diff --git a/src/m/ibmrt.h b/src/m/ibmrt.h index 1d960159fd3..e9404d125c1 100644 --- a/src/m/ibmrt.h +++ b/src/m/ibmrt.h @@ -15,7 +15,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ /* The following line tells the configuration script what sort of diff --git a/src/m/intel386.h b/src/m/intel386.h index 4b3ee844672..b8e6591b64b 100644 --- a/src/m/intel386.h +++ b/src/m/intel386.h @@ -15,7 +15,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ /* The following line tells the configuration script what sort of diff --git a/src/m/iris4d.h b/src/m/iris4d.h index 92c5ef9a6e5..7e521d0257b 100644 --- a/src/m/iris4d.h +++ b/src/m/iris4d.h @@ -15,7 +15,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ /* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word diff --git a/src/m/iris5d.h b/src/m/iris5d.h index c52f04ca466..ff37deaaf18 100644 --- a/src/m/iris5d.h +++ b/src/m/iris5d.h @@ -15,7 +15,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ /* The following line tells the configuration script what sort of diff --git a/src/m/irist.h b/src/m/irist.h index d7f58d90ce6..9de72155458 100644 --- a/src/m/irist.h +++ b/src/m/irist.h @@ -16,7 +16,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ /* The following line tells the configuration script what sort of diff --git a/src/m/isi-ov.h b/src/m/isi-ov.h index 7f5a54c3dc7..beb3fdd122a 100644 --- a/src/m/isi-ov.h +++ b/src/m/isi-ov.h @@ -15,7 +15,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ /* The following line tells the configuration script what sort of diff --git a/src/m/m68k.h b/src/m/m68k.h index 4430c15db23..d2a1ebff743 100644 --- a/src/m/m68k.h +++ b/src/m/m68k.h @@ -15,7 +15,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ /* The following three symbols give information on diff --git a/src/m/masscomp.h b/src/m/masscomp.h index 3c9af0d9230..5f9aa6ae50b 100644 --- a/src/m/masscomp.h +++ b/src/m/masscomp.h @@ -15,7 +15,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ /* The following line tells the configuration script what sort of diff --git a/src/m/mega68.h b/src/m/mega68.h index c6b17a14340..b67e3573293 100644 --- a/src/m/mega68.h +++ b/src/m/mega68.h @@ -15,7 +15,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ /* The following line tells the configuration script what sort of diff --git a/src/m/mg1.h b/src/m/mg1.h index e3587e2ade0..13e4dbeb8bf 100644 --- a/src/m/mg1.h +++ b/src/m/mg1.h @@ -16,7 +16,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ /* The following line tells the configuration script what sort of diff --git a/src/m/mips-siemens.h b/src/m/mips-siemens.h index 5ba3db21431..a47824a6a53 100644 --- a/src/m/mips-siemens.h +++ b/src/m/mips-siemens.h @@ -20,7 +20,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ /* The following line tells the configuration script what sort of diff --git a/src/m/mips.h b/src/m/mips.h index f24abde9901..bd7ff74f634 100644 --- a/src/m/mips.h +++ b/src/m/mips.h @@ -15,7 +15,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ /* The following line tells the configuration script what sort of diff --git a/src/m/news.h b/src/m/news.h index 9ad8bb62c4b..8b4c5a8275e 100644 --- a/src/m/news.h +++ b/src/m/news.h @@ -15,7 +15,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ /* The following line tells the configuration script what sort of diff --git a/src/m/next.h b/src/m/next.h index 6bd23f5205c..0c3a2466fae 100644 --- a/src/m/next.h +++ b/src/m/next.h @@ -15,7 +15,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ /* Say this machine is a next if not previously defined */ diff --git a/src/m/nh3000.h b/src/m/nh3000.h index 6ff0cd38de3..c124e1bf6c7 100644 --- a/src/m/nh3000.h +++ b/src/m/nh3000.h @@ -17,7 +17,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ /* This file manually constructed for Harris Night Hawk 4000 (and 5000) * series Motorola 88100 and 88110 based machines. diff --git a/src/m/nh4000.h b/src/m/nh4000.h index 14602d748ca..df8c80901b0 100644 --- a/src/m/nh4000.h +++ b/src/m/nh4000.h @@ -16,7 +16,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ /* This file manually constructed for Harris Night Hawk 4000 (and 5000) * series Motorola 88100 and 88110 based machines. diff --git a/src/m/ns16000.h b/src/m/ns16000.h index d38ade4a445..c9cf4005263 100644 --- a/src/m/ns16000.h +++ b/src/m/ns16000.h @@ -15,7 +15,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ /* The following line tells the configuration script what sort of diff --git a/src/m/ns32000.h b/src/m/ns32000.h index bd8671a9670..9fe59767089 100644 --- a/src/m/ns32000.h +++ b/src/m/ns32000.h @@ -15,7 +15,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ diff --git a/src/m/nu.h b/src/m/nu.h index 23730ac8f67..ec9ad5f2976 100644 --- a/src/m/nu.h +++ b/src/m/nu.h @@ -15,7 +15,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ /* The following line tells the configuration script what sort of diff --git a/src/m/orion.h b/src/m/orion.h index 0f4867cc8ee..bfb85cdb6fc 100644 --- a/src/m/orion.h +++ b/src/m/orion.h @@ -15,7 +15,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ /* The following line tells the configuration script what sort of diff --git a/src/m/orion105.h b/src/m/orion105.h index 52ed15c442a..c9f8991ddf3 100644 --- a/src/m/orion105.h +++ b/src/m/orion105.h @@ -16,7 +16,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ /* The following line tells the configuration script what sort of diff --git a/src/m/pfa50.h b/src/m/pfa50.h index 5741e0af106..561ba15bb20 100644 --- a/src/m/pfa50.h +++ b/src/m/pfa50.h @@ -15,7 +15,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ /* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word diff --git a/src/m/plexus.h b/src/m/plexus.h index 3a08e82c6ad..b42c93c285a 100644 --- a/src/m/plexus.h +++ b/src/m/plexus.h @@ -15,7 +15,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ /* The following line tells the configuration script what sort of diff --git a/src/m/pyramid.h b/src/m/pyramid.h index fda1c0826f1..ace92e51ba3 100644 --- a/src/m/pyramid.h +++ b/src/m/pyramid.h @@ -15,7 +15,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ /* The following line tells the configuration script what sort of diff --git a/src/m/sequent-ptx.h b/src/m/sequent-ptx.h index 012c3ede310..26bca6a1fda 100644 --- a/src/m/sequent-ptx.h +++ b/src/m/sequent-ptx.h @@ -15,7 +15,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ /* The following line tells the configuration script what sort of diff --git a/src/m/sequent.h b/src/m/sequent.h index a0077a39ec2..50b585bc75e 100644 --- a/src/m/sequent.h +++ b/src/m/sequent.h @@ -15,7 +15,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ /* The following line tells the configuration script what sort of diff --git a/src/m/sparc.h b/src/m/sparc.h index 9958e12c882..e1c92d460f5 100644 --- a/src/m/sparc.h +++ b/src/m/sparc.h @@ -15,7 +15,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ /* The following line tells the configuration script what sort of operating system this machine is likely to run. diff --git a/src/m/sps7.h b/src/m/sps7.h index bb64e13621c..40f67c8b895 100644 --- a/src/m/sps7.h +++ b/src/m/sps7.h @@ -15,7 +15,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ /* The following line tells the configuration script what sort of diff --git a/src/m/stride.h b/src/m/stride.h index b83193ff456..3e031ebe859 100644 --- a/src/m/stride.h +++ b/src/m/stride.h @@ -15,7 +15,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ /* The following line tells the configuration script what sort of diff --git a/src/m/sun1.h b/src/m/sun1.h index 827057a1665..68a113747e8 100644 --- a/src/m/sun1.h +++ b/src/m/sun1.h @@ -15,7 +15,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ /* The following line tells the configuration script what sort of diff --git a/src/m/sun2.h b/src/m/sun2.h index c89125df477..e9267df0967 100644 --- a/src/m/sun2.h +++ b/src/m/sun2.h @@ -17,7 +17,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ /* The following line tells the configuration script what sort of diff --git a/src/m/sun386.h b/src/m/sun386.h index c25ab4dc518..cf9537ea100 100644 --- a/src/m/sun386.h +++ b/src/m/sun386.h @@ -18,7 +18,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ /* The following line tells the configuration script what sort of operating system this machine is likely to run. diff --git a/src/m/symmetry.h b/src/m/symmetry.h index fc8a673f05b..2cbb820b2d8 100644 --- a/src/m/symmetry.h +++ b/src/m/symmetry.h @@ -15,7 +15,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ /* CHANGE: [Eric H. Herrin II; eric@ms.uky.edu - 15 Sept 1988] * Modified the sequent.h file for the Sequent Symmetry machine. diff --git a/src/m/tad68k.h b/src/m/tad68k.h index 178dd0709e1..eddf1456a9a 100644 --- a/src/m/tad68k.h +++ b/src/m/tad68k.h @@ -15,7 +15,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ /* The following line tells the configuration script what sort of diff --git a/src/m/tahoe.h b/src/m/tahoe.h index 282f524ff29..fdb89244dbe 100644 --- a/src/m/tahoe.h +++ b/src/m/tahoe.h @@ -15,7 +15,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ /* The following line tells the configuration script what sort of diff --git a/src/m/targon31.h b/src/m/targon31.h index 6a11b8c9deb..16f29cac10b 100644 --- a/src/m/targon31.h +++ b/src/m/targon31.h @@ -15,7 +15,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ /* The following line tells the configuration script what sort of diff --git a/src/m/tek4300.h b/src/m/tek4300.h index c9cd22f9a81..30ebbc7d36d 100644 --- a/src/m/tek4300.h +++ b/src/m/tek4300.h @@ -15,7 +15,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ /* The following line tells the configuration script what sort of diff --git a/src/m/tekxd88.h b/src/m/tekxd88.h index 5c871355eb7..dbda4cb181f 100644 --- a/src/m/tekxd88.h +++ b/src/m/tekxd88.h @@ -17,7 +17,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ /* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word diff --git a/src/m/template.h b/src/m/template.h index 627f61877a5..b6a31d2e18a 100644 --- a/src/m/template.h +++ b/src/m/template.h @@ -15,7 +15,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ /* The following line tells the configuration script what sort of diff --git a/src/m/tower32.h b/src/m/tower32.h index ff424da070f..31ed5c0da52 100644 --- a/src/m/tower32.h +++ b/src/m/tower32.h @@ -15,7 +15,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ /* The following line tells the configuration script what sort of diff --git a/src/m/tower32v3.h b/src/m/tower32v3.h index 65e39bd17d5..d85d631b1bb 100644 --- a/src/m/tower32v3.h +++ b/src/m/tower32v3.h @@ -15,7 +15,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ diff --git a/src/m/ustation.h b/src/m/ustation.h index 26b08d05dde..b73ff291d12 100644 --- a/src/m/ustation.h +++ b/src/m/ustation.h @@ -15,7 +15,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ /* The following line tells the configuration script what sort of diff --git a/src/m/vax.h b/src/m/vax.h index 145805b63bd..d651d74f37f 100644 --- a/src/m/vax.h +++ b/src/m/vax.h @@ -15,7 +15,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ /* The following line tells the configuration script what sort of diff --git a/src/m/wicat.h b/src/m/wicat.h index e5c98ae70f4..395ebe2e255 100644 --- a/src/m/wicat.h +++ b/src/m/wicat.h @@ -15,7 +15,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ /* The following line tells the configuration script what sort of diff --git a/src/m/windowsnt.h b/src/m/windowsnt.h index b34fa5ab01a..64206889251 100644 --- a/src/m/windowsnt.h +++ b/src/m/windowsnt.h @@ -16,7 +16,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ /* The following line tells the configuration script what sort of operating system this machine is likely to run. diff --git a/src/m/xps100.h b/src/m/xps100.h index ff0982bd95b..e712d154030 100644 --- a/src/m/xps100.h +++ b/src/m/xps100.h @@ -17,7 +17,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ /* The following line tells the configuration script what sort of diff --git a/src/macros.c b/src/macros.c index 66a63a6a1df..67c8ede6d4a 100644 --- a/src/macros.c +++ b/src/macros.c @@ -15,7 +15,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ #include <config.h> diff --git a/src/macros.h b/src/macros.h index 95480e2cd31..1d5ba570f14 100644 --- a/src/macros.h +++ b/src/macros.h @@ -15,7 +15,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ /* Kbd macro currently being executed (a string) */ diff --git a/src/marker.c b/src/marker.c index fb97c064cf5..856dc00ad10 100644 --- a/src/marker.c +++ b/src/marker.c @@ -15,7 +15,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ #include <config.h> diff --git a/src/mem-limits.h b/src/mem-limits.h index 3bb40dff569..e30e1c9bb2b 100644 --- a/src/mem-limits.h +++ b/src/mem-limits.h @@ -15,7 +15,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ #ifdef MSDOS #include <dpmi.h> diff --git a/src/minibuf.c b/src/minibuf.c index 75ea52d71e9..94d0b845d1b 100644 --- a/src/minibuf.c +++ b/src/minibuf.c @@ -15,7 +15,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ #include <config.h> diff --git a/src/mocklisp.c b/src/mocklisp.c index d942c8df479..ad6ae9908c7 100644 --- a/src/mocklisp.c +++ b/src/mocklisp.c @@ -15,7 +15,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ /* Compatibility for mocklisp */ diff --git a/src/mocklisp.h b/src/mocklisp.h index 31663b74102..1ec7756ac13 100644 --- a/src/mocklisp.h +++ b/src/mocklisp.h @@ -15,7 +15,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ /* This is the main entry point to mocklisp execution. When eval sees a mocklisp function being called, it calls here diff --git a/src/msdos.c b/src/msdos.c index 208402c245e..1ded2ced817 100644 --- a/src/msdos.c +++ b/src/msdos.c @@ -15,7 +15,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ /* Contributed by Morten Welinder */ /* New display, keyboard, and mouse control by Kim F. Storm */ diff --git a/src/msdos.h b/src/msdos.h index cd74a9dd7e7..8e5537f007d 100644 --- a/src/msdos.h +++ b/src/msdos.h @@ -15,7 +15,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ #ifndef _MSDOS_H_ #define _MSDOS_H_ diff --git a/src/print.c b/src/print.c index 320afa93529..600dcda55b0 100644 --- a/src/print.c +++ b/src/print.c @@ -15,7 +15,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ #include <config.h> diff --git a/src/process.c b/src/process.c index f7af9450c33..9325728ba1b 100644 --- a/src/process.c +++ b/src/process.c @@ -15,7 +15,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ #include <signal.h> diff --git a/src/process.h b/src/process.h index 8767f80b4a6..f6aa17526f2 100644 --- a/src/process.h +++ b/src/process.h @@ -15,7 +15,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ /* diff --git a/src/puresize.h b/src/puresize.h index 7498c9cda93..0b4d6023aeb 100644 --- a/src/puresize.h +++ b/src/puresize.h @@ -15,7 +15,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ /* Define PURESIZE, the number of bytes of pure Lisp code to leave space for. diff --git a/src/ralloc.c b/src/ralloc.c index 9645bfd5f3f..dca5c2c6004 100644 --- a/src/ralloc.c +++ b/src/ralloc.c @@ -15,7 +15,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ /* NOTES: diff --git a/src/region-cache.c b/src/region-cache.c index 2ab6624ae86..7f37fddc3c3 100644 --- a/src/region-cache.c +++ b/src/region-cache.c @@ -16,7 +16,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ #include <config.h> diff --git a/src/region-cache.h b/src/region-cache.h index 8d7552af6e6..e950bf05629 100644 --- a/src/region-cache.h +++ b/src/region-cache.h @@ -15,7 +15,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ /* This code was written by Jim Blandy <jimb@cs.oberlin.edu> to help diff --git a/src/s/aix3-1.h b/src/s/aix3-1.h index 0db5130e935..4ed32fbcfbe 100644 --- a/src/s/aix3-1.h +++ b/src/s/aix3-1.h @@ -15,7 +15,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ /* diff --git a/src/s/bsd4-1.h b/src/s/bsd4-1.h index a2a712b87ab..baaad1ee36e 100644 --- a/src/s/bsd4-1.h +++ b/src/s/bsd4-1.h @@ -15,7 +15,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ /* diff --git a/src/s/bsd4-2.h b/src/s/bsd4-2.h index 2c3b80d3984..3f38d594dfc 100644 --- a/src/s/bsd4-2.h +++ b/src/s/bsd4-2.h @@ -15,7 +15,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ /* diff --git a/src/s/bsd4-3.h b/src/s/bsd4-3.h index 4535322e16e..b221a667e1e 100644 --- a/src/s/bsd4-3.h +++ b/src/s/bsd4-3.h @@ -15,7 +15,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ /* diff --git a/src/s/cxux.h b/src/s/cxux.h index 90484858712..bec58975b00 100644 --- a/src/s/cxux.h +++ b/src/s/cxux.h @@ -15,7 +15,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ /* diff --git a/src/s/dgux.h b/src/s/dgux.h index a53185f5dc2..495ec7d1615 100644 --- a/src/s/dgux.h +++ b/src/s/dgux.h @@ -16,7 +16,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ /* * Define symbols to identify the version of Unix this is. diff --git a/src/s/dgux5-4-3.h b/src/s/dgux5-4-3.h index 6e8ce8268d6..cd6932ec856 100644 --- a/src/s/dgux5-4-3.h +++ b/src/s/dgux5-4-3.h @@ -16,7 +16,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ /* NOTE: DGUX5.4R3.00 will not build with the delivered gcc-2.4.5 compiler. You must upgraded to at least gcc-2.5.8. If you are diff --git a/src/s/dgux5-4r2.h b/src/s/dgux5-4r2.h index e13d50be4b4..1eaeccdf269 100644 --- a/src/s/dgux5-4r2.h +++ b/src/s/dgux5-4r2.h @@ -16,7 +16,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ #include "dgux.h" diff --git a/src/s/gnu-linux.h b/src/s/gnu-linux.h index c86ed796554..efce606601d 100644 --- a/src/s/gnu-linux.h +++ b/src/s/gnu-linux.h @@ -15,7 +15,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ /* This file was put together by Michael K. Johnson and Rik Faith. */ diff --git a/src/s/gnu.h b/src/s/gnu.h index ac6ccbdceb1..d59da8a8b05 100644 --- a/src/s/gnu.h +++ b/src/s/gnu.h @@ -15,7 +15,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ /* Get most of the stuff from bsd4.3 */ diff --git a/src/s/hpux.h b/src/s/hpux.h index 125f6b33d03..5b1f42d1501 100644 --- a/src/s/hpux.h +++ b/src/s/hpux.h @@ -16,7 +16,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ /* diff --git a/src/s/iris3-5.h b/src/s/iris3-5.h index 559f2b116c3..c3d576cfde2 100644 --- a/src/s/iris3-5.h +++ b/src/s/iris3-5.h @@ -15,7 +15,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ /* diff --git a/src/s/iris3-6.h b/src/s/iris3-6.h index fb3601a5b1a..8b5d7495424 100644 --- a/src/s/iris3-6.h +++ b/src/s/iris3-6.h @@ -15,7 +15,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ /* diff --git a/src/s/irix3-3.h b/src/s/irix3-3.h index 62c88115bfb..e41b05d7069 100644 --- a/src/s/irix3-3.h +++ b/src/s/irix3-3.h @@ -15,7 +15,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ /* diff --git a/src/s/ms-w32.h b/src/s/ms-w32.h index c29175f811d..10122c54780 100644 --- a/src/s/ms-w32.h +++ b/src/s/ms-w32.h @@ -15,7 +15,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ /* * Define symbols to identify the version of Unix this is. diff --git a/src/s/msdos.h b/src/s/msdos.h index 5dbb2f1dd52..1af7aa2cf15 100644 --- a/src/s/msdos.h +++ b/src/s/msdos.h @@ -16,7 +16,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ /* Note: lots of stuff here was taken from s-msdos.h in demacs. */ diff --git a/src/s/newsos5.h b/src/s/newsos5.h index 3cc3555e166..7c782a40cd4 100644 --- a/src/s/newsos5.h +++ b/src/s/newsos5.h @@ -15,7 +15,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ /* Use the SysVr4 file for at least base configuration. */ diff --git a/src/s/ptx.h b/src/s/ptx.h index 4f3b7290d57..837a1964e80 100644 --- a/src/s/ptx.h +++ b/src/s/ptx.h @@ -15,7 +15,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ /* This file was written by Bill Burton <billb@progress.com>. Parts were adapted from m-ptx1-2.h and process.c as distributed with the Emacs 18.57 diff --git a/src/s/rtu.h b/src/s/rtu.h index 6a435d785a1..3e4aa0f24a9 100644 --- a/src/s/rtu.h +++ b/src/s/rtu.h @@ -15,7 +15,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ /* diff --git a/src/s/sco4.h b/src/s/sco4.h index 0bb66a9a080..2903183128f 100644 --- a/src/s/sco4.h +++ b/src/s/sco4.h @@ -15,7 +15,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ /* Contributed by Ian Lance Taylor, ian@cygnus.com. */ diff --git a/src/s/template.h b/src/s/template.h index ec914d17a83..c6bd9afe0a9 100644 --- a/src/s/template.h +++ b/src/s/template.h @@ -17,7 +17,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ /* diff --git a/src/s/umax.h b/src/s/umax.h index 53b9b419f82..54ae8d5f0d1 100644 --- a/src/s/umax.h +++ b/src/s/umax.h @@ -15,7 +15,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ /* diff --git a/src/s/unipl5-0.h b/src/s/unipl5-0.h index ed1f8349b6c..465c654f370 100644 --- a/src/s/unipl5-0.h +++ b/src/s/unipl5-0.h @@ -16,7 +16,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ /* diff --git a/src/s/unipl5-2.h b/src/s/unipl5-2.h index fe2ea839101..df505e48f16 100644 --- a/src/s/unipl5-2.h +++ b/src/s/unipl5-2.h @@ -15,7 +15,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ /* diff --git a/src/s/usg5-0.h b/src/s/usg5-0.h index 8046c974faf..cf31a3d1404 100644 --- a/src/s/usg5-0.h +++ b/src/s/usg5-0.h @@ -15,7 +15,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ /* diff --git a/src/s/usg5-2-2.h b/src/s/usg5-2-2.h index bd07d3f957c..98698f2fefb 100644 --- a/src/s/usg5-2-2.h +++ b/src/s/usg5-2-2.h @@ -15,7 +15,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ /* diff --git a/src/s/usg5-2.h b/src/s/usg5-2.h index a0ed89a48c5..51b73bda462 100644 --- a/src/s/usg5-2.h +++ b/src/s/usg5-2.h @@ -15,7 +15,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ /* diff --git a/src/s/usg5-3.h b/src/s/usg5-3.h index f3e01228838..01eea23c4b6 100644 --- a/src/s/usg5-3.h +++ b/src/s/usg5-3.h @@ -15,7 +15,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ /* diff --git a/src/s/usg5-4.h b/src/s/usg5-4.h index 7bcc4758e17..bdd109daf8d 100644 --- a/src/s/usg5-4.h +++ b/src/s/usg5-4.h @@ -15,7 +15,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ /* This file written by James Van Artsdalen of Dell Computer Corporation. * james@bigtex.cactus.org. Subsequently improved for Dell 2.2 by Eric diff --git a/src/s/vms.h b/src/s/vms.h index 64b77c2be82..e95212c5624 100644 --- a/src/s/vms.h +++ b/src/s/vms.h @@ -15,7 +15,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ /* * Define symbols to identify the version of Unix this is. diff --git a/src/s/xenix.h b/src/s/xenix.h index 74c33e03a15..19f5c097f11 100644 --- a/src/s/xenix.h +++ b/src/s/xenix.h @@ -15,7 +15,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ /* * Define symbols to identify the version of Unix this is. diff --git a/src/scroll.c b/src/scroll.c index 5b583376fba..cbab971fd35 100644 --- a/src/scroll.c +++ b/src/scroll.c @@ -15,7 +15,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ #include <config.h> diff --git a/src/search.c b/src/search.c index e77528311d4..85c15a0de47 100644 --- a/src/search.c +++ b/src/search.c @@ -15,7 +15,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ #include <config.h> diff --git a/src/sunfns.c b/src/sunfns.c index aa65ba10aee..e625a471fed 100644 --- a/src/sunfns.c +++ b/src/sunfns.c @@ -25,7 +25,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ /* Author: Jeff Peck, Sun Microsystems, Inc. <peck@sun.com> Original ideas by David Kastan and Eric Negaard, SRI International diff --git a/src/syntax.c b/src/syntax.c index 59571caf1c4..f21b592fd3e 100644 --- a/src/syntax.c +++ b/src/syntax.c @@ -15,7 +15,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ #include <config.h> diff --git a/src/syntax.h b/src/syntax.h index 32847fc76ad..a4a8fb2a632 100644 --- a/src/syntax.h +++ b/src/syntax.h @@ -15,7 +15,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ extern Lisp_Object Qsyntax_table_p; diff --git a/src/sysdep.c b/src/sysdep.c index dab274774d6..693f131489b 100644 --- a/src/sysdep.c +++ b/src/sysdep.c @@ -15,7 +15,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ #include <signal.h> diff --git a/src/sysselect.h b/src/sysselect.h index 139960031a8..5a392c381a7 100644 --- a/src/sysselect.h +++ b/src/sysselect.h @@ -15,7 +15,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ #ifdef HAVE_SYS_SELECT #include <sys/select.h> diff --git a/src/syssignal.h b/src/syssignal.h index b84c402bb2c..0bac2acebc7 100644 --- a/src/syssignal.h +++ b/src/syssignal.h @@ -15,7 +15,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ #ifdef POSIX_SIGNALS diff --git a/src/systime.h b/src/systime.h index e93962c6e11..44c1f7d4de1 100644 --- a/src/systime.h +++ b/src/systime.h @@ -15,7 +15,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ #ifdef TIME_WITH_SYS_TIME #include <sys/time.h> diff --git a/src/systty.h b/src/systty.h index 4bfb00b4510..b5d7c7b7cfa 100644 --- a/src/systty.h +++ b/src/systty.h @@ -15,7 +15,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ #ifdef HAVE_TERMIOS #define HAVE_TCATTR diff --git a/src/syswait.h b/src/syswait.h index f83989bf2df..089aab9c093 100644 --- a/src/syswait.h +++ b/src/syswait.h @@ -15,7 +15,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ /* Define the structure that the wait system call stores. On many systems, there is a structure defined for this. diff --git a/src/term.c b/src/term.c index 7441c672b57..ed34f85e78d 100644 --- a/src/term.c +++ b/src/term.c @@ -15,7 +15,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ #include <config.h> diff --git a/src/termchar.h b/src/termchar.h index 4b1afc3ed00..1feb8772769 100644 --- a/src/termchar.h +++ b/src/termchar.h @@ -15,7 +15,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ extern int baud_rate; /* Output speed in baud */ diff --git a/src/termhooks.h b/src/termhooks.h index de8d6f83b34..4d8c6ff772e 100644 --- a/src/termhooks.h +++ b/src/termhooks.h @@ -16,7 +16,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ /* Miscellanea. */ diff --git a/src/terminfo.c b/src/terminfo.c index 679ec11dd81..8ce87960f03 100644 --- a/src/terminfo.c +++ b/src/terminfo.c @@ -15,7 +15,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ /* Define these variables that serve as global parameters to termcap, so that we do not need to conditionalize the places in Emacs diff --git a/src/termopts.h b/src/termopts.h index 40e4de5a256..0fd240bd005 100644 --- a/src/termopts.h +++ b/src/termopts.h @@ -15,7 +15,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ /* Nonzero means flash the screen instead of ringing the bell. */ diff --git a/src/textprop.c b/src/textprop.c index 0133c68b4fa..5f249b59b99 100644 --- a/src/textprop.c +++ b/src/textprop.c @@ -15,7 +15,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ #include <config.h> #include "lisp.h" diff --git a/src/uaf.h b/src/uaf.h index 3b217bbbc43..57615ab4527 100644 --- a/src/uaf.h +++ b/src/uaf.h @@ -15,7 +15,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ /* * User Authorization File record formats diff --git a/src/undo.c b/src/undo.c index efa19107419..0e6116500a4 100644 --- a/src/undo.c +++ b/src/undo.c @@ -3,20 +3,20 @@ This file is part of GNU Emacs. +GNU Emacs is free software; you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation; either version 2, or (at your option) +any later version. + GNU Emacs is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY. No author or distributor -accepts responsibility to anyone for the consequences of using it -or for whether it serves any particular purpose or works at all, -unless he says so in writing. Refer to the GNU Emacs General Public -License for full details. - -Everyone is granted permission to copy, modify and redistribute -GNU Emacs, but only under the conditions described in the -GNU Emacs General Public License. A copy of this license is -supposed to have been given to you along with GNU Emacs so you -can know your rights and responsibilities. It should be in a -file named COPYING. Among other things, the copyright notice -and this notice must be preserved on all copies. */ +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 GNU Emacs; see the file COPYING. If not, write to +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ #include <config.h> diff --git a/src/unexaix.c b/src/unexaix.c index a4dba057589..69b19d2dc54 100644 --- a/src/unexaix.c +++ b/src/unexaix.c @@ -2,19 +2,22 @@ /* Copyright (C) 1985, 1986, 1987, 1988 Free Software Foundation, Inc. - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2, or (at your option) - any later version. - - 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., 675 Mass Ave, Cambridge, MA 02139, USA. +This file is part of GNU Emacs. + +GNU Emacs is free software; you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation; either version 2, or (at your option) +any later version. + +GNU Emacs 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 GNU Emacs; see the file COPYING. If not, write to +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. In other words, you are welcome to use, share and improve this program. You are forbidden to forbid anyone else to use, share and improve diff --git a/src/unexalpha.c b/src/unexalpha.c index ac9482d86bd..2bbffde05ab 100644 --- a/src/unexalpha.c +++ b/src/unexalpha.c @@ -16,7 +16,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ #include <config.h> diff --git a/src/unexconvex.c b/src/unexconvex.c index 2a350b6ea99..3197e21a6ef 100644 --- a/src/unexconvex.c +++ b/src/unexconvex.c @@ -23,7 +23,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ /* modified for C-1 arch by jthomp@convex 871103 */ diff --git a/src/unexec.c b/src/unexec.c index 6b6136beadd..65d36ba8688 100644 --- a/src/unexec.c +++ b/src/unexec.c @@ -14,7 +14,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ /* diff --git a/src/unexelf.c b/src/unexelf.c index c86663f7ace..9d102935441 100644 --- a/src/unexelf.c +++ b/src/unexelf.c @@ -1,19 +1,22 @@ /* Copyright (C) 1985, 1986, 1987, 1988, 1990, 1992 Free Software Foundation, Inc. - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2, or (at your option) - any later version. - - 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., 675 Mass Ave, Cambridge, MA 02139, USA. +This file is part of GNU Emacs. + +GNU Emacs is free software; you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation; either version 2, or (at your option) +any later version. + +GNU Emacs 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 GNU Emacs; see the file COPYING. If not, write to +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. In other words, you are welcome to use, share and improve this program. You are forbidden to forbid anyone else to use, share and improve diff --git a/src/unexenix.c b/src/unexenix.c index 9fb775a27ce..10413bd65a0 100644 --- a/src/unexenix.c +++ b/src/unexenix.c @@ -22,7 +22,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ diff --git a/src/unexmips.c b/src/unexmips.c index 25563cf9555..cad42a17897 100644 --- a/src/unexmips.c +++ b/src/unexmips.c @@ -22,7 +22,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ #include <config.h> diff --git a/src/unexnext.c b/src/unexnext.c index c402fcacc54..66f52fa0352 100644 --- a/src/unexnext.c +++ b/src/unexnext.c @@ -16,7 +16,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ #undef __STRICT_BSD__ diff --git a/src/unexsgi.c b/src/unexsgi.c index a79fb94e81c..3f238592546 100644 --- a/src/unexsgi.c +++ b/src/unexsgi.c @@ -1,19 +1,22 @@ /* Copyright (C) 1985, 1986, 1987, 1988, 1990, 1992 Free Software Foundation, Inc. - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2, or (at your option) - any later version. - - 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., 675 Mass Ave, Cambridge, MA 02139, USA. +This file is part of GNU Emacs. + +GNU Emacs is free software; you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation; either version 2, or (at your option) +any later version. + +GNU Emacs 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 GNU Emacs; see the file COPYING. If not, write to +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. In other words, you are welcome to use, share and improve this program. You are forbidden to forbid anyone else to use, share and improve diff --git a/src/unexsni.c b/src/unexsni.c index 3288027f7a5..f8a6f01ed1d 100644 --- a/src/unexsni.c +++ b/src/unexsni.c @@ -2,19 +2,22 @@ Copyright (C) 1985, 1986, 1987, 1988, 1990, 1992, 1993, 1994, 1995 Free Software Foundation, Inc. - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2, or (at your option) - any later version. - - 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., 675 Mass Ave, Cambridge, MA 02139, USA. +This file is part of GNU Emacs. + +GNU Emacs is free software; you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation; either version 2, or (at your option) +any later version. + +GNU Emacs 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 GNU Emacs; see the file COPYING. If not, write to +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. In other words, you are welcome to use, share and improve this program. You are forbidden to forbid anyone else to use, share and improve diff --git a/src/unexsunos4.c b/src/unexsunos4.c index 6bd09900aa7..bdc20336282 100644 --- a/src/unexsunos4.c +++ b/src/unexsunos4.c @@ -15,7 +15,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ /* Contributed by Viktor Dukhovni. */ /* diff --git a/src/unexw32.c b/src/unexw32.c index 684b6177709..67555b2ad36 100644 --- a/src/unexw32.c +++ b/src/unexw32.c @@ -1,23 +1,22 @@ -/* - unexec for GNU Emacs on Windows NT. - +/* unexec for GNU Emacs on Windows NT. Copyright (C) 1994 Free Software Foundation, Inc. - This file is part of GNU Emacs. +This file is part of GNU Emacs. - GNU Emacs is free software; you can redistribute it and/or modify it - under the terms of the GNU General Public License as published by the - Free Software Foundation; either version 2, or (at your option) any later - version. +GNU Emacs is free software; you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation; either version 2, or (at your option) +any later version. - GNU Emacs 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. +GNU Emacs 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 GNU Emacs; see the file COPYING. If not, write to the Free Software - Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +You should have received a copy of the GNU General Public License +along with GNU Emacs; see the file COPYING. If not, write to +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. Geoff Voelker (voelker@cs.washington.edu) 8-12-94 */ diff --git a/src/vm-limit.c b/src/vm-limit.c index 0e294413461..b23beeb26e7 100644 --- a/src/vm-limit.c +++ b/src/vm-limit.c @@ -15,7 +15,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ #ifdef emacs #include <config.h> diff --git a/src/vms-pp.c b/src/vms-pp.c index e9dd0733146..9ac7a4966a9 100644 --- a/src/vms-pp.c +++ b/src/vms-pp.c @@ -16,7 +16,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. * * Usage: diff --git a/src/vms-pwd.h b/src/vms-pwd.h index ed3ba54eff9..d07fb1dcf59 100644 --- a/src/vms-pwd.h +++ b/src/vms-pwd.h @@ -15,7 +15,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ #ifdef VMS /* On VMS, we read the UAF file and emulate some of the necessary diff --git a/src/vmsdir.h b/src/vmsdir.h index d6da4596e18..4b4f6e08068 100644 --- a/src/vmsdir.h +++ b/src/vmsdir.h @@ -15,7 +15,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ /* * Files-11 Ver. 2 directory structure (VMS V4.x - long names) diff --git a/src/vmsfns.c b/src/vmsfns.c index 5f7af275cc0..716ba21def7 100644 --- a/src/vmsfns.c +++ b/src/vmsfns.c @@ -15,7 +15,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ /* Written by Mukesh Prasad. */ diff --git a/src/vmsgmalloc.c b/src/vmsgmalloc.c index 83aeaec7053..a3545f5eb01 100644 --- a/src/vmsgmalloc.c +++ b/src/vmsgmalloc.c @@ -8,20 +8,22 @@ Copyright 1990, 1991, 1992, 1993 Free Software Foundation, Inc. Written May 1989 by Mike Haertel. -This library is free software; you can redistribute it and/or -modify it under the terms of the GNU Library General Public License as -published by the Free Software Foundation; either version 2 of the -License, or (at your option) any later version. +This file is part of GNU Emacs. -This library is distributed in the hope that it will be useful, +GNU Emacs is free software; you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation; either version 2, or (at your option) +any later version. + +GNU Emacs 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. +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 Library General Public -License along with this library; see the file COPYING.LIB. If -not, write to the Free Software Foundation, Inc., 675 Mass Ave, -Cambridge, MA 02139, USA. +You should have received a copy of the GNU General Public License +along with GNU Emacs; see the file COPYING. If not, write to +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. The author may be reached (Email) at the address mike@ai.mit.edu, or (US mail) as Mike Haertel c/o Free Software Foundation. */ diff --git a/src/vmsmap.c b/src/vmsmap.c index 0e5919408ee..7d05c4bd263 100644 --- a/src/vmsmap.c +++ b/src/vmsmap.c @@ -15,7 +15,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ /* Written by Mukesh Prasad. */ diff --git a/src/vmsproc.c b/src/vmsproc.c index a20a1a64544..c229a914bd3 100644 --- a/src/vmsproc.c +++ b/src/vmsproc.c @@ -15,7 +15,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ /* diff --git a/src/vmstime.c b/src/vmstime.c index 08c0a982609..4c4f2c0ae68 100644 --- a/src/vmstime.c +++ b/src/vmstime.c @@ -15,7 +15,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ #include <config.h> #include "vmstime.h" diff --git a/src/vmstime.h b/src/vmstime.h index cd710238083..c7198d755b9 100644 --- a/src/vmstime.h +++ b/src/vmstime.h @@ -15,7 +15,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ #ifndef vmstime_h #define vmstime_h diff --git a/src/w32.c b/src/w32.c index 486c7080d66..600d308aacd 100644 --- a/src/w32.c +++ b/src/w32.c @@ -1,21 +1,22 @@ /* Utility and Unix shadow routines for GNU Emacs on Windows NT. Copyright (C) 1994, 1995 Free Software Foundation, Inc. - This file is part of GNU Emacs. - - GNU Emacs is free software; you can redistribute it and/or modify it - under the terms of the GNU General Public License as published by the - Free Software Foundation; either version 2, or (at your option) any later - version. - - GNU Emacs 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 GNU Emacs; see the file COPYING. If not, write to the Free Software - Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +This file is part of GNU Emacs. + +GNU Emacs is free software; you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation; either version 2, or (at your option) +any later version. + +GNU Emacs 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 GNU Emacs; see the file COPYING. If not, write to +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. Geoff Voelker (voelker@cs.washington.edu) 7-29-94 */ diff --git a/src/w32.h b/src/w32.h index 714d4bdc33f..1512d7c12ce 100644 --- a/src/w32.h +++ b/src/w32.h @@ -15,7 +15,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ /* File descriptor set emulation. */ diff --git a/src/w32console.c b/src/w32console.c index f7dc3ab27ed..102693d44e1 100644 --- a/src/w32console.c +++ b/src/w32console.c @@ -1,21 +1,22 @@ /* Terminal hooks for Windows NT port of GNU Emacs. Copyright (C) 1992 Free Software Foundation, Inc. - This file is part of GNU Emacs. - - GNU Emacs is free software; you can redistribute it and/or modify it - under the terms of the GNU General Public License as published by the - Free Software Foundation; either version 2, or (at your option) any later - version. - - GNU Emacs 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 GNU Emacs; see the file COPYING. If not, write to the Free Software - Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +This file is part of GNU Emacs. + +GNU Emacs is free software; you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation; either version 2, or (at your option) +any later version. + +GNU Emacs 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 GNU Emacs; see the file COPYING. If not, write to +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. Tim Fleehart (apollo@online.com) 1-17-92 Geoff Voelker (voelker@cs.washington.edu) 9-12-93 diff --git a/src/w32faces.c b/src/w32faces.c index a95870c8942..c7b4c3263e0 100644 --- a/src/w32faces.c +++ b/src/w32faces.c @@ -15,7 +15,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ /* Ported xfaces.c for win32 - Kevin Gallo */ diff --git a/src/w32fns.c b/src/w32fns.c index 22a5149c72d..11aaf43dd01 100644 --- a/src/w32fns.c +++ b/src/w32fns.c @@ -15,7 +15,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ /* Added by Kevin Gallo */ diff --git a/src/w32gui.h b/src/w32gui.h index ba04d1ac615..00b3b331612 100644 --- a/src/w32gui.h +++ b/src/w32gui.h @@ -15,7 +15,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ #ifndef __WIN32_H__ #define __WIN32_H__ diff --git a/src/w32heap.c b/src/w32heap.c index a8f0ab1d46b..050bee14951 100644 --- a/src/w32heap.c +++ b/src/w32heap.c @@ -1,21 +1,22 @@ /* Heap management routines for GNU Emacs on Windows NT. Copyright (C) 1994 Free Software Foundation, Inc. - This file is part of GNU Emacs. - - GNU Emacs is free software; you can redistribute it and/or modify it - under the terms of the GNU General Public License as published by the - Free Software Foundation; either version 2, or (at your option) any later - version. - - GNU Emacs 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 GNU Emacs; see the file COPYING. If not, write to the Free Software - Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +This file is part of GNU Emacs. + +GNU Emacs is free software; you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation; either version 2, or (at your option) +any later version. + +GNU Emacs 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 GNU Emacs; see the file COPYING. If not, write to +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. Geoff Voelker (voelker@cs.washington.edu) 7-29-94 */ diff --git a/src/w32heap.h b/src/w32heap.h index 2c96dc999ae..b3c01d3a976 100644 --- a/src/w32heap.h +++ b/src/w32heap.h @@ -1,21 +1,22 @@ /* Heap management routines (including unexec) for GNU Emacs on Windows NT. Copyright (C) 1994 Free Software Foundation, Inc. - This file is part of GNU Emacs. - - GNU Emacs is free software; you can redistribute it and/or modify it - under the terms of the GNU General Public License as published by the - Free Software Foundation; either version 2, or (at your option) any later - version. - - GNU Emacs 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 GNU Emacs; see the file COPYING. If not, write to the Free Software - Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +This file is part of GNU Emacs. + +GNU Emacs is free software; you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation; either version 2, or (at your option) +any later version. + +GNU Emacs 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 GNU Emacs; see the file COPYING. If not, write to +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. Geoff Voelker (voelker@cs.washington.edu) 7-29-94 */ diff --git a/src/w32inevt.c b/src/w32inevt.c index 25eccb644e3..e599c3ca151 100644 --- a/src/w32inevt.c +++ b/src/w32inevt.c @@ -1,21 +1,22 @@ /* Input event support for Windows NT port of GNU Emacs. Copyright (C) 1992, 1993, 1995 Free Software Foundation, Inc. - This file is part of GNU Emacs. - - GNU Emacs is free software; you can redistribute it and/or modify it - under the terms of the GNU General Public License as published by the - Free Software Foundation; either version 2, or (at your option) any later - version. - - GNU Emacs 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 GNU Emacs; see the file COPYING. If not, write to the Free Software - Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +This file is part of GNU Emacs. + +GNU Emacs is free software; you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation; either version 2, or (at your option) +any later version. + +GNU Emacs 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 GNU Emacs; see the file COPYING. If not, write to +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. Drew Bliss 01-Oct-93 Adapted from ntkbd.c by Tim Fleehart diff --git a/src/w32inevt.h b/src/w32inevt.h index 55ba4d5c99a..f0732f55653 100644 --- a/src/w32inevt.h +++ b/src/w32inevt.h @@ -1,21 +1,22 @@ /* Win32 input routines. Copyright (C) 1995 Free Software Foundation, Inc. - This file is part of GNU Emacs. +This file is part of GNU Emacs. - GNU Emacs is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2, or (at your option) - any later version. +GNU Emacs is free software; you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation; either version 2, or (at your option) +any later version. - GNU Emacs 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. +GNU Emacs 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 GNU Emacs; see the file COPYING. If not, write to - the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +You should have received a copy of the GNU General Public License +along with GNU Emacs; see the file COPYING. If not, write to +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ #ifndef __NTINEVT_H__ #define __NTINEVT_H__ diff --git a/src/w32menu.c b/src/w32menu.c index 7af74adcdb8..81d90248178 100644 --- a/src/w32menu.c +++ b/src/w32menu.c @@ -15,7 +15,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ /* Written by Kevin Gallo. */ diff --git a/src/w32proc.c b/src/w32proc.c index b4bd6394ae7..d13a5bca9e8 100644 --- a/src/w32proc.c +++ b/src/w32proc.c @@ -1,21 +1,22 @@ /* Process support for Windows NT port of GNU EMACS. Copyright (C) 1992, 1995 Free Software Foundation, Inc. - This file is part of GNU Emacs. - - GNU Emacs is free software; you can redistribute it and/or modify it - under the terms of the GNU General Public License as published by the - Free Software Foundation; either version 2, or (at your option) any later - version. - - GNU Emacs 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 GNU Emacs; see the file COPYING. If not, write to the Free Software - Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +This file is part of GNU Emacs. + +GNU Emacs is free software; you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation; either version 2, or (at your option) +any later version. + +GNU Emacs 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 GNU Emacs; see the file COPYING. If not, write to +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. Drew Bliss Oct 14, 1993 Adapted from alarm.c by Tim Fleehart diff --git a/src/w32reg.c b/src/w32reg.c index 2b6fbb8acc3..dcb4ba29716 100644 --- a/src/w32reg.c +++ b/src/w32reg.c @@ -1,19 +1,22 @@ /* Emulate the X Resource Manager through the registry. Copyright (C) 1990, 1993, 1994 Free Software Foundation. -This program is free software; you can redistribute it and/or modify +This file is part of GNU Emacs. + +GNU Emacs is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2, or (at your option) any later version. -This program is distributed in the hope that it will be useful, +GNU Emacs 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; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +along with GNU Emacs; see the file COPYING. If not, write to +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ /* Written by Kevin Gallo */ diff --git a/src/w32select.c b/src/w32select.c index 54201417337..e7bb0c94007 100644 --- a/src/w32select.c +++ b/src/w32select.c @@ -1,21 +1,22 @@ /* Win32 Selection processing for emacs Copyright (C) 1993, 1994 Free Software Foundation. - This file is part of GNU Emacs. - - GNU Emacs is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2, or (at your option) - any later version. - - GNU Emacs 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 GNU Emacs; see the file COPYING. If not, write to - the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +This file is part of GNU Emacs. + +GNU Emacs is free software; you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation; either version 2, or (at your option) +any later version. + +GNU Emacs 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 GNU Emacs; see the file COPYING. If not, write to +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ /* Written by Kevin Gallo */ diff --git a/src/w32term.c b/src/w32term.c index c864d180b62..49a56b0e429 100644 --- a/src/w32term.c +++ b/src/w32term.c @@ -15,7 +15,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ /* Added by Kevin Gallo */ diff --git a/src/w32term.h b/src/w32term.h index 80347a08870..a5301896541 100644 --- a/src/w32term.h +++ b/src/w32term.h @@ -15,7 +15,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ /* Added by Kevin Gallo */ diff --git a/src/w32xfns.c b/src/w32xfns.c index ed9c9dc036c..e478bc24537 100644 --- a/src/w32xfns.c +++ b/src/w32xfns.c @@ -15,7 +15,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ #include <signal.h> #include <config.h> diff --git a/src/widget.c b/src/widget.c index 66dd9c0ac77..c96405e0205 100644 --- a/src/widget.c +++ b/src/widget.c @@ -15,7 +15,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ /* Emacs 19 face widget ported by Fred Pierresteguy */ diff --git a/src/widget.h b/src/widget.h index 4ae3f85d232..99edf0971a5 100644 --- a/src/widget.h +++ b/src/widget.h @@ -15,7 +15,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ /* Emacs 19 face widget ported by Fred Pierresteguy */ diff --git a/src/widgetprv.h b/src/widgetprv.h index ef335509f39..91a64c16025 100644 --- a/src/widgetprv.h +++ b/src/widgetprv.h @@ -15,7 +15,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ /* Emacs 19 face widget ported by Fred Pierresteguy */ diff --git a/src/window.c b/src/window.c index 8909f034817..41b89673afd 100644 --- a/src/window.c +++ b/src/window.c @@ -16,7 +16,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ #include <config.h> #include "lisp.h" diff --git a/src/window.h b/src/window.h index 75aa047c168..e35840a92a0 100644 --- a/src/window.h +++ b/src/window.h @@ -15,7 +15,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ /* Windows are allocated as if they were vectors, but then the diff --git a/src/xdisp.c b/src/xdisp.c index 6ebb01800e6..e35502375bc 100644 --- a/src/xdisp.c +++ b/src/xdisp.c @@ -15,7 +15,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ #include <config.h> diff --git a/src/xfaces.c b/src/xfaces.c index 1c0ed8e6bea..6141c040517 100644 --- a/src/xfaces.c +++ b/src/xfaces.c @@ -15,7 +15,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ /* This is derived from work by Lucid (some parts very loosely so). */ diff --git a/src/xfns.c b/src/xfns.c index 95e52e05c51..5d4480177c7 100644 --- a/src/xfns.c +++ b/src/xfns.c @@ -15,7 +15,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ /* Completely rewritten by Richard Stallman. */ diff --git a/src/xmenu.c b/src/xmenu.c index 63188cb4c5c..8c8e54e1287 100644 --- a/src/xmenu.c +++ b/src/xmenu.c @@ -15,7 +15,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ /* X pop-up deck-of-cards menu facility for gnuemacs. * diff --git a/src/xrdb.c b/src/xrdb.c index ea2bdd13c00..be1b9cbab1d 100644 --- a/src/xrdb.c +++ b/src/xrdb.c @@ -1,19 +1,22 @@ /* Deal with the X Resource Manager. Copyright (C) 1990, 1993, 1994 Free Software Foundation. -This program is free software; you can redistribute it and/or modify +This file is part of GNU Emacs. + +GNU Emacs is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2, or (at your option) any later version. -This program is distributed in the hope that it will be useful, +GNU Emacs 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; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +along with GNU Emacs; see the file COPYING. If not, write to +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ /* Written by jla, 4/90 */ diff --git a/src/xselect.c b/src/xselect.c index af670d0500a..32547539538 100644 --- a/src/xselect.c +++ b/src/xselect.c @@ -15,7 +15,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ /* Rewritten by jwz */ diff --git a/src/xterm.c b/src/xterm.c index 79fda75259d..c4798f6b0ff 100644 --- a/src/xterm.c +++ b/src/xterm.c @@ -15,7 +15,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ /* Xt features made by Fred Pierresteguy. */ diff --git a/src/xterm.h b/src/xterm.h index 22ffb63607c..cf3f9105a5b 100644 --- a/src/xterm.h +++ b/src/xterm.h @@ -15,7 +15,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ #include <X11/Xlib.h> #include <X11/cursorfont.h> |