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 /lib-src | |
| parent | bf2b146b133ff5ab5a4cb3b13d30f1418cfa74a7 (diff) | |
| download | emacs-3b7ad313e0d7b351c55cf999474b61cdc18ecad1.tar.gz emacs-3b7ad313e0d7b351c55cf999474b61cdc18ecad1.zip | |
Update FSF's address in the preamble.
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/Makefile.in | 3 | ||||
| -rw-r--r-- | lib-src/cvtmail.c | 4 | ||||
| -rw-r--r-- | lib-src/emacsclient.c | 3 | ||||
| -rw-r--r-- | lib-src/emacsserver.c | 3 | ||||
| -rw-r--r-- | lib-src/emacstool.c | 29 | ||||
| -rw-r--r-- | lib-src/etags.c | 5 | ||||
| -rw-r--r-- | lib-src/fakemail.c | 3 | ||||
| -rw-r--r-- | lib-src/make-docfile.c | 3 | ||||
| -rw-r--r-- | lib-src/movemail.c | 3 | ||||
| -rw-r--r-- | lib-src/ntlib.c | 25 | ||||
| -rw-r--r-- | lib-src/pop.c | 3 | ||||
| -rw-r--r-- | lib-src/pop.h | 3 | ||||
| -rw-r--r-- | lib-src/profile.c | 25 | ||||
| -rw-r--r-- | lib-src/tcp.c | 3 |
14 files changed, 66 insertions, 49 deletions
diff --git a/lib-src/Makefile.in b/lib-src/Makefile.in index 2ff86f527a1..27bd6f2e648 100644 --- a/lib-src/Makefile.in +++ b/lib-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 | # Avoid trouble on systems where the `SHELL' variable might be | 21 | # Avoid trouble on systems where the `SHELL' variable might be |
| 21 | # inherited from the environment. | 22 | # inherited from the environment. |
diff --git a/lib-src/cvtmail.c b/lib-src/cvtmail.c index d2123291d18..20ef3412439 100644 --- a/lib-src/cvtmail.c +++ b/lib-src/cvtmail.c | |||
| @@ -1,4 +1,5 @@ | |||
| 1 | /* Copyright (C) 1985, 1994 Free Software Foundation | 1 | /* Copyright (C) 1985, 1994 Free Software Foundation |
| 2 | |||
| 2 | This file is part of GNU Emacs. | 3 | This file is part of GNU Emacs. |
| 3 | 4 | ||
| 4 | GNU Emacs is free software; you can redistribute it and/or modify | 5 | GNU Emacs is free software; you can redistribute it and/or modify |
| @@ -13,7 +14,8 @@ GNU General Public License for more details. | |||
| 13 | 14 | ||
| 14 | 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 |
| 15 | 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 |
| 16 | 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. */ | ||
| 17 | 19 | ||
| 18 | /* cvtmail: | 20 | /* cvtmail: |
| 19 | * Program to convert oldstyle goslings emacs mail directories into | 21 | * Program to convert oldstyle goslings emacs mail directories into |
diff --git a/lib-src/emacsclient.c b/lib-src/emacsclient.c index 56f1dd31ff5..254ba883f6f 100644 --- a/lib-src/emacsclient.c +++ b/lib-src/emacsclient.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 | #define NO_SHORTNAMES | 22 | #define NO_SHORTNAMES |
diff --git a/lib-src/emacsserver.c b/lib-src/emacsserver.c index a15e20502c7..1306a2b2f7f 100644 --- a/lib-src/emacsserver.c +++ b/lib-src/emacsserver.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 | /* The GNU Emacs edit server process is run as a subprocess of Emacs | 22 | /* The GNU Emacs edit server process is run as a subprocess of Emacs |
diff --git a/lib-src/emacstool.c b/lib-src/emacstool.c index 120bb3eaaea..a246e1faacb 100644 --- a/lib-src/emacstool.c +++ b/lib-src/emacstool.c | |||
| @@ -1,19 +1,22 @@ | |||
| 1 | /* | 1 | /* |
| 2 | Copyright (C) 1986, 1988, 1990, 1991 Free Software Foundation, Inc. | 2 | Copyright (C) 1986, 1988, 1990, 1991 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 | /* | 21 | /* |
| 19 | * For Emacs in SunView/Sun-Windows: (supported by Sun Unix v3.2 or greater) | 22 | * For Emacs in SunView/Sun-Windows: (supported by Sun Unix v3.2 or greater) |
diff --git a/lib-src/etags.c b/lib-src/etags.c index 0c564144138..6939fb14f66 100644 --- a/lib-src/etags.c +++ b/lib-src/etags.c | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | /* Tags file maker to go with GNU Emacs | 1 | /* Tags file maker to go with GNU Emacs |
| 2 | Copyright (C) 1984, 87, 88, 89, 93, 94, 95 | 2 | Copyright (C) 1984, 87, 88, 89, 93, 94, 95 |
| 3 | Free Software Foundation, Inc. and Ken Arnold | 3 | Free Software Foundation, Inc. and Ken Arnold |
| 4 | |||
| 4 | This file is not considered part of GNU Emacs. | 5 | This file is not considered part of GNU Emacs. |
| 5 | 6 | ||
| 6 | This program is free software; you can redistribute it and/or modify | 7 | This program is free software; you can redistribute it and/or modify |
| @@ -14,8 +15,8 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 14 | GNU General Public License for more details. | 15 | GNU General Public License for more details. |
| 15 | 16 | ||
| 16 | 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 |
| 17 | along with this program; if not, write to the Free Software | 18 | along with this program; if not, write to the Free Software Foundation, |
| 18 | Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ | 19 | Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ |
| 19 | 20 | ||
| 20 | /* | 21 | /* |
| 21 | * Authors: | 22 | * Authors: |
diff --git a/lib-src/fakemail.c b/lib-src/fakemail.c index 6e0cca22e58..8284a4c6201 100644 --- a/lib-src/fakemail.c +++ b/lib-src/fakemail.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 | #define NO_SHORTNAMES | 22 | #define NO_SHORTNAMES |
diff --git a/lib-src/make-docfile.c b/lib-src/make-docfile.c index f647c21deaa..b0072672114 100644 --- a/lib-src/make-docfile.c +++ b/lib-src/make-docfile.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 | /* The arguments given to this program are all the C and Lisp source files | 21 | /* The arguments given to this program are all the C and Lisp source files |
| 21 | of GNU Emacs. .elc and .el and .c files are allowed. | 22 | of GNU Emacs. .elc and .el and .c files are allowed. |
diff --git a/lib-src/movemail.c b/lib-src/movemail.c index 0286b65af65..8ba8a585d33 100644 --- a/lib-src/movemail.c +++ b/lib-src/movemail.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 | /* Important notice: defining MAIL_USE_FLOCK or MAIL_USE_LOCKF *will | 22 | /* Important notice: defining MAIL_USE_FLOCK or MAIL_USE_LOCKF *will |
| 22 | cause loss of mail* if you do it on a system that does not normally | 23 | cause loss of mail* if you do it on a system that does not normally |
diff --git a/lib-src/ntlib.c b/lib-src/ntlib.c index 1e1fc86798f..a6e65fc2cd1 100644 --- a/lib-src/ntlib.c +++ b/lib-src/ntlib.c | |||
| @@ -1,21 +1,22 @@ | |||
| 1 | /* Utility and Unix shadow routines for GNU Emacs support programs on NT. | 1 | /* Utility and Unix shadow routines for GNU Emacs support programs on 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) 10-8-94 | 21 | Geoff Voelker (voelker@cs.washington.edu) 10-8-94 |
| 21 | */ | 22 | */ |
diff --git a/lib-src/pop.c b/lib-src/pop.c index 9ae0bf3b0c0..0a57f578b46 100644 --- a/lib-src/pop.c +++ b/lib-src/pop.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 | #ifdef HAVE_CONFIG_H | 22 | #ifdef HAVE_CONFIG_H |
| 22 | #define NO_SHORTNAMES /* Tell config not to load remap.h */ | 23 | #define NO_SHORTNAMES /* Tell config not to load remap.h */ |
diff --git a/lib-src/pop.h b/lib-src/pop.h index 6cdeb48aa0e..51ff95b47d2 100644 --- a/lib-src/pop.h +++ b/lib-src/pop.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 <stdio.h> | 22 | #include <stdio.h> |
| 22 | 23 | ||
diff --git a/lib-src/profile.c b/lib-src/profile.c index 7f2b416ee4b..10148e04df8 100644 --- a/lib-src/profile.c +++ b/lib-src/profile.c | |||
| @@ -3,21 +3,22 @@ | |||
| 3 | 3 | ||
| 4 | Author: Boaz Ben-Zvi <boaz@lcs.mit.edu> | 4 | Author: Boaz Ben-Zvi <boaz@lcs.mit.edu> |
| 5 | 5 | ||
| 6 | This file is part of GNU Emacs. | 6 | This file is part of GNU Emacs. |
| 7 | 7 | ||
| 8 | GNU Emacs is free software; you can redistribute it and/or modify | 8 | GNU Emacs is free software; you can redistribute it and/or modify |
| 9 | it under the terms of the GNU General Public License as published by | 9 | it under the terms of the GNU General Public License as published by |
| 10 | the Free Software Foundation; either version 2, or (at your option) | 10 | the Free Software Foundation; either version 2, or (at your option) |
| 11 | any later version. | 11 | any later version. |
| 12 | 12 | ||
| 13 | GNU Emacs is distributed in the hope that it will be useful, | 13 | GNU Emacs is distributed in the hope that it will be useful, |
| 14 | but WITHOUT ANY WARRANTY; without even the implied warranty of | 14 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 15 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 15 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 16 | GNU General Public License for more details. | 16 | 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/lib-src/tcp.c b/lib-src/tcp.c index 90e3a0b4c5c..6bcaab478ac 100644 --- a/lib-src/tcp.c +++ b/lib-src/tcp.c | |||
| @@ -19,7 +19,8 @@ GNU General Public License for more details. | |||
| 19 | 19 | ||
| 20 | You should have received a copy of the GNU General Public License | 20 | You should have received a copy of the GNU General Public License |
| 21 | along with GNU Emacs; see the file COPYING. If not, write to | 21 | along with GNU Emacs; see the file COPYING. If not, write to |
| 22 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. | 22 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 23 | Boston, MA 02111-1307, USA. | ||
| 23 | 24 | ||
| 24 | * | 25 | * |
| 25 | * Yasunari, Itoh at PFU limited contributed for Fujitsu UTS and SX/A. | 26 | * Yasunari, Itoh at PFU limited contributed for Fujitsu UTS and SX/A. |