diff options
| author | Miles Bader | 2005-07-07 12:43:14 +0000 |
|---|---|---|
| committer | Miles Bader | 2005-07-07 12:43:14 +0000 |
| commit | d3e4babdd1267fb5690a17949196640a47c6f159 (patch) | |
| tree | 968a42dfa187e492f9ce188aaf669d0cebf4bfe2 /lib-src | |
| parent | eeb88b27e1dbd3f412aa684d44e4a784f6e536a2 (diff) | |
| parent | a5717394ea6fbd7ea179c362646f4495f88245cb (diff) | |
| download | emacs-d3e4babdd1267fb5690a17949196640a47c6f159.tar.gz emacs-d3e4babdd1267fb5690a17949196640a47c6f159.zip | |
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-68
Merge from emacs--cvs-trunk--0
Patches applied:
* emacs--cvs-trunk--0 (patch 459-473)
- Update from CVS
- Merge from gnus--rel--5.10
* gnus--rel--5.10 (patch 86-87)
- Update from CVS
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/COPYING | 6 | ||||
| -rw-r--r-- | lib-src/ChangeLog | 4 | ||||
| -rw-r--r-- | lib-src/Makefile.in | 4 | ||||
| -rw-r--r-- | lib-src/b2m.pl | 4 | ||||
| -rw-r--r-- | lib-src/cvtmail.c | 4 | ||||
| -rw-r--r-- | lib-src/digest-doc.c | 4 | ||||
| -rw-r--r-- | lib-src/ebrowse.c | 4 | ||||
| -rw-r--r-- | lib-src/emacsclient.c | 4 | ||||
| -rw-r--r-- | lib-src/emacstool.c | 4 | ||||
| -rw-r--r-- | lib-src/etags.c | 2 | ||||
| -rw-r--r-- | lib-src/fakemail.c | 4 | ||||
| -rw-r--r-- | lib-src/getopt.c | 2 | ||||
| -rw-r--r-- | lib-src/getopt.h | 2 | ||||
| -rw-r--r-- | lib-src/getopt1.c | 2 | ||||
| -rwxr-xr-x | lib-src/grep-changelog | 4 | ||||
| -rw-r--r-- | lib-src/hexl.c | 2 | ||||
| -rw-r--r-- | lib-src/make-docfile.c | 4 | ||||
| -rw-r--r-- | lib-src/makefile.w32-in | 4 | ||||
| -rw-r--r-- | lib-src/movemail.c | 4 | ||||
| -rw-r--r-- | lib-src/ntlib.c | 4 | ||||
| -rw-r--r-- | lib-src/ntlib.h | 4 | ||||
| -rw-r--r-- | lib-src/pop.c | 4 | ||||
| -rw-r--r-- | lib-src/pop.h | 4 | ||||
| -rw-r--r-- | lib-src/profile.c | 4 | ||||
| -rwxr-xr-x | lib-src/rcs-checkin | 4 | ||||
| -rwxr-xr-x | lib-src/rcs2log | 4 | ||||
| -rw-r--r-- | lib-src/sorted-doc.c | 4 | ||||
| -rw-r--r-- | lib-src/test-distrib.c | 4 | ||||
| -rw-r--r-- | lib-src/update-game-score.c | 4 | ||||
| -rwxr-xr-x | lib-src/vcdiff | 4 |
30 files changed, 58 insertions, 54 deletions
diff --git a/lib-src/COPYING b/lib-src/COPYING index d60c31a97a5..3912109b5cd 100644 --- a/lib-src/COPYING +++ b/lib-src/COPYING | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | Version 2, June 1991 | 2 | Version 2, June 1991 |
| 3 | 3 | ||
| 4 | Copyright (C) 1989, 1991 Free Software Foundation, Inc. | 4 | Copyright (C) 1989, 1991 Free Software Foundation, Inc. |
| 5 | 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | 5 | 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA |
| 6 | Everyone is permitted to copy and distribute verbatim copies | 6 | Everyone is permitted to copy and distribute verbatim copies |
| 7 | of this license document, but changing it is not allowed. | 7 | of this license document, but changing it is not allowed. |
| 8 | 8 | ||
| @@ -305,7 +305,7 @@ the "copyright" line and a pointer to where the full notice is found. | |||
| 305 | 305 | ||
| 306 | You should have received a copy of the GNU General Public License | 306 | You should have received a copy of the GNU General Public License |
| 307 | along with this program; if not, write to the Free Software | 307 | along with this program; if not, write to the Free Software |
| 308 | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | 308 | Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA |
| 309 | 309 | ||
| 310 | 310 | ||
| 311 | Also add information on how to contact you by electronic and paper mail. | 311 | Also add information on how to contact you by electronic and paper mail. |
| @@ -313,7 +313,7 @@ Also add information on how to contact you by electronic and paper mail. | |||
| 313 | If the program is interactive, make it output a short notice like this | 313 | If the program is interactive, make it output a short notice like this |
| 314 | when it starts in an interactive mode: | 314 | when it starts in an interactive mode: |
| 315 | 315 | ||
| 316 | Gnomovision version 69, Copyright (C) year name of author | 316 | Gnomovision version 69, Copyright (C) year name of author |
| 317 | Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. | 317 | Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. |
| 318 | This is free software, and you are welcome to redistribute it | 318 | This is free software, and you are welcome to redistribute it |
| 319 | under certain conditions; type `show c' for details. | 319 | under certain conditions; type `show c' for details. |
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index ff62d4fc343..bd6949c799c 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2005-07-04 Lute Kamstra <lute@gnu.org> | ||
| 2 | |||
| 3 | Update FSF's address in GPL notices. | ||
| 4 | |||
| 1 | 2005-06-13 Eli Zaretskii <eliz@gnu.org> | 5 | 2005-06-13 Eli Zaretskii <eliz@gnu.org> |
| 2 | 6 | ||
| 3 | * makefile.w32-in ($(DOC)): Fix last change. | 7 | * makefile.w32-in ($(DOC)): Fix last change. |
diff --git a/lib-src/Makefile.in b/lib-src/Makefile.in index 1d8c5e6c9ba..372983221a3 100644 --- a/lib-src/Makefile.in +++ b/lib-src/Makefile.in | |||
| @@ -16,8 +16,8 @@ | |||
| 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, Inc., 59 Temple Place - Suite 330, | 19 | # the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 20 | # Boston, MA 02111-1307, USA. | 20 | # Boston, MA 02110-1301, USA. |
| 21 | 21 | ||
| 22 | # Avoid trouble on systems where the `SHELL' variable might be | 22 | # Avoid trouble on systems where the `SHELL' variable might be |
| 23 | # inherited from the environment. | 23 | # inherited from the environment. |
diff --git a/lib-src/b2m.pl b/lib-src/b2m.pl index 38eb96e076f..225c272587f 100644 --- a/lib-src/b2m.pl +++ b/lib-src/b2m.pl | |||
| @@ -14,7 +14,7 @@ | |||
| 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 this program; if not, write to the Free Software | 16 | # along with this program; if not, write to the Free Software |
| 17 | # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 | 17 | # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 |
| 18 | # USA. | 18 | # USA. |
| 19 | 19 | ||
| 20 | # Maintained by Jonathan Kamens <jik@kamens.brookline.ma.us>. | 20 | # Maintained by Jonathan Kamens <jik@kamens.brookline.ma.us>. |
| @@ -30,7 +30,7 @@ use Mail::Address; | |||
| 30 | use Date::Parse; | 30 | use Date::Parse; |
| 31 | 31 | ||
| 32 | my($whoami) = basename $0; | 32 | my($whoami) = basename $0; |
| 33 | my($version) = '$Revision: 1.5 $'; | 33 | my($version) = '$Revision$'; |
| 34 | my($usage) = "Usage: $whoami [--help] [--version] [--[no]full-headers] [Babyl-file] | 34 | my($usage) = "Usage: $whoami [--help] [--version] [--[no]full-headers] [Babyl-file] |
| 35 | \tBy default, full headers are printed.\n"; | 35 | \tBy default, full headers are printed.\n"; |
| 36 | 36 | ||
diff --git a/lib-src/cvtmail.c b/lib-src/cvtmail.c index 8992b3f9e80..4dd6bb20a68 100644 --- a/lib-src/cvtmail.c +++ b/lib-src/cvtmail.c | |||
| @@ -14,8 +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, Inc., 59 Temple Place - Suite 330, | 17 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 18 | Boston, MA 02111-1307, USA. */ | 18 | Boston, MA 02110-1301, USA. */ |
| 19 | 19 | ||
| 20 | /* cvtmail: | 20 | /* cvtmail: |
| 21 | * Program to convert oldstyle goslings emacs mail directories into | 21 | * Program to convert oldstyle goslings emacs mail directories into |
diff --git a/lib-src/digest-doc.c b/lib-src/digest-doc.c index 09878543d44..9db4a190803 100644 --- a/lib-src/digest-doc.c +++ b/lib-src/digest-doc.c | |||
| @@ -17,8 +17,8 @@ | |||
| 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 the | 19 | along with GNU Emacs; see the file COPYING. If not, write to the |
| 20 | Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 20 | Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 21 | Boston, MA 02111-1307, USA. | 21 | Boston, MA 02110-1301, USA. |
| 22 | 22 | ||
| 23 | See also sorted-doc.c, which produces similar output | 23 | See also sorted-doc.c, which produces similar output |
| 24 | but in texinfo format and sorted by function/variable name. */ | 24 | but in texinfo format and sorted by function/variable name. */ |
diff --git a/lib-src/ebrowse.c b/lib-src/ebrowse.c index 4ad45d195f6..bc323fbbbd8 100644 --- a/lib-src/ebrowse.c +++ b/lib-src/ebrowse.c | |||
| @@ -17,8 +17,8 @@ | |||
| 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 the | 19 | along with GNU Emacs; see the file COPYING. If not, write to the |
| 20 | Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 20 | Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 21 | Boston, MA 02111-1307, USA. */ | 21 | Boston, MA 02110-1301, USA. */ |
| 22 | 22 | ||
| 23 | #ifdef HAVE_CONFIG_H | 23 | #ifdef HAVE_CONFIG_H |
| 24 | #include <config.h> | 24 | #include <config.h> |
diff --git a/lib-src/emacsclient.c b/lib-src/emacsclient.c index 90c0228f720..75fa9ebe8e7 100644 --- a/lib-src/emacsclient.c +++ b/lib-src/emacsclient.c | |||
| @@ -16,8 +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, Inc., 59 Temple Place - Suite 330, | 19 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 20 | Boston, MA 02111-1307, USA. */ | 20 | Boston, MA 02110-1301, USA. */ |
| 21 | 21 | ||
| 22 | 22 | ||
| 23 | #define NO_SHORTNAMES | 23 | #define NO_SHORTNAMES |
diff --git a/lib-src/emacstool.c b/lib-src/emacstool.c index f9185c21c08..f0e9ad8c1f6 100644 --- a/lib-src/emacstool.c +++ b/lib-src/emacstool.c | |||
| @@ -15,8 +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, Inc., 59 Temple Place - Suite 330, | 18 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 19 | Boston, MA 02111-1307, USA. */ | 19 | Boston, MA 02110-1301, USA. */ |
| 20 | 20 | ||
| 21 | /* | 21 | /* |
| 22 | * 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 a06d29bfd11..2f273771a96 100644 --- a/lib-src/etags.c +++ b/lib-src/etags.c | |||
| @@ -16,7 +16,7 @@ | |||
| 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 this program; if not, write to the Free Software Foundation, | 18 | along with this program; if not, write to the Free Software Foundation, |
| 19 | Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ | 19 | Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ |
| 20 | 20 | ||
| 21 | /* | 21 | /* |
| 22 | * Authors: | 22 | * Authors: |
diff --git a/lib-src/fakemail.c b/lib-src/fakemail.c index cee7eaa130e..cf6c1ff334d 100644 --- a/lib-src/fakemail.c +++ b/lib-src/fakemail.c | |||
| @@ -15,8 +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, Inc., 59 Temple Place - Suite 330, | 18 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 19 | Boston, MA 02111-1307, USA. */ | 19 | Boston, MA 02110-1301, USA. */ |
| 20 | 20 | ||
| 21 | #define NO_SHORTNAMES | 21 | #define NO_SHORTNAMES |
| 22 | #define _XOPEN_SOURCE 500 /* for cuserid */ | 22 | #define _XOPEN_SOURCE 500 /* for cuserid */ |
diff --git a/lib-src/getopt.c b/lib-src/getopt.c index a4b0a65147d..6799045bde8 100644 --- a/lib-src/getopt.c +++ b/lib-src/getopt.c | |||
| @@ -18,7 +18,7 @@ | |||
| 18 | 18 | ||
| 19 | You should have received a copy of the GNU General Public License along | 19 | You should have received a copy of the GNU General Public License along |
| 20 | with this program; if not, write to the Free Software Foundation, | 20 | with this program; if not, write to the Free Software Foundation, |
| 21 | Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ | 21 | Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ |
| 22 | 22 | ||
| 23 | /* This tells Alpha OSF/1 not to define a getopt prototype in <stdio.h>. | 23 | /* This tells Alpha OSF/1 not to define a getopt prototype in <stdio.h>. |
| 24 | Ditto for AIX 3.2 and <stdlib.h>. */ | 24 | Ditto for AIX 3.2 and <stdlib.h>. */ |
diff --git a/lib-src/getopt.h b/lib-src/getopt.h index 0d4c40c52d0..953a7d15252 100644 --- a/lib-src/getopt.h +++ b/lib-src/getopt.h | |||
| @@ -14,7 +14,7 @@ | |||
| 14 | 14 | ||
| 15 | You should have received a copy of the GNU General Public License along | 15 | You should have received a copy of the GNU General Public License along |
| 16 | with this program; if not, write to the Free Software Foundation, | 16 | with this program; if not, write to the Free Software Foundation, |
| 17 | Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ | 17 | Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ |
| 18 | 18 | ||
| 19 | #ifndef _GETOPT_H | 19 | #ifndef _GETOPT_H |
| 20 | 20 | ||
diff --git a/lib-src/getopt1.c b/lib-src/getopt1.c index f08cd72638a..4ec1e50b830 100644 --- a/lib-src/getopt1.c +++ b/lib-src/getopt1.c | |||
| @@ -15,7 +15,7 @@ | |||
| 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 along |
| 17 | with this program; if not, write to the Free Software Foundation, | 17 | with this program; if not, write to the Free Software Foundation, |
| 18 | Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ | 18 | Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ |
| 19 | 19 | ||
| 20 | #ifdef HAVE_CONFIG_H | 20 | #ifdef HAVE_CONFIG_H |
| 21 | #include <config.h> | 21 | #include <config.h> |
diff --git a/lib-src/grep-changelog b/lib-src/grep-changelog index 38fce879c7a..04468535e02 100755 --- a/lib-src/grep-changelog +++ b/lib-src/grep-changelog | |||
| @@ -16,8 +16,8 @@ | |||
| 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 the | 18 | # along with GNU Emacs; see the file COPYING. If not, write to the |
| 19 | # Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 19 | # Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 20 | # Boston, MA 02111-1307, USA. | 20 | # Boston, MA 02110-1301, USA. |
| 21 | 21 | ||
| 22 | 22 | ||
| 23 | # Extract entries from ChangeLogs matching specified criteria. | 23 | # Extract entries from ChangeLogs matching specified criteria. |
diff --git a/lib-src/hexl.c b/lib-src/hexl.c index 7a2f127ae61..05e0658e566 100644 --- a/lib-src/hexl.c +++ b/lib-src/hexl.c | |||
| @@ -15,7 +15,7 @@ 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 this program; if not, write to the Free Software Foundation, | 17 | along with this program; if not, write to the Free Software Foundation, |
| 18 | Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ | 18 | Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ |
| 19 | 19 | ||
| 20 | #ifdef HAVE_CONFIG_H | 20 | #ifdef HAVE_CONFIG_H |
| 21 | #include <config.h> | 21 | #include <config.h> |
diff --git a/lib-src/make-docfile.c b/lib-src/make-docfile.c index dafd8f8914c..6c0816ed98a 100644 --- a/lib-src/make-docfile.c +++ b/lib-src/make-docfile.c | |||
| @@ -16,8 +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, Inc., 59 Temple Place - Suite 330, | 19 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 20 | Boston, MA 02111-1307, USA. */ | 20 | Boston, MA 02110-1301, USA. */ |
| 21 | 21 | ||
| 22 | /* The arguments given to this program are all the C and Lisp source files | 22 | /* The arguments given to this program are all the C and Lisp source files |
| 23 | of GNU Emacs. .elc and .el and .c files are allowed. | 23 | of GNU Emacs. .elc and .el and .c files are allowed. |
diff --git a/lib-src/makefile.w32-in b/lib-src/makefile.w32-in index fbb5559fd80..d8e8c205b3b 100644 --- a/lib-src/makefile.w32-in +++ b/lib-src/makefile.w32-in | |||
| @@ -15,8 +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 the | 17 | # along with GNU Emacs; see the file COPYING. If not, write to the |
| 18 | # Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 18 | # Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 19 | # Boston, MA 02111-1307, USA. | 19 | # Boston, MA 02110-1301, USA. |
| 20 | # | 20 | # |
| 21 | 21 | ||
| 22 | ALL = make-docfile hexl ctags etags movemail ebrowse | 22 | ALL = make-docfile hexl ctags etags movemail ebrowse |
diff --git a/lib-src/movemail.c b/lib-src/movemail.c index e4243a1bd66..f82bebd4f2b 100644 --- a/lib-src/movemail.c +++ b/lib-src/movemail.c | |||
| @@ -16,8 +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, Inc., 59 Temple Place - Suite 330, | 19 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 20 | Boston, MA 02111-1307, USA. */ | 20 | Boston, MA 02110-1301, USA. */ |
| 21 | 21 | ||
| 22 | /* Important notice: defining MAIL_USE_FLOCK or MAIL_USE_LOCKF *will | 22 | /* Important notice: defining MAIL_USE_FLOCK or MAIL_USE_LOCKF *will |
| 23 | 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 261a6b41614..c346ccd908b 100644 --- a/lib-src/ntlib.c +++ b/lib-src/ntlib.c | |||
| @@ -15,8 +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, Inc., 59 Temple Place - Suite 330, | 18 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 19 | Boston, MA 02111-1307, USA. | 19 | Boston, MA 02110-1301, USA. |
| 20 | 20 | ||
| 21 | Geoff Voelker (voelker@cs.washington.edu) 10-8-94 | 21 | Geoff Voelker (voelker@cs.washington.edu) 10-8-94 |
| 22 | */ | 22 | */ |
diff --git a/lib-src/ntlib.h b/lib-src/ntlib.h index 4dd9cae9796..b1cb97dabda 100644 --- a/lib-src/ntlib.h +++ b/lib-src/ntlib.h | |||
| @@ -15,8 +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 the | 17 | along with GNU Emacs; see the file COPYING. If not, write to the |
| 18 | Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 18 | Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 19 | Boston, MA 02111-1307, USA. | 19 | Boston, MA 02110-1301, USA. |
| 20 | 20 | ||
| 21 | */ | 21 | */ |
| 22 | 22 | ||
diff --git a/lib-src/pop.c b/lib-src/pop.c index adf80c544b6..9a85ba3746c 100644 --- a/lib-src/pop.c +++ b/lib-src/pop.c | |||
| @@ -16,8 +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, Inc., 59 Temple Place - Suite 330, | 19 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 20 | Boston, MA 02111-1307, USA. */ | 20 | Boston, MA 02110-1301, USA. */ |
| 21 | 21 | ||
| 22 | #ifdef HAVE_CONFIG_H | 22 | #ifdef HAVE_CONFIG_H |
| 23 | #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 8954e1d5369..5267ec97eb4 100644 --- a/lib-src/pop.h +++ b/lib-src/pop.h | |||
| @@ -16,8 +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, Inc., 59 Temple Place - Suite 330, | 19 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 20 | Boston, MA 02111-1307, USA. */ | 20 | Boston, MA 02110-1301, USA. */ |
| 21 | 21 | ||
| 22 | #include <stdio.h> | 22 | #include <stdio.h> |
| 23 | 23 | ||
diff --git a/lib-src/profile.c b/lib-src/profile.c index 8d924532b87..7bc7186c259 100644 --- a/lib-src/profile.c +++ b/lib-src/profile.c | |||
| @@ -17,8 +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, Inc., 59 Temple Place - Suite 330, | 20 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 21 | Boston, MA 02111-1307, USA. */ | 21 | Boston, MA 02110-1301, USA. */ |
| 22 | 22 | ||
| 23 | 23 | ||
| 24 | /** | 24 | /** |
diff --git a/lib-src/rcs-checkin b/lib-src/rcs-checkin index 365050e9584..2a7de0f2f11 100755 --- a/lib-src/rcs-checkin +++ b/lib-src/rcs-checkin | |||
| @@ -18,8 +18,8 @@ | |||
| 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 the | 20 | # along with GNU Emacs; see the file COPYING. If not, write to the |
| 21 | # Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 21 | # Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 22 | # Boston, MA 02111-1307, USA. | 22 | # Boston, MA 02110-1301, USA. |
| 23 | 23 | ||
| 24 | # Arguments which are detectably either RCS masters (with names ending in ,v) | 24 | # Arguments which are detectably either RCS masters (with names ending in ,v) |
| 25 | # or Emacs version files (with names of the form foo.~<number>~) are ignored. | 25 | # or Emacs version files (with names of the form foo.~<number>~) are ignored. |
diff --git a/lib-src/rcs2log b/lib-src/rcs2log index 42c92ff6187..05864c2ad26 100755 --- a/lib-src/rcs2log +++ b/lib-src/rcs2log | |||
| @@ -69,8 +69,8 @@ Id='$Id$' | |||
| 69 | # | 69 | # |
| 70 | # You should have received a copy of the GNU General Public License | 70 | # You should have received a copy of the GNU General Public License |
| 71 | # along with this program; see the file COPYING. If not, write to the | 71 | # along with this program; see the file COPYING. If not, write to the |
| 72 | # Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 72 | # Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 73 | # Boston, MA 02111-1307, USA. | 73 | # Boston, MA 02110-1301, USA. |
| 74 | 74 | ||
| 75 | Copyright='Copyright (C) 2004 Free Software Foundation, Inc. | 75 | Copyright='Copyright (C) 2004 Free Software Foundation, Inc. |
| 76 | This program comes with NO WARRANTY, to the extent permitted by law. | 76 | This program comes with NO WARRANTY, to the extent permitted by law. |
diff --git a/lib-src/sorted-doc.c b/lib-src/sorted-doc.c index 3af3276e811..120a510f006 100644 --- a/lib-src/sorted-doc.c +++ b/lib-src/sorted-doc.c | |||
| @@ -18,8 +18,8 @@ | |||
| 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 the | 20 | along with GNU Emacs; see the file COPYING. If not, write to the |
| 21 | Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 21 | Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 22 | Boston, MA 02111-1307, USA. | 22 | Boston, MA 02110-1301, USA. |
| 23 | 23 | ||
| 24 | This version sorts the output by function name. */ | 24 | This version sorts the output by function name. */ |
| 25 | 25 | ||
diff --git a/lib-src/test-distrib.c b/lib-src/test-distrib.c index 0333bd7d710..0bbc6806d71 100644 --- a/lib-src/test-distrib.c +++ b/lib-src/test-distrib.c | |||
| @@ -17,8 +17,8 @@ | |||
| 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 the | 19 | along with GNU Emacs; see the file COPYING. If not, write to the |
| 20 | Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 20 | Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 21 | Boston, MA 02111-1307, USA. */ | 21 | Boston, MA 02110-1301, USA. */ |
| 22 | 22 | ||
| 23 | #ifdef HAVE_CONFIG_H | 23 | #ifdef HAVE_CONFIG_H |
| 24 | #include <config.h> | 24 | #include <config.h> |
diff --git a/lib-src/update-game-score.c b/lib-src/update-game-score.c index 8f7c90cad55..d9d20b8525d 100644 --- a/lib-src/update-game-score.c +++ b/lib-src/update-game-score.c | |||
| @@ -15,8 +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, Inc., 59 Temple Place - Suite 330, | 18 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 19 | Boston, MA 02111-1307, USA. */ | 19 | Boston, MA 02110-1301, USA. */ |
| 20 | 20 | ||
| 21 | /* This program is allows a game to securely and atomically update a | 21 | /* This program is allows a game to securely and atomically update a |
| 22 | score file. It should be installed setuid, owned by an appropriate | 22 | score file. It should be installed setuid, owned by an appropriate |
diff --git a/lib-src/vcdiff b/lib-src/vcdiff index 9c513ac8200..8e1722d43ba 100755 --- a/lib-src/vcdiff +++ b/lib-src/vcdiff | |||
| @@ -20,8 +20,8 @@ | |||
| 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 the | 22 | # along with GNU Emacs; see the file COPYING. If not, write to the |
| 23 | # Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 23 | # Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 24 | # Boston, MA 02111-1307, USA. | 24 | # Boston, MA 02110-1301, USA. |
| 25 | # | 25 | # |
| 26 | 26 | ||
| 27 | DIFF="diff" | 27 | DIFF="diff" |