diff options
| author | Erik Naggum | 1996-01-15 09:18:04 +0000 |
|---|---|---|
| committer | Erik Naggum | 1996-01-15 09:18:04 +0000 |
| commit | 3b7ad313e0d7b351c55cf999474b61cdc18ecad1 (patch) | |
| tree | a6dc7b6e739b8c76fec07e649e71413e470b2c7f /src | |
| parent | bf2b146b133ff5ab5a4cb3b13d30f1418cfa74a7 (diff) | |
| download | emacs-3b7ad313e0d7b351c55cf999474b61cdc18ecad1.tar.gz emacs-3b7ad313e0d7b351c55cf999474b61cdc18ecad1.zip | |
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 @@ | |||
| 15 | 15 | ||
| 16 | # You should have received a copy of the GNU General Public License | 16 | # You should have received a copy of the GNU General Public License |
| 17 | # along with GNU Emacs; see the file COPYING. If not, write to | 17 | # along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | # the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 | # the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 19 | # Boston, MA 02111-1307, USA. | ||
| 19 | 20 | ||
| 20 | # Here are the things that we expect ../configure to edit. | 21 | # Here are the things that we expect ../configure to edit. |
| 21 | srcdir=@srcdir@ | 22 | 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. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 19 | Boston, MA 02111-1307, USA. */ | ||
| 19 | 20 | ||
| 20 | 21 | ||
| 21 | #include <config.h> | 22 | #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. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 19 | Boston, MA 02111-1307, USA. */ | ||
| 19 | 20 | ||
| 20 | /* Note that this declares bzero on OSF/1. How dumb. */ | 21 | /* Note that this declares bzero on OSF/1. How dumb. */ |
| 21 | #include <signal.h> | 22 | #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. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 19 | Boston, MA 02111-1307, USA. */ | ||
| 19 | 20 | ||
| 20 | 21 | ||
| 21 | /* When Emacs is using signal-driven input, the processing of those | 22 | /* 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. | |||
| 16 | 16 | ||
| 17 | You should have received a copy of the GNU General Public License | 17 | You should have received a copy of the GNU General Public License |
| 18 | along with GNU Emacs; see the file COPYING. If not, write to | 18 | along with GNU Emacs; see the file COPYING. If not, write to |
| 19 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 19 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 20 | Boston, MA 02111-1307, USA. */ | ||
| 20 | 21 | ||
| 21 | 22 | ||
| 22 | #include <sys/types.h> | 23 | #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. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 19 | Boston, MA 02111-1307, USA. */ | ||
| 19 | 20 | ||
| 20 | 21 | ||
| 21 | #ifdef USE_TEXT_PROPERTIES | 22 | #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. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. | 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 19 | Boston, MA 02111-1307, USA. | ||
| 19 | 20 | ||
| 20 | hacked on by jwz@lucid.com 17-jun-91 | 21 | hacked on by jwz@lucid.com 17-jun-91 |
| 21 | o added a compile-time switch to turn on simple sanity checking; | 22 | 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. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 19 | Boston, MA 02111-1307, USA. */ | ||
| 19 | 20 | ||
| 20 | 21 | ||
| 21 | #include <config.h> | 22 | #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. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 19 | Boston, MA 02111-1307, USA. */ | ||
| 19 | 20 | ||
| 20 | 21 | ||
| 21 | #include <signal.h> | 22 | #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. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 19 | Boston, MA 02111-1307, USA. */ | ||
| 19 | 20 | ||
| 20 | 21 | ||
| 21 | #include <config.h> | 22 | #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. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 19 | Boston, MA 02111-1307, USA. */ | ||
| 19 | 20 | ||
| 20 | /* Written by Howard Gayle. See chartab.c for details. */ | 21 | /* Written by Howard Gayle. See chartab.c for details. */ |
| 21 | 22 | ||
| @@ -16,7 +16,8 @@ GNU General Public License for more details. | |||
| 16 | 16 | ||
| 17 | You should have received a copy of the GNU General Public License | 17 | You should have received a copy of the GNU General Public License |
| 18 | along with GNU Emacs; see the file COPYING. If not, write to | 18 | along with GNU Emacs; see the file COPYING. If not, write to |
| 19 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 19 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 20 | Boston, MA 02111-1307, USA. */ | ||
| 20 | 21 | ||
| 21 | 22 | ||
| 22 | #include <config.h> | 23 | #include <config.h> |
| @@ -15,7 +15,8 @@ GNU General Public License for more details. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 19 | Boston, MA 02111-1307, USA. */ | ||
| 19 | 20 | ||
| 20 | /* Holds the minimum and maximum costs for the parametrized capabilities. */ | 21 | /* Holds the minimum and maximum costs for the parametrized capabilities. */ |
| 21 | struct parmcap | 22 | 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. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 19 | Boston, MA 02111-1307, USA. */ | ||
| 19 | 20 | ||
| 20 | 21 | ||
| 21 | #include <config.h> | 22 | #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. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 19 | Boston, MA 02111-1307, USA. */ | ||
| 19 | 20 | ||
| 20 | 21 | ||
| 21 | #define Ctl(c) ((c)&037) | 22 | #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. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 19 | Boston, MA 02111-1307, USA. */ | ||
| 19 | 20 | ||
| 20 | 21 | ||
| 21 | #include <signal.h> | 22 | #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. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 19 | Boston, MA 02111-1307, USA. */ | ||
| 19 | 20 | ||
| 20 | 21 | ||
| 21 | #include <config.h> | 22 | #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. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 19 | Boston, MA 02111-1307, USA. */ | ||
| 19 | 20 | ||
| 20 | #ifndef _DISPEXTERN_H_ | 21 | #ifndef _DISPEXTERN_H_ |
| 21 | #define _DISPEXTERN_H_ | 22 | #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. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 19 | Boston, MA 02111-1307, USA. */ | ||
| 19 | 20 | ||
| 20 | 21 | ||
| 21 | #include <signal.h> | 22 | #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. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 19 | Boston, MA 02111-1307, USA. */ | ||
| 19 | 20 | ||
| 20 | /* Access the slots of a display-table, according to their purpose. */ | 21 | /* Access the slots of a display-table, according to their purpose. */ |
| 21 | 22 | ||
| @@ -15,7 +15,8 @@ GNU General Public License for more details. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 19 | Boston, MA 02111-1307, USA. */ | ||
| 19 | 20 | ||
| 20 | 21 | ||
| 21 | #include <config.h> | 22 | #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. | |||
| 17 | 17 | ||
| 18 | You should have received a copy of the GNU General Public License | 18 | You should have received a copy of the GNU General Public License |
| 19 | along with GNU Emacs; see the file COPYING. If not, write to | 19 | along with GNU Emacs; see the file COPYING. If not, write to |
| 20 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 20 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 21 | Boston, MA 02111-1307, USA. */ | ||
| 21 | 22 | ||
| 22 | 23 | ||
| 23 | #include <config.h> | 24 | #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. | |||
| 16 | 16 | ||
| 17 | You should have received a copy of the GNU General Public License | 17 | You should have received a copy of the GNU General Public License |
| 18 | along with GNU Emacs; see the file COPYING. If not, write to | 18 | along with GNU Emacs; see the file COPYING. If not, write to |
| 19 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 19 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 20 | Boston, MA 02111-1307, USA. */ | ||
| 20 | 21 | ||
| 21 | 22 | ||
| 22 | #include <config.h> | 23 | #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. | |||
| 16 | 16 | ||
| 17 | You should have received a copy of the GNU General Public License | 17 | You should have received a copy of the GNU General Public License |
| 18 | along with GNU Emacs; see the file COPYING. If not, write to | 18 | along with GNU Emacs; see the file COPYING. If not, write to |
| 19 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 19 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 20 | Boston, MA 02111-1307, USA. */ | ||
| 20 | 21 | ||
| 21 | extern int dos_hyper_key; | 22 | extern int dos_hyper_key; |
| 22 | extern int dos_super_key; | 23 | 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. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 19 | Boston, MA 02111-1307, USA. */ | ||
| 19 | 20 | ||
| 20 | 21 | ||
| 21 | #include <config.h> | 22 | #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. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 19 | Boston, MA 02111-1307, USA. */ | ||
| 19 | 20 | ||
| 20 | #include <config.h> | 21 | #include <config.h> |
| 21 | 22 | ||
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. | |||
| 14 | 14 | ||
| 15 | You should have received a copy of the GNU General Public License | 15 | You should have received a copy of the GNU General Public License |
| 16 | along with GNU Emacs; see the file COPYING. If not, write to | 16 | along with GNU Emacs; see the file COPYING. If not, write to |
| 17 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 17 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 18 | Boston, MA 02111-1307, USA. */ | ||
| 18 | 19 | ||
| 19 | 20 | ||
| 20 | #include <sys/types.h> | 21 | #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. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 19 | Boston, MA 02111-1307, USA. */ | ||
| 19 | 20 | ||
| 20 | 21 | ||
| 21 | /* ANSI C requires only these float functions: | 22 | /* ANSI C requires only these float functions: |
| @@ -15,7 +15,8 @@ GNU General Public License for more details. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 19 | Boston, MA 02111-1307, USA. */ | ||
| 19 | 20 | ||
| 20 | 21 | ||
| 21 | #include <config.h> | 22 | #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. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 19 | Boston, MA 02111-1307, USA. */ | ||
| 19 | 20 | ||
| 20 | #include <config.h> | 21 | #include <config.h> |
| 21 | 22 | ||
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. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 19 | Boston, MA 02111-1307, USA. */ | ||
| 19 | 20 | ||
| 20 | 21 | ||
| 21 | /* Miscellanea. */ | 22 | /* 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. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 19 | Boston, MA 02111-1307, USA. */ | ||
| 19 | 20 | ||
| 20 | 21 | ||
| 21 | #include <config.h> | 22 | #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. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 19 | Boston, MA 02111-1307, USA. */ | ||
| 19 | 20 | ||
| 20 | 21 | ||
| 21 | struct position | 22 | 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. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 19 | Boston, MA 02111-1307, USA. */ | ||
| 19 | 20 | ||
| 20 | 21 | ||
| 21 | #include <config.h> | 22 | #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. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 19 | Boston, MA 02111-1307, USA. */ | ||
| 19 | 20 | ||
| 20 | 21 | ||
| 21 | /* NOTES: | 22 | /* 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. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 19 | Boston, MA 02111-1307, USA. */ | ||
| 19 | 20 | ||
| 20 | #ifdef USE_TEXT_PROPERTIES | 21 | #ifdef USE_TEXT_PROPERTIES |
| 21 | #ifndef NORMAL_FACE | 22 | #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. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 19 | Boston, MA 02111-1307, USA. */ | ||
| 19 | 20 | ||
| 20 | /* Allow config.h to undefine symbols found here. */ | 21 | /* Allow config.h to undefine symbols found here. */ |
| 21 | #include <signal.h> | 22 | #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. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 19 | Boston, MA 02111-1307, USA. */ | ||
| 19 | 20 | ||
| 20 | /* Length of echobuf field in each KBOARD. */ | 21 | /* Length of echobuf field in each KBOARD. */ |
| 21 | 22 | ||
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. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 19 | Boston, MA 02111-1307, USA. */ | ||
| 19 | 20 | ||
| 20 | 21 | ||
| 21 | #include <config.h> | 22 | #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. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 19 | Boston, MA 02111-1307, USA. */ | ||
| 19 | 20 | ||
| 20 | 21 | ||
| 21 | /* How this works: | 22 | /* 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. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 19 | Boston, MA 02111-1307, USA. */ | ||
| 19 | 20 | ||
| 20 | 21 | ||
| 21 | /* These are default choices for the types to use. */ | 22 | /* 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. | |||
| 16 | 16 | ||
| 17 | You should have received a copy of the GNU General Public License | 17 | You should have received a copy of the GNU General Public License |
| 18 | along with GNU Emacs; see the file COPYING. If not, write to | 18 | along with GNU Emacs; see the file COPYING. If not, write to |
| 19 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 19 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 20 | Boston, MA 02111-1307, USA. */ | ||
| 20 | 21 | ||
| 21 | 22 | ||
| 22 | #include <config.h> | 23 | #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. | |||
| 16 | 16 | ||
| 17 | You should have received a copy of the GNU General Public License | 17 | You should have received a copy of the GNU General Public License |
| 18 | along with GNU Emacs; see the file COPYING. If not, write to | 18 | along with GNU Emacs; see the file COPYING. If not, write to |
| 19 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 19 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 20 | Boston, MA 02111-1307, USA. */ | ||
| 20 | 21 | ||
| 21 | 22 | ||
| 22 | /* The following line tells the configuration script what sort of | 23 | /* 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. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 19 | Boston, MA 02111-1307, USA. */ | ||
| 19 | 20 | ||
| 20 | 21 | ||
| 21 | 22 | ||
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. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 19 | Boston, MA 02111-1307, USA. */ | ||
| 19 | 20 | ||
| 20 | 21 | ||
| 21 | /* The following line tells the configuration script what sort of | 22 | /* 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. | |||
| 18 | 18 | ||
| 19 | You should have received a copy of the GNU General Public License | 19 | You should have received a copy of the GNU General Public License |
| 20 | along with GNU Emacs; see the file COPYING. If not, write to | 20 | along with GNU Emacs; see the file COPYING. If not, write to |
| 21 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 21 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 22 | Boston, MA 02111-1307, USA. */ | ||
| 22 | 23 | ||
| 23 | /* The following line tells the configuration script what sort of | 24 | /* The following line tells the configuration script what sort of |
| 24 | operating system this machine is likely to run. | 25 | 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. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 19 | Boston, MA 02111-1307, USA. */ | ||
| 19 | 20 | ||
| 20 | 21 | ||
| 21 | /* The following line tells the configuration script what sort of | 22 | /* 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. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 19 | Boston, MA 02111-1307, USA. */ | ||
| 19 | 20 | ||
| 20 | 21 | ||
| 21 | /* The following line tells the configuration script what sort of | 22 | /* 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. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 19 | Boston, MA 02111-1307, USA. */ | ||
| 19 | 20 | ||
| 20 | /* | 21 | /* |
| 21 | This file for amdahl_uts created by modifying the template.h | 22 | 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. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 19 | Boston, MA 02111-1307, USA. */ | ||
| 19 | 20 | ||
| 20 | 21 | ||
| 21 | /* The following line tells the configuration script what sort of | 22 | /* 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. | |||
| 17 | 17 | ||
| 18 | You should have received a copy of the GNU General Public License | 18 | You should have received a copy of the GNU General Public License |
| 19 | along with GNU Emacs; see the file COPYING. If not, write to | 19 | along with GNU Emacs; see the file COPYING. If not, write to |
| 20 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 20 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 21 | Boston, MA 02111-1307, USA. */ | ||
| 21 | 22 | ||
| 22 | 23 | ||
| 23 | /* The following line tells the configuration script what sort of | 24 | /* 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. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 19 | Boston, MA 02111-1307, USA. */ | ||
| 19 | 20 | ||
| 20 | 21 | ||
| 21 | /* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word | 22 | /* 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. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 19 | Boston, MA 02111-1307, USA. */ | ||
| 19 | 20 | ||
| 20 | 21 | ||
| 21 | /* The following line tells the configuration script what sort of | 22 | /* 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. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 19 | Boston, MA 02111-1307, USA. */ | ||
| 19 | 20 | ||
| 20 | 21 | ||
| 21 | /* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word | 22 | /* 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. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 19 | Boston, MA 02111-1307, USA. */ | ||
| 19 | 20 | ||
| 20 | 21 | ||
| 21 | /* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word | 22 | /* 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. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 19 | Boston, MA 02111-1307, USA. */ | ||
| 19 | 20 | ||
| 20 | 21 | ||
| 21 | /* The following line tells the configuration script what sort of | 22 | /* 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. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 19 | Boston, MA 02111-1307, USA. */ | ||
| 19 | 20 | ||
| 20 | 21 | ||
| 21 | /* The following line tells the configuration script what sort of | 22 | /* 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. | |||
| 17 | 17 | ||
| 18 | You should have received a copy of the GNU General Public License | 18 | You should have received a copy of the GNU General Public License |
| 19 | along with GNU Emacs; see the file COPYING. If not, write to | 19 | along with GNU Emacs; see the file COPYING. If not, write to |
| 20 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 20 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 21 | Boston, MA 02111-1307, USA. */ | ||
| 21 | 22 | ||
| 22 | 23 | ||
| 23 | /* The following line tells the configuration script what sort of | 24 | /* 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. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 19 | Boston, MA 02111-1307, USA. */ | ||
| 19 | 20 | ||
| 20 | 21 | ||
| 21 | /* The following line tells the configuration script what sort of | 22 | /* 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. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 19 | Boston, MA 02111-1307, USA. */ | ||
| 19 | 20 | ||
| 20 | /* The following line tells the configuration script what sort of | 21 | /* The following line tells the configuration script what sort of |
| 21 | operating system this machine is likely to run. | 22 | 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. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 19 | Boston, MA 02111-1307, USA. */ | ||
| 19 | 20 | ||
| 20 | /* The following line tells the configuration script what sort of | 21 | /* The following line tells the configuration script what sort of |
| 21 | operating system this machine is likely to run. | 22 | 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. | |||
| 16 | 16 | ||
| 17 | You should have received a copy of the GNU General Public License | 17 | You should have received a copy of the GNU General Public License |
| 18 | along with GNU Emacs; see the file COPYING. If not, write to | 18 | along with GNU Emacs; see the file COPYING. If not, write to |
| 19 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 19 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 20 | Boston, MA 02111-1307, USA. */ | ||
| 20 | 21 | ||
| 21 | /* The following line tells the configuration script what sort of | 22 | /* The following line tells the configuration script what sort of |
| 22 | operating system this machine is likely to run. | 23 | 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. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 19 | Boston, MA 02111-1307, USA. */ | ||
| 19 | 20 | ||
| 20 | 21 | ||
| 21 | /* The following line tells the configuration script what sort of | 22 | /* 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. | |||
| 21 | 21 | ||
| 22 | You should have received a copy of the GNU General Public License | 22 | You should have received a copy of the GNU General Public License |
| 23 | along with GNU Emacs; see the file COPYING. If not, write to | 23 | along with GNU Emacs; see the file COPYING. If not, write to |
| 24 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 24 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 25 | Boston, MA 02111-1307, USA. */ | ||
| 25 | 26 | ||
| 26 | 27 | ||
| 27 | /* The following line tells the configuration script what sort of | 28 | /* 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. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 19 | Boston, MA 02111-1307, USA. */ | ||
| 19 | 20 | ||
| 20 | 21 | ||
| 21 | /* The following line tells the configuration script what sort of | 22 | /* 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. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 19 | Boston, MA 02111-1307, USA. */ | ||
| 19 | 20 | ||
| 20 | 21 | ||
| 21 | /* The following line tells the configuration script what sort of | 22 | /* 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. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 19 | Boston, MA 02111-1307, USA. */ | ||
| 19 | 20 | ||
| 20 | 21 | ||
| 21 | /* The following line tells the configuration script what sort of | 22 | /* 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. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 19 | Boston, MA 02111-1307, USA. */ | ||
| 19 | 20 | ||
| 20 | 21 | ||
| 21 | /* The following line tells the configuration script what sort of | 22 | /* 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. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 19 | Boston, MA 02111-1307, USA. */ | ||
| 19 | 20 | ||
| 20 | 21 | ||
| 21 | /* The following line tells the configuration script what sort of | 22 | /* 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. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 19 | Boston, MA 02111-1307, USA. */ | ||
| 19 | 20 | ||
| 20 | 21 | ||
| 21 | /* The following line tells the configuration script what sort of | 22 | /* 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. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 19 | Boston, MA 02111-1307, USA. */ | ||
| 19 | 20 | ||
| 20 | 21 | ||
| 21 | /* The following line tells the configuration script what sort of | 22 | /* 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. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 19 | Boston, MA 02111-1307, USA. */ | ||
| 19 | 20 | ||
| 20 | 21 | ||
| 21 | /* The following line tells the configuration script what sort of | 22 | /* 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. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 19 | Boston, MA 02111-1307, USA. */ | ||
| 19 | 20 | ||
| 20 | 21 | ||
| 21 | /* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word | 22 | /* 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. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 19 | Boston, MA 02111-1307, USA. */ | ||
| 19 | 20 | ||
| 20 | 21 | ||
| 21 | /* The following line tells the configuration script what sort of | 22 | /* 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. | |||
| 16 | 16 | ||
| 17 | You should have received a copy of the GNU General Public License | 17 | You should have received a copy of the GNU General Public License |
| 18 | along with GNU Emacs; see the file COPYING. If not, write to | 18 | along with GNU Emacs; see the file COPYING. If not, write to |
| 19 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 19 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 20 | Boston, MA 02111-1307, USA. */ | ||
| 20 | 21 | ||
| 21 | 22 | ||
| 22 | /* The following line tells the configuration script what sort of | 23 | /* 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. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 19 | Boston, MA 02111-1307, USA. */ | ||
| 19 | 20 | ||
| 20 | 21 | ||
| 21 | /* The following line tells the configuration script what sort of | 22 | /* 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. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 19 | Boston, MA 02111-1307, USA. */ | ||
| 19 | 20 | ||
| 20 | 21 | ||
| 21 | /* The following three symbols give information on | 22 | /* 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. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 19 | Boston, MA 02111-1307, USA. */ | ||
| 19 | 20 | ||
| 20 | 21 | ||
| 21 | /* The following line tells the configuration script what sort of | 22 | /* 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. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 19 | Boston, MA 02111-1307, USA. */ | ||
| 19 | 20 | ||
| 20 | 21 | ||
| 21 | /* The following line tells the configuration script what sort of | 22 | /* 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. | |||
| 16 | 16 | ||
| 17 | You should have received a copy of the GNU General Public License | 17 | You should have received a copy of the GNU General Public License |
| 18 | along with GNU Emacs; see the file COPYING. If not, write to | 18 | along with GNU Emacs; see the file COPYING. If not, write to |
| 19 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 19 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 20 | Boston, MA 02111-1307, USA. */ | ||
| 20 | 21 | ||
| 21 | 22 | ||
| 22 | /* The following line tells the configuration script what sort of | 23 | /* 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. | |||
| 20 | 20 | ||
| 21 | You should have received a copy of the GNU General Public License | 21 | You should have received a copy of the GNU General Public License |
| 22 | along with GNU Emacs; see the file COPYING. If not, write to | 22 | along with GNU Emacs; see the file COPYING. If not, write to |
| 23 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 23 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 24 | Boston, MA 02111-1307, USA. */ | ||
| 24 | 25 | ||
| 25 | 26 | ||
| 26 | /* The following line tells the configuration script what sort of | 27 | /* 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. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 19 | Boston, MA 02111-1307, USA. */ | ||
| 19 | 20 | ||
| 20 | 21 | ||
| 21 | /* The following line tells the configuration script what sort of | 22 | /* 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. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 19 | Boston, MA 02111-1307, USA. */ | ||
| 19 | 20 | ||
| 20 | 21 | ||
| 21 | /* The following line tells the configuration script what sort of | 22 | /* 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. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 19 | Boston, MA 02111-1307, USA. */ | ||
| 19 | 20 | ||
| 20 | 21 | ||
| 21 | /* Say this machine is a next if not previously defined */ | 22 | /* 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. | |||
| 17 | 17 | ||
| 18 | You should have received a copy of the GNU General Public License | 18 | You should have received a copy of the GNU General Public License |
| 19 | along with GNU Emacs; see the file COPYING. If not, write to | 19 | along with GNU Emacs; see the file COPYING. If not, write to |
| 20 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 20 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 21 | Boston, MA 02111-1307, USA. */ | ||
| 21 | 22 | ||
| 22 | /* This file manually constructed for Harris Night Hawk 4000 (and 5000) | 23 | /* This file manually constructed for Harris Night Hawk 4000 (and 5000) |
| 23 | * series Motorola 88100 and 88110 based machines. | 24 | * 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. | |||
| 16 | 16 | ||
| 17 | You should have received a copy of the GNU General Public License | 17 | You should have received a copy of the GNU General Public License |
| 18 | along with GNU Emacs; see the file COPYING. If not, write to | 18 | along with GNU Emacs; see the file COPYING. If not, write to |
| 19 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 19 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 20 | Boston, MA 02111-1307, USA. */ | ||
| 20 | 21 | ||
| 21 | /* This file manually constructed for Harris Night Hawk 4000 (and 5000) | 22 | /* This file manually constructed for Harris Night Hawk 4000 (and 5000) |
| 22 | * series Motorola 88100 and 88110 based machines. | 23 | * 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. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 19 | Boston, MA 02111-1307, USA. */ | ||
| 19 | 20 | ||
| 20 | 21 | ||
| 21 | /* The following line tells the configuration script what sort of | 22 | /* 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. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 19 | Boston, MA 02111-1307, USA. */ | ||
| 19 | 20 | ||
| 20 | 21 | ||
| 21 | 22 | ||
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. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 19 | Boston, MA 02111-1307, USA. */ | ||
| 19 | 20 | ||
| 20 | 21 | ||
| 21 | /* The following line tells the configuration script what sort of | 22 | /* 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. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 19 | Boston, MA 02111-1307, USA. */ | ||
| 19 | 20 | ||
| 20 | 21 | ||
| 21 | /* The following line tells the configuration script what sort of | 22 | /* 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. | |||
| 16 | 16 | ||
| 17 | You should have received a copy of the GNU General Public License | 17 | You should have received a copy of the GNU General Public License |
| 18 | along with GNU Emacs; see the file COPYING. If not, write to | 18 | along with GNU Emacs; see the file COPYING. If not, write to |
| 19 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 19 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 20 | Boston, MA 02111-1307, USA. */ | ||
| 20 | 21 | ||
| 21 | 22 | ||
| 22 | /* The following line tells the configuration script what sort of | 23 | /* 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. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 19 | Boston, MA 02111-1307, USA. */ | ||
| 19 | 20 | ||
| 20 | 21 | ||
| 21 | /* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word | 22 | /* 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. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 19 | Boston, MA 02111-1307, USA. */ | ||
| 19 | 20 | ||
| 20 | 21 | ||
| 21 | /* The following line tells the configuration script what sort of | 22 | /* 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. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 19 | Boston, MA 02111-1307, USA. */ | ||
| 19 | 20 | ||
| 20 | 21 | ||
| 21 | /* The following line tells the configuration script what sort of | 22 | /* 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. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 19 | Boston, MA 02111-1307, USA. */ | ||
| 19 | 20 | ||
| 20 | 21 | ||
| 21 | /* The following line tells the configuration script what sort of | 22 | /* 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. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 19 | Boston, MA 02111-1307, USA. */ | ||
| 19 | 20 | ||
| 20 | 21 | ||
| 21 | /* The following line tells the configuration script what sort of | 22 | /* 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. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 19 | Boston, MA 02111-1307, USA. */ | ||
| 19 | 20 | ||
| 20 | /* The following line tells the configuration script what sort of | 21 | /* The following line tells the configuration script what sort of |
| 21 | operating system this machine is likely to run. | 22 | 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. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 19 | Boston, MA 02111-1307, USA. */ | ||
| 19 | 20 | ||
| 20 | 21 | ||
| 21 | /* The following line tells the configuration script what sort of | 22 | /* 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. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 19 | Boston, MA 02111-1307, USA. */ | ||
| 19 | 20 | ||
| 20 | 21 | ||
| 21 | /* The following line tells the configuration script what sort of | 22 | /* 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. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 19 | Boston, MA 02111-1307, USA. */ | ||
| 19 | 20 | ||
| 20 | 21 | ||
| 21 | /* The following line tells the configuration script what sort of | 22 | /* 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. | |||
| 17 | 17 | ||
| 18 | You should have received a copy of the GNU General Public License | 18 | You should have received a copy of the GNU General Public License |
| 19 | along with GNU Emacs; see the file COPYING. If not, write to | 19 | along with GNU Emacs; see the file COPYING. If not, write to |
| 20 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 20 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 21 | Boston, MA 02111-1307, USA. */ | ||
| 21 | 22 | ||
| 22 | 23 | ||
| 23 | /* The following line tells the configuration script what sort of | 24 | /* 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. | |||
| 18 | 18 | ||
| 19 | You should have received a copy of the GNU General Public License | 19 | You should have received a copy of the GNU General Public License |
| 20 | along with GNU Emacs; see the file COPYING. If not, write to | 20 | along with GNU Emacs; see the file COPYING. If not, write to |
| 21 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 21 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 22 | Boston, MA 02111-1307, USA. */ | ||
| 22 | 23 | ||
| 23 | /* The following line tells the configuration script what sort of | 24 | /* The following line tells the configuration script what sort of |
| 24 | operating system this machine is likely to run. | 25 | 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. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 19 | Boston, MA 02111-1307, USA. */ | ||
| 19 | 20 | ||
| 20 | /* CHANGE: [Eric H. Herrin II; eric@ms.uky.edu - 15 Sept 1988] | 21 | /* CHANGE: [Eric H. Herrin II; eric@ms.uky.edu - 15 Sept 1988] |
| 21 | * Modified the sequent.h file for the Sequent Symmetry machine. | 22 | * 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. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 19 | Boston, MA 02111-1307, USA. */ | ||
| 19 | 20 | ||
| 20 | 21 | ||
| 21 | /* The following line tells the configuration script what sort of | 22 | /* 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. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 19 | Boston, MA 02111-1307, USA. */ | ||
| 19 | 20 | ||
| 20 | 21 | ||
| 21 | /* The following line tells the configuration script what sort of | 22 | /* 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. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 19 | Boston, MA 02111-1307, USA. */ | ||
| 19 | 20 | ||
| 20 | 21 | ||
| 21 | /* The following line tells the configuration script what sort of | 22 | /* 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. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 19 | Boston, MA 02111-1307, USA. */ | ||
| 19 | 20 | ||
| 20 | 21 | ||
| 21 | /* The following line tells the configuration script what sort of | 22 | /* 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. | |||
| 17 | 17 | ||
| 18 | You should have received a copy of the GNU General Public License | 18 | You should have received a copy of the GNU General Public License |
| 19 | along with GNU Emacs; see the file COPYING. If not, write to | 19 | along with GNU Emacs; see the file COPYING. If not, write to |
| 20 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 20 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 21 | Boston, MA 02111-1307, USA. */ | ||
| 21 | 22 | ||
| 22 | 23 | ||
| 23 | /* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word | 24 | /* 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. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 19 | Boston, MA 02111-1307, USA. */ | ||
| 19 | 20 | ||
| 20 | 21 | ||
| 21 | /* The following line tells the configuration script what sort of | 22 | /* 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. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 19 | Boston, MA 02111-1307, USA. */ | ||
| 19 | 20 | ||
| 20 | 21 | ||
| 21 | /* The following line tells the configuration script what sort of | 22 | /* 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. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 19 | Boston, MA 02111-1307, USA. */ | ||
| 19 | 20 | ||
| 20 | 21 | ||
| 21 | 22 | ||
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. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 19 | Boston, MA 02111-1307, USA. */ | ||
| 19 | 20 | ||
| 20 | 21 | ||
| 21 | /* The following line tells the configuration script what sort of | 22 | /* 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. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 19 | Boston, MA 02111-1307, USA. */ | ||
| 19 | 20 | ||
| 20 | 21 | ||
| 21 | /* The following line tells the configuration script what sort of | 22 | /* 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. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 19 | Boston, MA 02111-1307, USA. */ | ||
| 19 | 20 | ||
| 20 | 21 | ||
| 21 | /* The following line tells the configuration script what sort of | 22 | /* 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. | |||
| 16 | 16 | ||
| 17 | You should have received a copy of the GNU General Public License | 17 | You should have received a copy of the GNU General Public License |
| 18 | along with GNU Emacs; see the file COPYING. If not, write to | 18 | along with GNU Emacs; see the file COPYING. If not, write to |
| 19 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 19 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 20 | Boston, MA 02111-1307, USA. */ | ||
| 20 | 21 | ||
| 21 | /* The following line tells the configuration script what sort of | 22 | /* The following line tells the configuration script what sort of |
| 22 | operating system this machine is likely to run. | 23 | 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. | |||
| 17 | 17 | ||
| 18 | You should have received a copy of the GNU General Public License | 18 | You should have received a copy of the GNU General Public License |
| 19 | along with GNU Emacs; see the file COPYING. If not, write to | 19 | along with GNU Emacs; see the file COPYING. If not, write to |
| 20 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 20 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 21 | Boston, MA 02111-1307, USA. */ | ||
| 21 | 22 | ||
| 22 | 23 | ||
| 23 | /* The following line tells the configuration script what sort of | 24 | /* 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. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 19 | Boston, MA 02111-1307, USA. */ | ||
| 19 | 20 | ||
| 20 | 21 | ||
| 21 | #include <config.h> | 22 | #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. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 19 | Boston, MA 02111-1307, USA. */ | ||
| 19 | 20 | ||
| 20 | 21 | ||
| 21 | /* Kbd macro currently being executed (a string) */ | 22 | /* 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. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 19 | Boston, MA 02111-1307, USA. */ | ||
| 19 | 20 | ||
| 20 | 21 | ||
| 21 | #include <config.h> | 22 | #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. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 19 | Boston, MA 02111-1307, USA. */ | ||
| 19 | 20 | ||
| 20 | #ifdef MSDOS | 21 | #ifdef MSDOS |
| 21 | #include <dpmi.h> | 22 | #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. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 19 | Boston, MA 02111-1307, USA. */ | ||
| 19 | 20 | ||
| 20 | 21 | ||
| 21 | #include <config.h> | 22 | #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. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 19 | Boston, MA 02111-1307, USA. */ | ||
| 19 | 20 | ||
| 20 | 21 | ||
| 21 | /* Compatibility for mocklisp */ | 22 | /* 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. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 19 | Boston, MA 02111-1307, USA. */ | ||
| 19 | 20 | ||
| 20 | /* This is the main entry point to mocklisp execution. | 21 | /* This is the main entry point to mocklisp execution. |
| 21 | When eval sees a mocklisp function being called, it calls here | 22 | 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. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 19 | Boston, MA 02111-1307, USA. */ | ||
| 19 | 20 | ||
| 20 | /* Contributed by Morten Welinder */ | 21 | /* Contributed by Morten Welinder */ |
| 21 | /* New display, keyboard, and mouse control by Kim F. Storm */ | 22 | /* 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. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 19 | Boston, MA 02111-1307, USA. */ | ||
| 19 | 20 | ||
| 20 | #ifndef _MSDOS_H_ | 21 | #ifndef _MSDOS_H_ |
| 21 | #define _MSDOS_H_ | 22 | #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. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 19 | Boston, MA 02111-1307, USA. */ | ||
| 19 | 20 | ||
| 20 | 21 | ||
| 21 | #include <config.h> | 22 | #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. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 19 | Boston, MA 02111-1307, USA. */ | ||
| 19 | 20 | ||
| 20 | 21 | ||
| 21 | #include <signal.h> | 22 | #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. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 19 | Boston, MA 02111-1307, USA. */ | ||
| 19 | 20 | ||
| 20 | 21 | ||
| 21 | /* | 22 | /* |
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. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 19 | Boston, MA 02111-1307, USA. */ | ||
| 19 | 20 | ||
| 20 | /* Define PURESIZE, the number of bytes of pure Lisp code to leave space for. | 21 | /* Define PURESIZE, the number of bytes of pure Lisp code to leave space for. |
| 21 | 22 | ||
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. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 19 | Boston, MA 02111-1307, USA. */ | ||
| 19 | 20 | ||
| 20 | /* NOTES: | 21 | /* NOTES: |
| 21 | 22 | ||
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. | |||
| 16 | 16 | ||
| 17 | You should have received a copy of the GNU General Public License | 17 | You should have received a copy of the GNU General Public License |
| 18 | along with GNU Emacs; see the file COPYING. If not, write to | 18 | along with GNU Emacs; see the file COPYING. If not, write to |
| 19 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 19 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 20 | Boston, MA 02111-1307, USA. */ | ||
| 20 | 21 | ||
| 21 | 22 | ||
| 22 | #include <config.h> | 23 | #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. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 19 | Boston, MA 02111-1307, USA. */ | ||
| 19 | 20 | ||
| 20 | 21 | ||
| 21 | /* This code was written by Jim Blandy <jimb@cs.oberlin.edu> to help | 22 | /* 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. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 19 | Boston, MA 02111-1307, USA. */ | ||
| 19 | 20 | ||
| 20 | 21 | ||
| 21 | /* | 22 | /* |
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. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 19 | Boston, MA 02111-1307, USA. */ | ||
| 19 | 20 | ||
| 20 | 21 | ||
| 21 | /* | 22 | /* |
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. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 19 | Boston, MA 02111-1307, USA. */ | ||
| 19 | 20 | ||
| 20 | 21 | ||
| 21 | /* | 22 | /* |
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. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 19 | Boston, MA 02111-1307, USA. */ | ||
| 19 | 20 | ||
| 20 | 21 | ||
| 21 | /* | 22 | /* |
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. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 19 | Boston, MA 02111-1307, USA. */ | ||
| 19 | 20 | ||
| 20 | 21 | ||
| 21 | /* | 22 | /* |
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. | |||
| 16 | 16 | ||
| 17 | You should have received a copy of the GNU General Public License | 17 | You should have received a copy of the GNU General Public License |
| 18 | along with GNU Emacs; see the file COPYING. If not, write to | 18 | along with GNU Emacs; see the file COPYING. If not, write to |
| 19 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 19 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 20 | Boston, MA 02111-1307, USA. */ | ||
| 20 | 21 | ||
| 21 | /* | 22 | /* |
| 22 | * Define symbols to identify the version of Unix this is. | 23 | * 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. | |||
| 16 | 16 | ||
| 17 | You should have received a copy of the GNU General Public License | 17 | You should have received a copy of the GNU General Public License |
| 18 | along with GNU Emacs; see the file COPYING. If not, write to | 18 | along with GNU Emacs; see the file COPYING. If not, write to |
| 19 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 19 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 20 | Boston, MA 02111-1307, USA. */ | ||
| 20 | 21 | ||
| 21 | /* NOTE: DGUX5.4R3.00 will not build with the delivered gcc-2.4.5 | 22 | /* NOTE: DGUX5.4R3.00 will not build with the delivered gcc-2.4.5 |
| 22 | compiler. You must upgraded to at least gcc-2.5.8. If you are | 23 | 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. | |||
| 16 | 16 | ||
| 17 | You should have received a copy of the GNU General Public License | 17 | You should have received a copy of the GNU General Public License |
| 18 | along with GNU Emacs; see the file COPYING. If not, write to | 18 | along with GNU Emacs; see the file COPYING. If not, write to |
| 19 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 19 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 20 | Boston, MA 02111-1307, USA. */ | ||
| 20 | 21 | ||
| 21 | #include "dgux.h" | 22 | #include "dgux.h" |
| 22 | 23 | ||
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. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 19 | Boston, MA 02111-1307, USA. */ | ||
| 19 | 20 | ||
| 20 | /* This file was put together by Michael K. Johnson and Rik Faith. */ | 21 | /* This file was put together by Michael K. Johnson and Rik Faith. */ |
| 21 | 22 | ||
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. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 19 | Boston, MA 02111-1307, USA. */ | ||
| 19 | 20 | ||
| 20 | 21 | ||
| 21 | /* Get most of the stuff from bsd4.3 */ | 22 | /* 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. | |||
| 16 | 16 | ||
| 17 | You should have received a copy of the GNU General Public License | 17 | You should have received a copy of the GNU General Public License |
| 18 | along with GNU Emacs; see the file COPYING. If not, write to | 18 | along with GNU Emacs; see the file COPYING. If not, write to |
| 19 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 19 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 20 | Boston, MA 02111-1307, USA. */ | ||
| 20 | 21 | ||
| 21 | 22 | ||
| 22 | /* | 23 | /* |
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. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 19 | Boston, MA 02111-1307, USA. */ | ||
| 19 | 20 | ||
| 20 | 21 | ||
| 21 | /* | 22 | /* |
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. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 19 | Boston, MA 02111-1307, USA. */ | ||
| 19 | 20 | ||
| 20 | 21 | ||
| 21 | /* | 22 | /* |
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. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 19 | Boston, MA 02111-1307, USA. */ | ||
| 19 | 20 | ||
| 20 | 21 | ||
| 21 | /* | 22 | /* |
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. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 19 | Boston, MA 02111-1307, USA. */ | ||
| 19 | 20 | ||
| 20 | /* | 21 | /* |
| 21 | * Define symbols to identify the version of Unix this is. | 22 | * 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. | |||
| 16 | 16 | ||
| 17 | You should have received a copy of the GNU General Public License | 17 | You should have received a copy of the GNU General Public License |
| 18 | along with GNU Emacs; see the file COPYING. If not, write to | 18 | along with GNU Emacs; see the file COPYING. If not, write to |
| 19 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 19 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 20 | Boston, MA 02111-1307, USA. */ | ||
| 20 | 21 | ||
| 21 | /* Note: lots of stuff here was taken from s-msdos.h in demacs. */ | 22 | /* Note: lots of stuff here was taken from s-msdos.h in demacs. */ |
| 22 | 23 | ||
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. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 19 | Boston, MA 02111-1307, USA. */ | ||
| 19 | 20 | ||
| 20 | /* Use the SysVr4 file for at least base configuration. */ | 21 | /* Use the SysVr4 file for at least base configuration. */ |
| 21 | 22 | ||
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. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 19 | Boston, MA 02111-1307, USA. */ | ||
| 19 | 20 | ||
| 20 | /* This file was written by Bill Burton <billb@progress.com>. Parts were | 21 | /* This file was written by Bill Burton <billb@progress.com>. Parts were |
| 21 | adapted from m-ptx1-2.h and process.c as distributed with the Emacs 18.57 | 22 | 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. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 19 | Boston, MA 02111-1307, USA. */ | ||
| 19 | 20 | ||
| 20 | 21 | ||
| 21 | /* | 22 | /* |
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. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 19 | Boston, MA 02111-1307, USA. */ | ||
| 19 | 20 | ||
| 20 | /* Contributed by Ian Lance Taylor, ian@cygnus.com. */ | 21 | /* Contributed by Ian Lance Taylor, ian@cygnus.com. */ |
| 21 | 22 | ||
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. | |||
| 17 | 17 | ||
| 18 | You should have received a copy of the GNU General Public License | 18 | You should have received a copy of the GNU General Public License |
| 19 | along with GNU Emacs; see the file COPYING. If not, write to | 19 | along with GNU Emacs; see the file COPYING. If not, write to |
| 20 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 20 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 21 | Boston, MA 02111-1307, USA. */ | ||
| 21 | 22 | ||
| 22 | 23 | ||
| 23 | /* | 24 | /* |
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. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 19 | Boston, MA 02111-1307, USA. */ | ||
| 19 | 20 | ||
| 20 | 21 | ||
| 21 | /* | 22 | /* |
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. | |||
| 16 | 16 | ||
| 17 | You should have received a copy of the GNU General Public License | 17 | You should have received a copy of the GNU General Public License |
| 18 | along with GNU Emacs; see the file COPYING. If not, write to | 18 | along with GNU Emacs; see the file COPYING. If not, write to |
| 19 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 19 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 20 | Boston, MA 02111-1307, USA. */ | ||
| 20 | 21 | ||
| 21 | 22 | ||
| 22 | /* | 23 | /* |
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. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 19 | Boston, MA 02111-1307, USA. */ | ||
| 19 | 20 | ||
| 20 | 21 | ||
| 21 | /* | 22 | /* |
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. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 19 | Boston, MA 02111-1307, USA. */ | ||
| 19 | 20 | ||
| 20 | 21 | ||
| 21 | /* | 22 | /* |
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. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 19 | Boston, MA 02111-1307, USA. */ | ||
| 19 | 20 | ||
| 20 | 21 | ||
| 21 | /* | 22 | /* |
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. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 19 | Boston, MA 02111-1307, USA. */ | ||
| 19 | 20 | ||
| 20 | 21 | ||
| 21 | /* | 22 | /* |
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. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 19 | Boston, MA 02111-1307, USA. */ | ||
| 19 | 20 | ||
| 20 | 21 | ||
| 21 | /* | 22 | /* |
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. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 19 | Boston, MA 02111-1307, USA. */ | ||
| 19 | 20 | ||
| 20 | /* This file written by James Van Artsdalen of Dell Computer Corporation. | 21 | /* This file written by James Van Artsdalen of Dell Computer Corporation. |
| 21 | * james@bigtex.cactus.org. Subsequently improved for Dell 2.2 by Eric | 22 | * 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. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 19 | Boston, MA 02111-1307, USA. */ | ||
| 19 | 20 | ||
| 20 | /* | 21 | /* |
| 21 | * Define symbols to identify the version of Unix this is. | 22 | * 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. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 19 | Boston, MA 02111-1307, USA. */ | ||
| 19 | 20 | ||
| 20 | /* | 21 | /* |
| 21 | * Define symbols to identify the version of Unix this is. | 22 | * 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. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 19 | Boston, MA 02111-1307, USA. */ | ||
| 19 | 20 | ||
| 20 | 21 | ||
| 21 | #include <config.h> | 22 | #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. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 19 | Boston, MA 02111-1307, USA. */ | ||
| 19 | 20 | ||
| 20 | 21 | ||
| 21 | #include <config.h> | 22 | #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. | |||
| 25 | 25 | ||
| 26 | You should have received a copy of the GNU General Public License | 26 | You should have received a copy of the GNU General Public License |
| 27 | along with GNU Emacs; see the file COPYING. If not, write to | 27 | along with GNU Emacs; see the file COPYING. If not, write to |
| 28 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 28 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 29 | Boston, MA 02111-1307, USA. */ | ||
| 29 | 30 | ||
| 30 | /* Author: Jeff Peck, Sun Microsystems, Inc. <peck@sun.com> | 31 | /* Author: Jeff Peck, Sun Microsystems, Inc. <peck@sun.com> |
| 31 | Original ideas by David Kastan and Eric Negaard, SRI International | 32 | 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. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 19 | Boston, MA 02111-1307, USA. */ | ||
| 19 | 20 | ||
| 20 | 21 | ||
| 21 | #include <config.h> | 22 | #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. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 19 | Boston, MA 02111-1307, USA. */ | ||
| 19 | 20 | ||
| 20 | 21 | ||
| 21 | extern Lisp_Object Qsyntax_table_p; | 22 | 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. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 19 | Boston, MA 02111-1307, USA. */ | ||
| 19 | 20 | ||
| 20 | 21 | ||
| 21 | #include <signal.h> | 22 | #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. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 19 | Boston, MA 02111-1307, USA. */ | ||
| 19 | 20 | ||
| 20 | #ifdef HAVE_SYS_SELECT | 21 | #ifdef HAVE_SYS_SELECT |
| 21 | #include <sys/select.h> | 22 | #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. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 19 | Boston, MA 02111-1307, USA. */ | ||
| 19 | 20 | ||
| 20 | #ifdef POSIX_SIGNALS | 21 | #ifdef POSIX_SIGNALS |
| 21 | 22 | ||
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. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 19 | Boston, MA 02111-1307, USA. */ | ||
| 19 | 20 | ||
| 20 | #ifdef TIME_WITH_SYS_TIME | 21 | #ifdef TIME_WITH_SYS_TIME |
| 21 | #include <sys/time.h> | 22 | #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. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 19 | Boston, MA 02111-1307, USA. */ | ||
| 19 | 20 | ||
| 20 | #ifdef HAVE_TERMIOS | 21 | #ifdef HAVE_TERMIOS |
| 21 | #define HAVE_TCATTR | 22 | #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. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 19 | Boston, MA 02111-1307, USA. */ | ||
| 19 | 20 | ||
| 20 | /* Define the structure that the wait system call stores. | 21 | /* Define the structure that the wait system call stores. |
| 21 | On many systems, there is a structure defined for this. | 22 | 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. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 19 | Boston, MA 02111-1307, USA. */ | ||
| 19 | 20 | ||
| 20 | 21 | ||
| 21 | #include <config.h> | 22 | #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. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 19 | Boston, MA 02111-1307, USA. */ | ||
| 19 | 20 | ||
| 20 | 21 | ||
| 21 | extern int baud_rate; /* Output speed in baud */ | 22 | 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. | |||
| 16 | 16 | ||
| 17 | You should have received a copy of the GNU General Public License | 17 | You should have received a copy of the GNU General Public License |
| 18 | along with GNU Emacs; see the file COPYING. If not, write to | 18 | along with GNU Emacs; see the file COPYING. If not, write to |
| 19 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 19 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 20 | Boston, MA 02111-1307, USA. */ | ||
| 20 | 21 | ||
| 21 | 22 | ||
| 22 | /* Miscellanea. */ | 23 | /* 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. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 19 | Boston, MA 02111-1307, USA. */ | ||
| 19 | 20 | ||
| 20 | /* Define these variables that serve as global parameters to termcap, | 21 | /* Define these variables that serve as global parameters to termcap, |
| 21 | so that we do not need to conditionalize the places in Emacs | 22 | 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. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 19 | Boston, MA 02111-1307, USA. */ | ||
| 19 | 20 | ||
| 20 | 21 | ||
| 21 | /* Nonzero means flash the screen instead of ringing the bell. */ | 22 | /* 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. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 19 | Boston, MA 02111-1307, USA. */ | ||
| 19 | 20 | ||
| 20 | #include <config.h> | 21 | #include <config.h> |
| 21 | #include "lisp.h" | 22 | #include "lisp.h" |
| @@ -15,7 +15,8 @@ GNU General Public License for more details. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 19 | Boston, MA 02111-1307, USA. */ | ||
| 19 | 20 | ||
| 20 | /* | 21 | /* |
| 21 | * User Authorization File record formats | 22 | * 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 @@ | |||
| 3 | 3 | ||
| 4 | This file is part of GNU Emacs. | 4 | This file is part of GNU Emacs. |
| 5 | 5 | ||
| 6 | GNU Emacs is free software; you can redistribute it and/or modify | ||
| 7 | it under the terms of the GNU General Public License as published by | ||
| 8 | the Free Software Foundation; either version 2, or (at your option) | ||
| 9 | any later version. | ||
| 10 | |||
| 6 | GNU Emacs is distributed in the hope that it will be useful, | 11 | GNU Emacs is distributed in the hope that it will be useful, |
| 7 | but WITHOUT ANY WARRANTY. No author or distributor | 12 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 8 | accepts responsibility to anyone for the consequences of using it | 13 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 9 | or for whether it serves any particular purpose or works at all, | 14 | GNU General Public License for more details. |
| 10 | unless he says so in writing. Refer to the GNU Emacs General Public | 15 | |
| 11 | License for full details. | 16 | You should have received a copy of the GNU General Public License |
| 12 | 17 | along with GNU Emacs; see the file COPYING. If not, write to | |
| 13 | Everyone is granted permission to copy, modify and redistribute | 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 14 | GNU Emacs, but only under the conditions described in the | 19 | Boston, MA 02111-1307, USA. */ |
| 15 | GNU Emacs General Public License. A copy of this license is | ||
| 16 | supposed to have been given to you along with GNU Emacs so you | ||
| 17 | can know your rights and responsibilities. It should be in a | ||
| 18 | file named COPYING. Among other things, the copyright notice | ||
| 19 | and this notice must be preserved on all copies. */ | ||
| 20 | 20 | ||
| 21 | 21 | ||
| 22 | #include <config.h> | 22 | #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 @@ | |||
| 2 | 2 | ||
| 3 | /* Copyright (C) 1985, 1986, 1987, 1988 Free Software Foundation, Inc. | 3 | /* Copyright (C) 1985, 1986, 1987, 1988 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This program is free software; you can redistribute it and/or modify | 5 | This file is part of GNU Emacs. |
| 6 | it under the terms of the GNU General Public License as published by | 6 | |
| 7 | the Free Software Foundation; either version 2, or (at your option) | 7 | GNU Emacs is free software; you can redistribute it and/or modify |
| 8 | any later version. | 8 | it under the terms of the GNU General Public License as published by |
| 9 | 9 | the Free Software Foundation; either version 2, or (at your option) | |
| 10 | This program is distributed in the hope that it will be useful, | 10 | any later version. |
| 11 | but WITHOUT ANY WARRANTY; without even the implied warranty of | 11 | |
| 12 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 12 | GNU Emacs is distributed in the hope that it will be useful, |
| 13 | GNU General Public License for more details. | 13 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 14 | 14 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
| 15 | You should have received a copy of the GNU General Public License | 15 | GNU General Public License for more details. |
| 16 | along with this program; if not, write to the Free Software | 16 | |
| 17 | Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. | 17 | You should have received a copy of the GNU General Public License |
| 18 | along with GNU Emacs; see the file COPYING. If not, write to | ||
| 19 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | ||
| 20 | Boston, MA 02111-1307, USA. | ||
| 18 | 21 | ||
| 19 | In other words, you are welcome to use, share and improve this program. | 22 | In other words, you are welcome to use, share and improve this program. |
| 20 | You are forbidden to forbid anyone else to use, share and improve | 23 | 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. | |||
| 16 | 16 | ||
| 17 | You should have received a copy of the GNU General Public License | 17 | You should have received a copy of the GNU General Public License |
| 18 | along with GNU Emacs; see the file COPYING. If not, write to | 18 | along with GNU Emacs; see the file COPYING. If not, write to |
| 19 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 19 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 20 | Boston, MA 02111-1307, USA. */ | ||
| 20 | 21 | ||
| 21 | 22 | ||
| 22 | #include <config.h> | 23 | #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. | |||
| 23 | 23 | ||
| 24 | You should have received a copy of the GNU General Public License | 24 | You should have received a copy of the GNU General Public License |
| 25 | along with GNU Emacs; see the file COPYING. If not, write to | 25 | along with GNU Emacs; see the file COPYING. If not, write to |
| 26 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 26 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 27 | Boston, MA 02111-1307, USA. */ | ||
| 27 | 28 | ||
| 28 | 29 | ||
| 29 | /* modified for C-1 arch by jthomp@convex 871103 */ | 30 | /* 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. | |||
| 14 | 14 | ||
| 15 | You should have received a copy of the GNU General Public License | 15 | You should have received a copy of the GNU General Public License |
| 16 | along with GNU Emacs; see the file COPYING. If not, write to | 16 | along with GNU Emacs; see the file COPYING. If not, write to |
| 17 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 17 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 18 | Boston, MA 02111-1307, USA. */ | ||
| 18 | 19 | ||
| 19 | 20 | ||
| 20 | /* | 21 | /* |
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 @@ | |||
| 1 | /* Copyright (C) 1985, 1986, 1987, 1988, 1990, 1992 | 1 | /* Copyright (C) 1985, 1986, 1987, 1988, 1990, 1992 |
| 2 | Free Software Foundation, Inc. | 2 | Free Software Foundation, Inc. |
| 3 | 3 | ||
| 4 | This program is free software; you can redistribute it and/or modify | 4 | This file is part of GNU Emacs. |
| 5 | it under the terms of the GNU General Public License as published by | 5 | |
| 6 | the Free Software Foundation; either version 2, or (at your option) | 6 | GNU Emacs is free software; you can redistribute it and/or modify |
| 7 | any later version. | 7 | it under the terms of the GNU General Public License as published by |
| 8 | 8 | the Free Software Foundation; either version 2, or (at your option) | |
| 9 | This program is distributed in the hope that it will be useful, | 9 | any later version. |
| 10 | but WITHOUT ANY WARRANTY; without even the implied warranty of | 10 | |
| 11 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 11 | GNU Emacs is distributed in the hope that it will be useful, |
| 12 | GNU General Public License for more details. | 12 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 13 | 13 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
| 14 | You should have received a copy of the GNU General Public License | 14 | GNU General Public License for more details. |
| 15 | along with this program; if not, write to the Free Software | 15 | |
| 16 | Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | ||
| 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | ||
| 19 | Boston, MA 02111-1307, USA. | ||
| 17 | 20 | ||
| 18 | In other words, you are welcome to use, share and improve this program. | 21 | In other words, you are welcome to use, share and improve this program. |
| 19 | You are forbidden to forbid anyone else to use, share and improve | 22 | 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. | |||
| 22 | 22 | ||
| 23 | You should have received a copy of the GNU General Public License | 23 | You should have received a copy of the GNU General Public License |
| 24 | along with GNU Emacs; see the file COPYING. If not, write to | 24 | along with GNU Emacs; see the file COPYING. If not, write to |
| 25 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 25 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 26 | Boston, MA 02111-1307, USA. */ | ||
| 26 | 27 | ||
| 27 | 28 | ||
| 28 | 29 | ||
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. | |||
| 22 | 22 | ||
| 23 | You should have received a copy of the GNU General Public License | 23 | You should have received a copy of the GNU General Public License |
| 24 | along with GNU Emacs; see the file COPYING. If not, write to | 24 | along with GNU Emacs; see the file COPYING. If not, write to |
| 25 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 25 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 26 | Boston, MA 02111-1307, USA. */ | ||
| 26 | 27 | ||
| 27 | 28 | ||
| 28 | #include <config.h> | 29 | #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. | |||
| 16 | 16 | ||
| 17 | You should have received a copy of the GNU General Public License | 17 | You should have received a copy of the GNU General Public License |
| 18 | along with GNU Emacs; see the file COPYING. If not, write to | 18 | along with GNU Emacs; see the file COPYING. If not, write to |
| 19 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 19 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 20 | Boston, MA 02111-1307, USA. */ | ||
| 20 | 21 | ||
| 21 | 22 | ||
| 22 | #undef __STRICT_BSD__ | 23 | #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 @@ | |||
| 1 | /* Copyright (C) 1985, 1986, 1987, 1988, 1990, 1992 | 1 | /* Copyright (C) 1985, 1986, 1987, 1988, 1990, 1992 |
| 2 | Free Software Foundation, Inc. | 2 | Free Software Foundation, Inc. |
| 3 | 3 | ||
| 4 | This program is free software; you can redistribute it and/or modify | 4 | This file is part of GNU Emacs. |
| 5 | it under the terms of the GNU General Public License as published by | 5 | |
| 6 | the Free Software Foundation; either version 2, or (at your option) | 6 | GNU Emacs is free software; you can redistribute it and/or modify |
| 7 | any later version. | 7 | it under the terms of the GNU General Public License as published by |
| 8 | 8 | the Free Software Foundation; either version 2, or (at your option) | |
| 9 | This program is distributed in the hope that it will be useful, | 9 | any later version. |
| 10 | but WITHOUT ANY WARRANTY; without even the implied warranty of | 10 | |
| 11 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 11 | GNU Emacs is distributed in the hope that it will be useful, |
| 12 | GNU General Public License for more details. | 12 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 13 | 13 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
| 14 | You should have received a copy of the GNU General Public License | 14 | GNU General Public License for more details. |
| 15 | along with this program; if not, write to the Free Software | 15 | |
| 16 | Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | ||
| 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | ||
| 19 | Boston, MA 02111-1307, USA. | ||
| 17 | 20 | ||
| 18 | In other words, you are welcome to use, share and improve this program. | 21 | In other words, you are welcome to use, share and improve this program. |
| 19 | You are forbidden to forbid anyone else to use, share and improve | 22 | 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 @@ | |||
| 2 | Copyright (C) 1985, 1986, 1987, 1988, 1990, 1992, 1993, 1994, 1995 | 2 | Copyright (C) 1985, 1986, 1987, 1988, 1990, 1992, 1993, 1994, 1995 |
| 3 | Free Software Foundation, Inc. | 3 | Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This program is free software; you can redistribute it and/or modify | 5 | This file is part of GNU Emacs. |
| 6 | it under the terms of the GNU General Public License as published by | 6 | |
| 7 | the Free Software Foundation; either version 2, or (at your option) | 7 | GNU Emacs is free software; you can redistribute it and/or modify |
| 8 | any later version. | 8 | it under the terms of the GNU General Public License as published by |
| 9 | 9 | the Free Software Foundation; either version 2, or (at your option) | |
| 10 | This program is distributed in the hope that it will be useful, | 10 | any later version. |
| 11 | but WITHOUT ANY WARRANTY; without even the implied warranty of | 11 | |
| 12 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 12 | GNU Emacs is distributed in the hope that it will be useful, |
| 13 | GNU General Public License for more details. | 13 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 14 | 14 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
| 15 | You should have received a copy of the GNU General Public License | 15 | GNU General Public License for more details. |
| 16 | along with this program; if not, write to the Free Software | 16 | |
| 17 | Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. | 17 | You should have received a copy of the GNU General Public License |
| 18 | along with GNU Emacs; see the file COPYING. If not, write to | ||
| 19 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | ||
| 20 | Boston, MA 02111-1307, USA. | ||
| 18 | 21 | ||
| 19 | In other words, you are welcome to use, share and improve this program. | 22 | In other words, you are welcome to use, share and improve this program. |
| 20 | You are forbidden to forbid anyone else to use, share and improve | 23 | 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. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 19 | Boston, MA 02111-1307, USA. */ | ||
| 19 | 20 | ||
| 20 | /* Contributed by Viktor Dukhovni. */ | 21 | /* Contributed by Viktor Dukhovni. */ |
| 21 | /* | 22 | /* |
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 @@ | |||
| 1 | /* | 1 | /* unexec for GNU Emacs on Windows NT. |
| 2 | unexec for GNU Emacs on Windows NT. | ||
| 3 | |||
| 4 | Copyright (C) 1994 Free Software Foundation, Inc. | 2 | Copyright (C) 1994 Free Software Foundation, Inc. |
| 5 | 3 | ||
| 6 | This file is part of GNU Emacs. | 4 | This file is part of GNU Emacs. |
| 7 | 5 | ||
| 8 | GNU Emacs is free software; you can redistribute it and/or modify it | 6 | GNU Emacs is free software; you can redistribute it and/or modify |
| 9 | under the terms of the GNU General Public License as published by the | 7 | it under the terms of the GNU General Public License as published by |
| 10 | Free Software Foundation; either version 2, or (at your option) any later | 8 | the Free Software Foundation; either version 2, or (at your option) |
| 11 | version. | 9 | any later version. |
| 12 | 10 | ||
| 13 | GNU Emacs is distributed in the hope that it will be useful, but WITHOUT | 11 | GNU Emacs is distributed in the hope that it will be useful, |
| 14 | ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | 12 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 15 | FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for | 13 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 16 | more details. | 14 | GNU General Public License for more details. |
| 17 | 15 | ||
| 18 | You should have received a copy of the GNU General Public License along | 16 | You should have received a copy of the GNU General Public License |
| 19 | with GNU Emacs; see the file COPYING. If not, write to the Free Software | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 20 | Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. | 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 19 | Boston, MA 02111-1307, USA. | ||
| 21 | 20 | ||
| 22 | Geoff Voelker (voelker@cs.washington.edu) 8-12-94 | 21 | Geoff Voelker (voelker@cs.washington.edu) 8-12-94 |
| 23 | */ | 22 | */ |
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. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 19 | Boston, MA 02111-1307, USA. */ | ||
| 19 | 20 | ||
| 20 | #ifdef emacs | 21 | #ifdef emacs |
| 21 | #include <config.h> | 22 | #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. | |||
| 16 | 16 | ||
| 17 | You should have received a copy of the GNU General Public License | 17 | You should have received a copy of the GNU General Public License |
| 18 | along with GNU Emacs; see the file COPYING. If not, write to | 18 | along with GNU Emacs; see the file COPYING. If not, write to |
| 19 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. | 19 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 20 | Boston, MA 02111-1307, USA. | ||
| 20 | 21 | ||
| 21 | * | 22 | * |
| 22 | * Usage: | 23 | * 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. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 19 | Boston, MA 02111-1307, USA. */ | ||
| 19 | 20 | ||
| 20 | #ifdef VMS | 21 | #ifdef VMS |
| 21 | /* On VMS, we read the UAF file and emulate some of the necessary | 22 | /* 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. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 19 | Boston, MA 02111-1307, USA. */ | ||
| 19 | 20 | ||
| 20 | /* | 21 | /* |
| 21 | * Files-11 Ver. 2 directory structure (VMS V4.x - long names) | 22 | * 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. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 19 | Boston, MA 02111-1307, USA. */ | ||
| 19 | 20 | ||
| 20 | /* Written by Mukesh Prasad. */ | 21 | /* Written by Mukesh Prasad. */ |
| 21 | 22 | ||
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 @@ | |||
| 8 | Copyright 1990, 1991, 1992, 1993 Free Software Foundation, Inc. | 8 | Copyright 1990, 1991, 1992, 1993 Free Software Foundation, Inc. |
| 9 | Written May 1989 by Mike Haertel. | 9 | Written May 1989 by Mike Haertel. |
| 10 | 10 | ||
| 11 | This library is free software; you can redistribute it and/or | 11 | This file is part of GNU Emacs. |
| 12 | modify it under the terms of the GNU Library General Public License as | ||
| 13 | published by the Free Software Foundation; either version 2 of the | ||
| 14 | License, or (at your option) any later version. | ||
| 15 | 12 | ||
| 16 | This library is distributed in the hope that it will be useful, | 13 | GNU Emacs is free software; you can redistribute it and/or modify |
| 14 | it under the terms of the GNU General Public License as published by | ||
| 15 | the Free Software Foundation; either version 2, or (at your option) | ||
| 16 | any later version. | ||
| 17 | |||
| 18 | GNU Emacs is distributed in the hope that it will be useful, | ||
| 17 | but WITHOUT ANY WARRANTY; without even the implied warranty of | 19 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 18 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | 20 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 19 | Library General Public License for more details. | 21 | GNU General Public License for more details. |
| 20 | 22 | ||
| 21 | You should have received a copy of the GNU Library General Public | 23 | You should have received a copy of the GNU General Public License |
| 22 | License along with this library; see the file COPYING.LIB. If | 24 | along with GNU Emacs; see the file COPYING. If not, write to |
| 23 | not, write to the Free Software Foundation, Inc., 675 Mass Ave, | 25 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 24 | Cambridge, MA 02139, USA. | 26 | Boston, MA 02111-1307, USA. |
| 25 | 27 | ||
| 26 | The author may be reached (Email) at the address mike@ai.mit.edu, | 28 | The author may be reached (Email) at the address mike@ai.mit.edu, |
| 27 | or (US mail) as Mike Haertel c/o Free Software Foundation. */ | 29 | 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. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 19 | Boston, MA 02111-1307, USA. */ | ||
| 19 | 20 | ||
| 20 | /* Written by Mukesh Prasad. */ | 21 | /* Written by Mukesh Prasad. */ |
| 21 | 22 | ||
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. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 19 | Boston, MA 02111-1307, USA. */ | ||
| 19 | 20 | ||
| 20 | 21 | ||
| 21 | /* | 22 | /* |
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. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 19 | Boston, MA 02111-1307, USA. */ | ||
| 19 | 20 | ||
| 20 | #include <config.h> | 21 | #include <config.h> |
| 21 | #include "vmstime.h" | 22 | #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. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 19 | Boston, MA 02111-1307, USA. */ | ||
| 19 | 20 | ||
| 20 | #ifndef vmstime_h | 21 | #ifndef vmstime_h |
| 21 | #define vmstime_h | 22 | #define vmstime_h |
| @@ -1,21 +1,22 @@ | |||
| 1 | /* Utility and Unix shadow routines for GNU Emacs on Windows NT. | 1 | /* Utility and Unix shadow routines for GNU Emacs on Windows NT. |
| 2 | Copyright (C) 1994, 1995 Free Software Foundation, Inc. | 2 | Copyright (C) 1994, 1995 Free Software Foundation, Inc. |
| 3 | 3 | ||
| 4 | This file is part of GNU Emacs. | 4 | This file is part of GNU Emacs. |
| 5 | 5 | ||
| 6 | GNU Emacs is free software; you can redistribute it and/or modify it | 6 | GNU Emacs is free software; you can redistribute it and/or modify |
| 7 | under the terms of the GNU General Public License as published by the | 7 | it under the terms of the GNU General Public License as published by |
| 8 | Free Software Foundation; either version 2, or (at your option) any later | 8 | the Free Software Foundation; either version 2, or (at your option) |
| 9 | version. | 9 | any later version. |
| 10 | 10 | ||
| 11 | GNU Emacs is distributed in the hope that it will be useful, but WITHOUT | 11 | GNU Emacs is distributed in the hope that it will be useful, |
| 12 | ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | 12 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 13 | FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for | 13 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 14 | more details. | 14 | GNU General Public License for more details. |
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License along | 16 | You should have received a copy of the GNU General Public License |
| 17 | with GNU Emacs; see the file COPYING. If not, write to the Free Software | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. | 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 19 | Boston, MA 02111-1307, USA. | ||
| 19 | 20 | ||
| 20 | Geoff Voelker (voelker@cs.washington.edu) 7-29-94 | 21 | Geoff Voelker (voelker@cs.washington.edu) 7-29-94 |
| 21 | */ | 22 | */ |
| @@ -15,7 +15,8 @@ GNU General Public License for more details. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 19 | Boston, MA 02111-1307, USA. */ | ||
| 19 | 20 | ||
| 20 | /* File descriptor set emulation. */ | 21 | /* File descriptor set emulation. */ |
| 21 | 22 | ||
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 @@ | |||
| 1 | /* Terminal hooks for Windows NT port of GNU Emacs. | 1 | /* Terminal hooks for Windows NT port of GNU Emacs. |
| 2 | Copyright (C) 1992 Free Software Foundation, Inc. | 2 | Copyright (C) 1992 Free Software Foundation, Inc. |
| 3 | 3 | ||
| 4 | This file is part of GNU Emacs. | 4 | This file is part of GNU Emacs. |
| 5 | 5 | ||
| 6 | GNU Emacs is free software; you can redistribute it and/or modify it | 6 | GNU Emacs is free software; you can redistribute it and/or modify |
| 7 | under the terms of the GNU General Public License as published by the | 7 | it under the terms of the GNU General Public License as published by |
| 8 | Free Software Foundation; either version 2, or (at your option) any later | 8 | the Free Software Foundation; either version 2, or (at your option) |
| 9 | version. | 9 | any later version. |
| 10 | 10 | ||
| 11 | GNU Emacs is distributed in the hope that it will be useful, but WITHOUT | 11 | GNU Emacs is distributed in the hope that it will be useful, |
| 12 | ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | 12 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 13 | FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for | 13 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 14 | more details. | 14 | GNU General Public License for more details. |
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License along | 16 | You should have received a copy of the GNU General Public License |
| 17 | with GNU Emacs; see the file COPYING. If not, write to the Free Software | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. | 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 19 | Boston, MA 02111-1307, USA. | ||
| 19 | 20 | ||
| 20 | Tim Fleehart (apollo@online.com) 1-17-92 | 21 | Tim Fleehart (apollo@online.com) 1-17-92 |
| 21 | Geoff Voelker (voelker@cs.washington.edu) 9-12-93 | 22 | 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. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 19 | Boston, MA 02111-1307, USA. */ | ||
| 19 | 20 | ||
| 20 | /* Ported xfaces.c for win32 - Kevin Gallo */ | 21 | /* Ported xfaces.c for win32 - Kevin Gallo */ |
| 21 | 22 | ||
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. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 19 | Boston, MA 02111-1307, USA. */ | ||
| 19 | 20 | ||
| 20 | /* Added by Kevin Gallo */ | 21 | /* Added by Kevin Gallo */ |
| 21 | 22 | ||
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. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 19 | Boston, MA 02111-1307, USA. */ | ||
| 19 | 20 | ||
| 20 | #ifndef __WIN32_H__ | 21 | #ifndef __WIN32_H__ |
| 21 | #define __WIN32_H__ | 22 | #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 @@ | |||
| 1 | /* Heap management routines for GNU Emacs on Windows NT. | 1 | /* Heap management routines for GNU Emacs on Windows NT. |
| 2 | Copyright (C) 1994 Free Software Foundation, Inc. | 2 | Copyright (C) 1994 Free Software Foundation, Inc. |
| 3 | 3 | ||
| 4 | This file is part of GNU Emacs. | 4 | This file is part of GNU Emacs. |
| 5 | 5 | ||
| 6 | GNU Emacs is free software; you can redistribute it and/or modify it | 6 | GNU Emacs is free software; you can redistribute it and/or modify |
| 7 | under the terms of the GNU General Public License as published by the | 7 | it under the terms of the GNU General Public License as published by |
| 8 | Free Software Foundation; either version 2, or (at your option) any later | 8 | the Free Software Foundation; either version 2, or (at your option) |
| 9 | version. | 9 | any later version. |
| 10 | 10 | ||
| 11 | GNU Emacs is distributed in the hope that it will be useful, but WITHOUT | 11 | GNU Emacs is distributed in the hope that it will be useful, |
| 12 | ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | 12 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 13 | FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for | 13 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 14 | more details. | 14 | GNU General Public License for more details. |
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License along | 16 | You should have received a copy of the GNU General Public License |
| 17 | with GNU Emacs; see the file COPYING. If not, write to the Free Software | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. | 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 19 | Boston, MA 02111-1307, USA. | ||
| 19 | 20 | ||
| 20 | Geoff Voelker (voelker@cs.washington.edu) 7-29-94 | 21 | Geoff Voelker (voelker@cs.washington.edu) 7-29-94 |
| 21 | */ | 22 | */ |
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 @@ | |||
| 1 | /* Heap management routines (including unexec) for GNU Emacs on Windows NT. | 1 | /* Heap management routines (including unexec) for GNU Emacs on Windows NT. |
| 2 | Copyright (C) 1994 Free Software Foundation, Inc. | 2 | Copyright (C) 1994 Free Software Foundation, Inc. |
| 3 | 3 | ||
| 4 | This file is part of GNU Emacs. | 4 | This file is part of GNU Emacs. |
| 5 | 5 | ||
| 6 | GNU Emacs is free software; you can redistribute it and/or modify it | 6 | GNU Emacs is free software; you can redistribute it and/or modify |
| 7 | under the terms of the GNU General Public License as published by the | 7 | it under the terms of the GNU General Public License as published by |
| 8 | Free Software Foundation; either version 2, or (at your option) any later | 8 | the Free Software Foundation; either version 2, or (at your option) |
| 9 | version. | 9 | any later version. |
| 10 | 10 | ||
| 11 | GNU Emacs is distributed in the hope that it will be useful, but WITHOUT | 11 | GNU Emacs is distributed in the hope that it will be useful, |
| 12 | ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | 12 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 13 | FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for | 13 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 14 | more details. | 14 | GNU General Public License for more details. |
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License along | 16 | You should have received a copy of the GNU General Public License |
| 17 | with GNU Emacs; see the file COPYING. If not, write to the Free Software | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. | 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 19 | Boston, MA 02111-1307, USA. | ||
| 19 | 20 | ||
| 20 | Geoff Voelker (voelker@cs.washington.edu) 7-29-94 | 21 | Geoff Voelker (voelker@cs.washington.edu) 7-29-94 |
| 21 | */ | 22 | */ |
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 @@ | |||
| 1 | /* Input event support for Windows NT port of GNU Emacs. | 1 | /* Input event support for Windows NT port of GNU Emacs. |
| 2 | Copyright (C) 1992, 1993, 1995 Free Software Foundation, Inc. | 2 | Copyright (C) 1992, 1993, 1995 Free Software Foundation, Inc. |
| 3 | 3 | ||
| 4 | This file is part of GNU Emacs. | 4 | This file is part of GNU Emacs. |
| 5 | 5 | ||
| 6 | GNU Emacs is free software; you can redistribute it and/or modify it | 6 | GNU Emacs is free software; you can redistribute it and/or modify |
| 7 | under the terms of the GNU General Public License as published by the | 7 | it under the terms of the GNU General Public License as published by |
| 8 | Free Software Foundation; either version 2, or (at your option) any later | 8 | the Free Software Foundation; either version 2, or (at your option) |
| 9 | version. | 9 | any later version. |
| 10 | 10 | ||
| 11 | GNU Emacs is distributed in the hope that it will be useful, but WITHOUT | 11 | GNU Emacs is distributed in the hope that it will be useful, |
| 12 | ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | 12 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 13 | FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for | 13 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 14 | more details. | 14 | GNU General Public License for more details. |
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License along | 16 | You should have received a copy of the GNU General Public License |
| 17 | with GNU Emacs; see the file COPYING. If not, write to the Free Software | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. | 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 19 | Boston, MA 02111-1307, USA. | ||
| 19 | 20 | ||
| 20 | Drew Bliss 01-Oct-93 | 21 | Drew Bliss 01-Oct-93 |
| 21 | Adapted from ntkbd.c by Tim Fleehart | 22 | 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 @@ | |||
| 1 | /* Win32 input routines. | 1 | /* Win32 input routines. |
| 2 | Copyright (C) 1995 Free Software Foundation, Inc. | 2 | Copyright (C) 1995 Free Software Foundation, Inc. |
| 3 | 3 | ||
| 4 | This file is part of GNU Emacs. | 4 | This file is part of GNU Emacs. |
| 5 | 5 | ||
| 6 | GNU Emacs is free software; you can redistribute it and/or modify | 6 | GNU Emacs is free software; you can redistribute it and/or modify |
| 7 | it under the terms of the GNU General Public License as published by | 7 | it under the terms of the GNU General Public License as published by |
| 8 | the Free Software Foundation; either version 2, or (at your option) | 8 | the Free Software Foundation; either version 2, or (at your option) |
| 9 | any later version. | 9 | any later version. |
| 10 | 10 | ||
| 11 | GNU Emacs is distributed in the hope that it will be useful, | 11 | GNU Emacs is distributed in the hope that it will be useful, |
| 12 | but WITHOUT ANY WARRANTY; without even the implied warranty of | 12 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 13 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 13 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 14 | GNU General Public License for more details. | 14 | GNU General Public License for more details. |
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 19 | Boston, MA 02111-1307, USA. */ | ||
| 19 | 20 | ||
| 20 | #ifndef __NTINEVT_H__ | 21 | #ifndef __NTINEVT_H__ |
| 21 | #define __NTINEVT_H__ | 22 | #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. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 19 | Boston, MA 02111-1307, USA. */ | ||
| 19 | 20 | ||
| 20 | /* Written by Kevin Gallo. */ | 21 | /* Written by Kevin Gallo. */ |
| 21 | 22 | ||
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 @@ | |||
| 1 | /* Process support for Windows NT port of GNU EMACS. | 1 | /* Process support for Windows NT port of GNU EMACS. |
| 2 | Copyright (C) 1992, 1995 Free Software Foundation, Inc. | 2 | Copyright (C) 1992, 1995 Free Software Foundation, Inc. |
| 3 | 3 | ||
| 4 | This file is part of GNU Emacs. | 4 | This file is part of GNU Emacs. |
| 5 | 5 | ||
| 6 | GNU Emacs is free software; you can redistribute it and/or modify it | 6 | GNU Emacs is free software; you can redistribute it and/or modify |
| 7 | under the terms of the GNU General Public License as published by the | 7 | it under the terms of the GNU General Public License as published by |
| 8 | Free Software Foundation; either version 2, or (at your option) any later | 8 | the Free Software Foundation; either version 2, or (at your option) |
| 9 | version. | 9 | any later version. |
| 10 | 10 | ||
| 11 | GNU Emacs is distributed in the hope that it will be useful, but WITHOUT | 11 | GNU Emacs is distributed in the hope that it will be useful, |
| 12 | ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | 12 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 13 | FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for | 13 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 14 | more details. | 14 | GNU General Public License for more details. |
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License along | 16 | You should have received a copy of the GNU General Public License |
| 17 | with GNU Emacs; see the file COPYING. If not, write to the Free Software | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. | 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 19 | Boston, MA 02111-1307, USA. | ||
| 19 | 20 | ||
| 20 | Drew Bliss Oct 14, 1993 | 21 | Drew Bliss Oct 14, 1993 |
| 21 | Adapted from alarm.c by Tim Fleehart | 22 | 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 @@ | |||
| 1 | /* Emulate the X Resource Manager through the registry. | 1 | /* Emulate the X Resource Manager through the registry. |
| 2 | Copyright (C) 1990, 1993, 1994 Free Software Foundation. | 2 | Copyright (C) 1990, 1993, 1994 Free Software Foundation. |
| 3 | 3 | ||
| 4 | This program is free software; you can redistribute it and/or modify | 4 | This file is part of GNU Emacs. |
| 5 | |||
| 6 | GNU Emacs is free software; you can redistribute it and/or modify | ||
| 5 | it under the terms of the GNU General Public License as published by | 7 | it under the terms of the GNU General Public License as published by |
| 6 | the Free Software Foundation; either version 2, or (at your option) | 8 | the Free Software Foundation; either version 2, or (at your option) |
| 7 | any later version. | 9 | any later version. |
| 8 | 10 | ||
| 9 | This program is distributed in the hope that it will be useful, | 11 | GNU Emacs is distributed in the hope that it will be useful, |
| 10 | but WITHOUT ANY WARRANTY; without even the implied warranty of | 12 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 11 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 13 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 12 | GNU General Public License for more details. | 14 | GNU General Public License for more details. |
| 13 | 15 | ||
| 14 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 15 | along with this program; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 16 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 19 | Boston, MA 02111-1307, USA. */ | ||
| 17 | 20 | ||
| 18 | /* Written by Kevin Gallo */ | 21 | /* Written by Kevin Gallo */ |
| 19 | 22 | ||
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 @@ | |||
| 1 | /* Win32 Selection processing for emacs | 1 | /* Win32 Selection processing for emacs |
| 2 | Copyright (C) 1993, 1994 Free Software Foundation. | 2 | Copyright (C) 1993, 1994 Free Software Foundation. |
| 3 | 3 | ||
| 4 | This file is part of GNU Emacs. | 4 | This file is part of GNU Emacs. |
| 5 | 5 | ||
| 6 | GNU Emacs is free software; you can redistribute it and/or modify | 6 | GNU Emacs is free software; you can redistribute it and/or modify |
| 7 | it under the terms of the GNU General Public License as published by | 7 | it under the terms of the GNU General Public License as published by |
| 8 | the Free Software Foundation; either version 2, or (at your option) | 8 | the Free Software Foundation; either version 2, or (at your option) |
| 9 | any later version. | 9 | any later version. |
| 10 | 10 | ||
| 11 | GNU Emacs is distributed in the hope that it will be useful, | 11 | GNU Emacs is distributed in the hope that it will be useful, |
| 12 | but WITHOUT ANY WARRANTY; without even the implied warranty of | 12 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 13 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 13 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 14 | GNU General Public License for more details. | 14 | GNU General Public License for more details. |
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 19 | Boston, MA 02111-1307, USA. */ | ||
| 19 | 20 | ||
| 20 | /* Written by Kevin Gallo */ | 21 | /* Written by Kevin Gallo */ |
| 21 | 22 | ||
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. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 19 | Boston, MA 02111-1307, USA. */ | ||
| 19 | 20 | ||
| 20 | /* Added by Kevin Gallo */ | 21 | /* Added by Kevin Gallo */ |
| 21 | 22 | ||
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. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 19 | Boston, MA 02111-1307, USA. */ | ||
| 19 | 20 | ||
| 20 | /* Added by Kevin Gallo */ | 21 | /* Added by Kevin Gallo */ |
| 21 | 22 | ||
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. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 19 | Boston, MA 02111-1307, USA. */ | ||
| 19 | 20 | ||
| 20 | #include <signal.h> | 21 | #include <signal.h> |
| 21 | #include <config.h> | 22 | #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. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 19 | Boston, MA 02111-1307, USA. */ | ||
| 19 | 20 | ||
| 20 | /* Emacs 19 face widget ported by Fred Pierresteguy */ | 21 | /* Emacs 19 face widget ported by Fred Pierresteguy */ |
| 21 | 22 | ||
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. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 19 | Boston, MA 02111-1307, USA. */ | ||
| 19 | 20 | ||
| 20 | /* Emacs 19 face widget ported by Fred Pierresteguy */ | 21 | /* Emacs 19 face widget ported by Fred Pierresteguy */ |
| 21 | 22 | ||
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. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 19 | Boston, MA 02111-1307, USA. */ | ||
| 19 | 20 | ||
| 20 | /* Emacs 19 face widget ported by Fred Pierresteguy */ | 21 | /* Emacs 19 face widget ported by Fred Pierresteguy */ |
| 21 | 22 | ||
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. | |||
| 16 | 16 | ||
| 17 | You should have received a copy of the GNU General Public License | 17 | You should have received a copy of the GNU General Public License |
| 18 | along with GNU Emacs; see the file COPYING. If not, write to | 18 | along with GNU Emacs; see the file COPYING. If not, write to |
| 19 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 19 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 20 | Boston, MA 02111-1307, USA. */ | ||
| 20 | 21 | ||
| 21 | #include <config.h> | 22 | #include <config.h> |
| 22 | #include "lisp.h" | 23 | #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. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 19 | Boston, MA 02111-1307, USA. */ | ||
| 19 | 20 | ||
| 20 | 21 | ||
| 21 | /* Windows are allocated as if they were vectors, but then the | 22 | /* 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. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 19 | Boston, MA 02111-1307, USA. */ | ||
| 19 | 20 | ||
| 20 | 21 | ||
| 21 | #include <config.h> | 22 | #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. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 19 | Boston, MA 02111-1307, USA. */ | ||
| 19 | 20 | ||
| 20 | /* This is derived from work by Lucid (some parts very loosely so). */ | 21 | /* This is derived from work by Lucid (some parts very loosely so). */ |
| 21 | 22 | ||
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. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 19 | Boston, MA 02111-1307, USA. */ | ||
| 19 | 20 | ||
| 20 | /* Completely rewritten by Richard Stallman. */ | 21 | /* Completely rewritten by Richard Stallman. */ |
| 21 | 22 | ||
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. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 19 | Boston, MA 02111-1307, USA. */ | ||
| 19 | 20 | ||
| 20 | /* X pop-up deck-of-cards menu facility for gnuemacs. | 21 | /* X pop-up deck-of-cards menu facility for gnuemacs. |
| 21 | * | 22 | * |
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 @@ | |||
| 1 | /* Deal with the X Resource Manager. | 1 | /* Deal with the X Resource Manager. |
| 2 | Copyright (C) 1990, 1993, 1994 Free Software Foundation. | 2 | Copyright (C) 1990, 1993, 1994 Free Software Foundation. |
| 3 | 3 | ||
| 4 | This program is free software; you can redistribute it and/or modify | 4 | This file is part of GNU Emacs. |
| 5 | |||
| 6 | GNU Emacs is free software; you can redistribute it and/or modify | ||
| 5 | it under the terms of the GNU General Public License as published by | 7 | it under the terms of the GNU General Public License as published by |
| 6 | the Free Software Foundation; either version 2, or (at your option) | 8 | the Free Software Foundation; either version 2, or (at your option) |
| 7 | any later version. | 9 | any later version. |
| 8 | 10 | ||
| 9 | This program is distributed in the hope that it will be useful, | 11 | GNU Emacs is distributed in the hope that it will be useful, |
| 10 | but WITHOUT ANY WARRANTY; without even the implied warranty of | 12 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 11 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 13 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 12 | GNU General Public License for more details. | 14 | GNU General Public License for more details. |
| 13 | 15 | ||
| 14 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 15 | along with this program; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 16 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 19 | Boston, MA 02111-1307, USA. */ | ||
| 17 | 20 | ||
| 18 | /* Written by jla, 4/90 */ | 21 | /* Written by jla, 4/90 */ |
| 19 | 22 | ||
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. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 19 | Boston, MA 02111-1307, USA. */ | ||
| 19 | 20 | ||
| 20 | 21 | ||
| 21 | /* Rewritten by jwz */ | 22 | /* 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. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 19 | Boston, MA 02111-1307, USA. */ | ||
| 19 | 20 | ||
| 20 | /* Xt features made by Fred Pierresteguy. */ | 21 | /* Xt features made by Fred Pierresteguy. */ |
| 21 | 22 | ||
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. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 19 | Boston, MA 02111-1307, USA. */ | ||
| 19 | 20 | ||
| 20 | #include <X11/Xlib.h> | 21 | #include <X11/Xlib.h> |
| 21 | #include <X11/cursorfont.h> | 22 | #include <X11/cursorfont.h> |