diff options
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 @@ # You should have received a copy of the GNU General Public License # along with GNU Emacs; see the file COPYING. If not, write to -# the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +# the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +# Boston, MA 02111-1307, USA. # Avoid trouble on systems where the `SHELL' variable might be # 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 @@ /* Copyright (C) 1985, 1994 Free Software Foundation + This file is part of GNU Emacs. GNU Emacs is free software; you can redistribute it and/or modify @@ -13,7 +14,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ /* cvtmail: * 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. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ #define 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. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ /* The 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 @@ /* Copyright (C) 1986, 1988, 1990, 1991 Free Software Foundation, Inc. - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2, or (at your option) - any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ +This file is part of GNU Emacs. + +GNU Emacs is free software; you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation; either version 2, or (at your option) +any later version. + +GNU Emacs is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with GNU Emacs; see the file COPYING. If not, write to +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ /* * 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 @@ /* Tags file maker to go with GNU Emacs Copyright (C) 1984, 87, 88, 89, 93, 94, 95 Free Software Foundation, Inc. and Ken Arnold + This file is not considered part of GNU Emacs. 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 GNU General Public License for more details. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ +along with this program; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /* * 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. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ #define 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. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ /* The arguments given to this program are all the C and Lisp source files 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. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ /* Important notice: defining MAIL_USE_FLOCK or MAIL_USE_LOCKF *will 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 @@ /* Utility and Unix shadow routines for GNU Emacs support programs on NT. Copyright (C) 1994 Free Software Foundation, Inc. - This file is part of GNU Emacs. +This file is part of GNU Emacs. - GNU Emacs is free software; you can redistribute it and/or modify it - under the terms of the GNU General Public License as published by the - Free Software Foundation; either version 2, or (at your option) any later - version. +GNU Emacs is free software; you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation; either version 2, or (at your option) +any later version. - GNU Emacs is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for - more details. +GNU Emacs is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. - You should have received a copy of the GNU General Public License along - with GNU Emacs; see the file COPYING. If not, write to the Free Software - Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +You should have received a copy of the GNU General Public License +along with GNU Emacs; see the file COPYING. If not, write to +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. Geoff Voelker (voelker@cs.washington.edu) 10-8-94 */ 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. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ #ifdef HAVE_CONFIG_H #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. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ #include <stdio.h> 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 @@ Author: Boaz Ben-Zvi <boaz@lcs.mit.edu> - This file is part of GNU Emacs. +This file is part of GNU Emacs. - GNU Emacs is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2, or (at your option) - any later version. +GNU Emacs is free software; you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation; either version 2, or (at your option) +any later version. - GNU Emacs is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. +GNU Emacs is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. - You should have received a copy of the GNU General Public License - along with GNU Emacs; see the file COPYING. If not, write to - the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +You should have received a copy of the GNU General Public License +along with GNU Emacs; see the file COPYING. If not, write to +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ /** 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. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. * * Yasunari, Itoh at PFU limited contributed for Fujitsu UTS and SX/A. |