diff options
| author | Thien-Thi Nguyen | 2006-02-06 12:31:40 +0000 |
|---|---|---|
| committer | Thien-Thi Nguyen | 2006-02-06 12:31:40 +0000 |
| commit | ceb4c4d3039f5b70d0e49c343bce0bd36cfc1dc8 (patch) | |
| tree | fe89d538c1a030d97a6600d34de8a0f964278202 /nt | |
| parent | 273dc16aaf917c39c88dd577fa20bd12c7060638 (diff) | |
| download | emacs-ceb4c4d3039f5b70d0e49c343bce0bd36cfc1dc8.tar.gz emacs-ceb4c4d3039f5b70d0e49c343bce0bd36cfc1dc8.zip | |
Update years in copyright notice; nfc.
Diffstat (limited to 'nt')
| -rw-r--r-- | nt/ChangeLog | 2 | ||||
| -rw-r--r-- | nt/INSTALL | 3 | ||||
| -rw-r--r-- | nt/README | 3 | ||||
| -rw-r--r-- | nt/addpm.c | 3 | ||||
| -rw-r--r-- | nt/addsection.c | 3 | ||||
| -rw-r--r-- | nt/cmdproxy.c | 3 | ||||
| -rw-r--r-- | nt/config.nt | 2 | ||||
| -rwxr-xr-x | nt/configure.bat | 4 | ||||
| -rw-r--r-- | nt/ddeclient.c | 3 | ||||
| -rw-r--r-- | nt/emacs.rc | 2 | ||||
| -rw-r--r-- | nt/envadd.bat | 2 | ||||
| -rw-r--r-- | nt/gmake.defs | 4 | ||||
| -rwxr-xr-x | nt/inc/grp.h | 2 | ||||
| -rw-r--r-- | nt/inc/sys/socket.h | 3 | ||||
| -rw-r--r-- | nt/makefile.w32-in | 2 | ||||
| -rw-r--r-- | nt/multi-install-info.bat | 2 | ||||
| -rw-r--r-- | nt/nmake.defs | 2 | ||||
| -rw-r--r-- | nt/paths.h | 2 | ||||
| -rw-r--r-- | nt/preprep.c | 3 | ||||
| -rw-r--r-- | nt/runemacs.c | 2 |
20 files changed, 30 insertions, 22 deletions
diff --git a/nt/ChangeLog b/nt/ChangeLog index cc161f830e6..097f1f1e2af 100644 --- a/nt/ChangeLog +++ b/nt/ChangeLog | |||
| @@ -1204,7 +1204,7 @@ | |||
| 1204 | ;; End: | 1204 | ;; End: |
| 1205 | 1205 | ||
| 1206 | Copyright (C) 1995, 1996, 1997, 1998, 1999, 2001, 2002, 2003, 2004, | 1206 | Copyright (C) 1995, 1996, 1997, 1998, 1999, 2001, 2002, 2003, 2004, |
| 1207 | 2005 Free Software Foundation, Inc. | 1207 | 2005, 2006 Free Software Foundation, Inc. |
| 1208 | Copying and distribution of this file, with or without modification, | 1208 | Copying and distribution of this file, with or without modification, |
| 1209 | are permitted provided the copyright notice and this notice are preserved. | 1209 | are permitted provided the copyright notice and this notice are preserved. |
| 1210 | 1210 | ||
diff --git a/nt/INSTALL b/nt/INSTALL index d756585ce20..c0706e3dadf 100644 --- a/nt/INSTALL +++ b/nt/INSTALL | |||
| @@ -1,7 +1,8 @@ | |||
| 1 | Building and Installing Emacs | 1 | Building and Installing Emacs |
| 2 | on Windows NT/2K/XP and Windows 95/98/ME | 2 | on Windows NT/2K/XP and Windows 95/98/ME |
| 3 | 3 | ||
| 4 | Copyright (C) 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. | 4 | Copyright (C) 2001, 2002, 2003, 2004, 2005, |
| 5 | 2006 Free Software Foundation, Inc. | ||
| 5 | See the end of the file for copying permissions. | 6 | See the end of the file for copying permissions. |
| 6 | 7 | ||
| 7 | If you used WinZip to unpack the distribution, we suggest to | 8 | If you used WinZip to unpack the distribution, we suggest to |
| @@ -1,6 +1,7 @@ | |||
| 1 | Emacs for Windows NT/2000 and Windows 95/98/ME | 1 | Emacs for Windows NT/2000 and Windows 95/98/ME |
| 2 | 2 | ||
| 3 | Copyright (C) 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. | 3 | Copyright (C) 2001, 2002, 2003, 2004, 2005, |
| 4 | 2006 Free Software Foundation, Inc. | ||
| 4 | See the end of the INSTALL file in this directory for copying permissions. | 5 | See the end of the INSTALL file in this directory for copying permissions. |
| 5 | 6 | ||
| 6 | This directory contains support for compiling and running GNU Emacs on | 7 | This directory contains support for compiling and running GNU Emacs on |
diff --git a/nt/addpm.c b/nt/addpm.c index 0827d2453c0..65a403b7eaf 100644 --- a/nt/addpm.c +++ b/nt/addpm.c | |||
| @@ -1,5 +1,6 @@ | |||
| 1 | /* Add entries to the GNU Emacs Program Manager folder. | 1 | /* Add entries to the GNU Emacs Program Manager folder. |
| 2 | Copyright (C) 1995, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. | 2 | Copyright (C) 1995, 2002, 2003, 2004, 2005, |
| 3 | 2006 Free Software Foundation, Inc. | ||
| 3 | 4 | ||
| 4 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 5 | 6 | ||
diff --git a/nt/addsection.c b/nt/addsection.c index 5a58f3e1c07..b6d119fe6a8 100644 --- a/nt/addsection.c +++ b/nt/addsection.c | |||
| @@ -1,5 +1,6 @@ | |||
| 1 | /* Add an uninitialized data section to an executable. | 1 | /* Add an uninitialized data section to an executable. |
| 2 | Copyright (C) 1999, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. | 2 | Copyright (C) 1999, 2002, 2003, 2004, 2005, |
| 3 | 2006 Free Software Foundation, Inc. | ||
| 3 | 4 | ||
| 4 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 5 | 6 | ||
diff --git a/nt/cmdproxy.c b/nt/cmdproxy.c index be7c7531bf6..0b47ecd52b9 100644 --- a/nt/cmdproxy.c +++ b/nt/cmdproxy.c | |||
| @@ -1,5 +1,6 @@ | |||
| 1 | /* Proxy shell designed for use with Emacs on Windows 95 and NT. | 1 | /* Proxy shell designed for use with Emacs on Windows 95 and NT. |
| 2 | Copyright (C) 1997, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. | 2 | Copyright (C) 1997, 2002, 2003, 2004, 2005, |
| 3 | 2006 Free Software Foundation, Inc. | ||
| 3 | 4 | ||
| 4 | Accepts subset of Unix sh(1) command-line options, for compatability | 5 | Accepts subset of Unix sh(1) command-line options, for compatability |
| 5 | with elisp code written for Unix. When possible, executes external | 6 | with elisp code written for Unix. When possible, executes external |
diff --git a/nt/config.nt b/nt/config.nt index 0f66a441c7b..482d2e6052b 100644 --- a/nt/config.nt +++ b/nt/config.nt | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* GNU Emacs site configuration template file. -*- C -*- | 1 | /* GNU Emacs site configuration template file. -*- C -*- |
| 2 | Copyright (C) 1988, 1993, 1994, 2002, 2003, 2004, | 2 | Copyright (C) 1988, 1993, 1994, 2002, 2003, 2004, |
| 3 | 2005 Free Software Foundation, Inc. | 3 | 2005, 2006 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/nt/configure.bat b/nt/configure.bat index b5f78f2ab51..ffc11542ce0 100755 --- a/nt/configure.bat +++ b/nt/configure.bat | |||
| @@ -1,8 +1,8 @@ | |||
| 1 | @echo off | 1 | @echo off |
| 2 | rem ---------------------------------------------------------------------- | 2 | rem ---------------------------------------------------------------------- |
| 3 | rem Configuration script for MS Windows 95/98/Me and NT/2000/XP | 3 | rem Configuration script for MS Windows 95/98/Me and NT/2000/XP |
| 4 | rem Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005 | 4 | rem Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, |
| 5 | rem Free Software Foundation, Inc. | 5 | rem 2006 Free Software Foundation, Inc. |
| 6 | 6 | ||
| 7 | rem This file is part of GNU Emacs. | 7 | rem This file is part of GNU Emacs. |
| 8 | 8 | ||
diff --git a/nt/ddeclient.c b/nt/ddeclient.c index 540cac24ebf..bd192c61f47 100644 --- a/nt/ddeclient.c +++ b/nt/ddeclient.c | |||
| @@ -1,5 +1,6 @@ | |||
| 1 | /* Simple client interface to DDE servers. | 1 | /* Simple client interface to DDE servers. |
| 2 | Copyright (C) 1998, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. | 2 | Copyright (C) 1998, 2002, 2003, 2004, 2005, |
| 3 | 2006 Free Software Foundation, Inc. | ||
| 3 | 4 | ||
| 4 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 5 | 6 | ||
diff --git a/nt/emacs.rc b/nt/emacs.rc index fd75506b97f..486b1eecf23 100644 --- a/nt/emacs.rc +++ b/nt/emacs.rc | |||
| @@ -26,7 +26,7 @@ BEGIN | |||
| 26 | VALUE "FileDescription", "GNU Emacs for Windows NT/95/98/2000/ME/XP\0" | 26 | VALUE "FileDescription", "GNU Emacs for Windows NT/95/98/2000/ME/XP\0" |
| 27 | VALUE "FileVersion", "22, 0, 50, 0\0" | 27 | VALUE "FileVersion", "22, 0, 50, 0\0" |
| 28 | VALUE "InternalName", "Emacs\0" | 28 | VALUE "InternalName", "Emacs\0" |
| 29 | VALUE "LegalCopyright", "Copyright (C) 2002, 2003, 2004, 2005\0" | 29 | VALUE "LegalCopyright", "Copyright (C) 2002, 2003, 2004, 2005, 2006\0" |
| 30 | VALUE "OriginalFilename", "emacs.exe" | 30 | VALUE "OriginalFilename", "emacs.exe" |
| 31 | VALUE "ProductName", "Emacs: The extensible self-documenting text editor\0" | 31 | VALUE "ProductName", "Emacs: The extensible self-documenting text editor\0" |
| 32 | VALUE "ProductVersion", "22, 0, 50, 0\0" | 32 | VALUE "ProductVersion", "22, 0, 50, 0\0" |
diff --git a/nt/envadd.bat b/nt/envadd.bat index d48e6cc8bf1..ece62f971bd 100644 --- a/nt/envadd.bat +++ b/nt/envadd.bat | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | rem Hack to change/add environment variables in the makefiles for the | 1 | rem Hack to change/add environment variables in the makefiles for the |
| 2 | rem Windows platform. | 2 | rem Windows platform. |
| 3 | rem | 3 | rem |
| 4 | rem Copyright (C) 2003, 2004, 2005 Free Software Foundation, Inc. | 4 | rem Copyright (C) 2003, 2004, 2005, 2006 Free Software Foundation, Inc. |
| 5 | rem | 5 | rem |
| 6 | rem This file is part of GNU Emacs. | 6 | rem This file is part of GNU Emacs. |
| 7 | rem | 7 | rem |
diff --git a/nt/gmake.defs b/nt/gmake.defs index 9b93aa92074..56799f783e1 100644 --- a/nt/gmake.defs +++ b/nt/gmake.defs | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | # -*- Makefile -*- definition file for building GNU Emacs on Windows NT. | 1 | # -*- Makefile -*- definition file for building GNU Emacs on Windows NT. |
| 2 | # Copyright (c) 2000, 2001, 2002, 2003, 2004, | 2 | # Copyright (C) 2000, 2001, 2002, 2003, 2004, |
| 3 | # 2005 Free Software Foundation, Inc. | 3 | # 2005, 2006 Free Software Foundation, Inc. |
| 4 | # | 4 | # |
| 5 | # 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 |
| 6 | # it under the terms of the GNU General Public License as published by | 6 | # it under the terms of the GNU General Public License as published by |
diff --git a/nt/inc/grp.h b/nt/inc/grp.h index 39f98d31cdc..04c2982086b 100755 --- a/nt/inc/grp.h +++ b/nt/inc/grp.h | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* Replacement grp.h file for building GNU Emacs on Windows. | 1 | /* Replacement grp.h file for building GNU Emacs on Windows. |
| 2 | Copyright (C) 2003, 2004, 2005 Free Software Foundation, Inc. | 2 | Copyright (C) 2003, 2004, 2005, 2006 Free Software Foundation, Inc. |
| 3 | 3 | ||
| 4 | This file is part of GNU Emacs. | 4 | This file is part of GNU Emacs. |
| 5 | 5 | ||
diff --git a/nt/inc/sys/socket.h b/nt/inc/sys/socket.h index 19b8a65adda..c0a3bc26ec4 100644 --- a/nt/inc/sys/socket.h +++ b/nt/inc/sys/socket.h | |||
| @@ -1,4 +1,5 @@ | |||
| 1 | /* Copyright (C) 1995, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. | 1 | /* Copyright (C) 1995, 2002, 2003, 2004, 2005, |
| 2 | 2006 Free Software Foundation, Inc. | ||
| 2 | 3 | ||
| 3 | This file is part of GNU Emacs. | 4 | This file is part of GNU Emacs. |
| 4 | 5 | ||
diff --git a/nt/makefile.w32-in b/nt/makefile.w32-in index fb1ea246663..ca1e22b93bb 100644 --- a/nt/makefile.w32-in +++ b/nt/makefile.w32-in | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | # -*- Makefile -*- for GNU Emacs on the Microsoft W32 API. | 1 | # -*- Makefile -*- for GNU Emacs on the Microsoft W32 API. |
| 2 | # Copyright (C) 2000, 2001, 2002, 2003, 2004, | 2 | # Copyright (C) 2000, 2001, 2002, 2003, 2004, |
| 3 | # 2005 Free Software Foundation, Inc. | 3 | # 2005, 2006 Free Software Foundation, Inc. |
| 4 | # | 4 | # |
| 5 | # Top level makefile for building GNU Emacs on Windows NT | 5 | # Top level makefile for building GNU Emacs on Windows NT |
| 6 | # | 6 | # |
diff --git a/nt/multi-install-info.bat b/nt/multi-install-info.bat index f06f94c9ca4..0b21962a458 100644 --- a/nt/multi-install-info.bat +++ b/nt/multi-install-info.bat | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | rem Hack to run install-info with multiple info files on the command | 3 | rem Hack to run install-info with multiple info files on the command |
| 4 | rem line on the Windows platform. | 4 | rem line on the Windows platform. |
| 5 | rem | 5 | rem |
| 6 | rem Copyright (C) 2003, 2004, 2005 Free Software Foundation, Inc. | 6 | rem Copyright (C) 2003, 2004, 2005, 2006 Free Software Foundation, Inc. |
| 7 | rem | 7 | rem |
| 8 | rem This file is part of GNU Emacs. | 8 | rem This file is part of GNU Emacs. |
| 9 | rem | 9 | rem |
diff --git a/nt/nmake.defs b/nt/nmake.defs index 76a3462969e..94fa9f431e9 100644 --- a/nt/nmake.defs +++ b/nt/nmake.defs | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | # -*- Makefile -*- definition file for building GNU Emacs on Windows NT. | 1 | # -*- Makefile -*- definition file for building GNU Emacs on Windows NT. |
| 2 | # Copyright (C) 2000, 2001, 2002, 2003, 2004, | 2 | # Copyright (C) 2000, 2001, 2002, 2003, 2004, |
| 3 | # 2005 Free Software Foundation, Inc. | 3 | # 2005, 2006 Free Software Foundation, Inc. |
| 4 | # | 4 | # |
| 5 | # 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 |
| 6 | # it under the terms of the GNU General Public License as published by | 6 | # it under the terms of the GNU General Public License as published by |
diff --git a/nt/paths.h b/nt/paths.h index 0bb883067c3..f3d272da350 100644 --- a/nt/paths.h +++ b/nt/paths.h | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* Copyright (C) 1993, 1995, 1997, 1999, 2001, 2002, 2003, 2004, | 1 | /* Copyright (C) 1993, 1995, 1997, 1999, 2001, 2002, 2003, 2004, |
| 2 | 2005 Free Software Foundation, Inc. | 2 | 2005, 2006 Free Software Foundation, Inc. |
| 3 | 3 | ||
| 4 | This file is part of GNU Emacs. | 4 | This file is part of GNU Emacs. |
| 5 | 5 | ||
diff --git a/nt/preprep.c b/nt/preprep.c index e99fe38a484..fb686f42b96 100644 --- a/nt/preprep.c +++ b/nt/preprep.c | |||
| @@ -1,5 +1,6 @@ | |||
| 1 | /* Pro-process emacs.exe for profiling by MSVC. | 1 | /* Pro-process emacs.exe for profiling by MSVC. |
| 2 | Copyright (C) 1999, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. | 2 | Copyright (C) 1999, 2002, 2003, 2004, 2005, |
| 3 | 2006 Free Software Foundation, Inc. | ||
| 3 | 4 | ||
| 4 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 5 | 6 | ||
diff --git a/nt/runemacs.c b/nt/runemacs.c index 709389deb8f..a998134ec72 100644 --- a/nt/runemacs.c +++ b/nt/runemacs.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. | 1 | /* Copyright (C) 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. |
| 2 | 2 | ||
| 3 | This file is part of GNU Emacs. | 3 | This file is part of GNU Emacs. |
| 4 | 4 | ||