aboutsummaryrefslogtreecommitdiffstats
path: root/nt
diff options
context:
space:
mode:
authorGlenn Morris2011-01-02 15:50:46 -0800
committerGlenn Morris2011-01-02 15:50:46 -0800
commit5df4f04cd32af723742c81095b38ae83b3c2b462 (patch)
treec340e724a44fb95d954387f97b65f64953d2779b /nt
parentd12f22f52cb7bb18b46f5ea8de5d8e8e04733e3f (diff)
downloademacs-5df4f04cd32af723742c81095b38ae83b3c2b462.tar.gz
emacs-5df4f04cd32af723742c81095b38ae83b3c2b462.zip
Add 2011 to FSF/AIST copyright years.
Diffstat (limited to 'nt')
-rw-r--r--nt/ChangeLog2
-rw-r--r--nt/INSTALL2
-rw-r--r--nt/README2
-rw-r--r--nt/addpm.c2
-rw-r--r--nt/addsection.c2
-rw-r--r--nt/cmdproxy.c2
-rw-r--r--nt/config.nt2
-rwxr-xr-xnt/configure.bat2
-rw-r--r--nt/ddeclient.c2
-rw-r--r--nt/emacs.rc2
-rw-r--r--nt/emacsclient.rc2
-rw-r--r--nt/envadd.bat2
-rw-r--r--nt/gmake.defs2
-rw-r--r--nt/inc/grp.h7
-rw-r--r--nt/inc/langinfo.h6
-rw-r--r--nt/inc/nl_types.h6
-rw-r--r--nt/inc/sys/socket.h5
-rw-r--r--nt/inc/sys/stat.h4
-rw-r--r--nt/makefile.w32-in2
-rw-r--r--nt/multi-install-info.bat2
-rw-r--r--nt/nmake.defs2
-rw-r--r--nt/paths.h2
-rw-r--r--nt/preprep.c2
-rw-r--r--nt/runemacs.c2
24 files changed, 30 insertions, 36 deletions
diff --git a/nt/ChangeLog b/nt/ChangeLog
index 60f76db3485..84fc6001461 100644
--- a/nt/ChangeLog
+++ b/nt/ChangeLog
@@ -1765,7 +1765,7 @@
1765;; End: 1765;; End:
1766 1766
1767 Copyright (C) 1995, 1996, 1997, 1998, 1999, 2001, 2002, 2003, 2004, 1767 Copyright (C) 1995, 1996, 1997, 1998, 1999, 2001, 2002, 2003, 2004,
1768 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. 1768 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
1769 1769
1770 This file is part of GNU Emacs. 1770 This file is part of GNU Emacs.
1771 1771
diff --git a/nt/INSTALL b/nt/INSTALL
index fafa9a97b6a..6de3ad29835 100644
--- a/nt/INSTALL
+++ b/nt/INSTALL
@@ -1,7 +1,7 @@
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, 2006, 2007, 2008, 2009, 2010 4 Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
5 Free Software Foundation, Inc. 5 Free Software Foundation, Inc.
6 See the end of the file for license conditions. 6 See the end of the file for license conditions.
7 7
diff --git a/nt/README b/nt/README
index 175c5550813..ef55c2ef224 100644
--- a/nt/README
+++ b/nt/README
@@ -1,7 +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, 2006, 3 Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006,
4 2007, 2008, 2009, 2010 Free Software Foundation, Inc. 4 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
5 See the end of the file for license conditions. 5 See the end of the file for license conditions.
6 6
7 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 9bdfafc2a3e..f2bf00813be 100644
--- a/nt/addpm.c
+++ b/nt/addpm.c
@@ -1,6 +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, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2 Copyright (C) 1995, 2001, 2002, 2003, 2004, 2005, 2006, 2007,
3 2008, 2009, 2010 Free Software Foundation, Inc. 3 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
4 4
5This file is part of GNU Emacs. 5This file is part of GNU Emacs.
6 6
diff --git a/nt/addsection.c b/nt/addsection.c
index 78457ec0ee8..dfbc2804208 100644
--- a/nt/addsection.c
+++ b/nt/addsection.c
@@ -1,6 +1,6 @@
1/* Add an uninitialized data section to an executable. 1/* Add an uninitialized data section to an executable.
2 Copyright (C) 1999, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2 Copyright (C) 1999, 2001, 2002, 2003, 2004, 2005, 2006, 2007,
3 2008, 2009, 2010 Free Software Foundation, Inc. 3 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
4 4
5This file is part of GNU Emacs. 5This file is part of GNU Emacs.
6 6
diff --git a/nt/cmdproxy.c b/nt/cmdproxy.c
index 4f2d113a900..2dbbfe00a2e 100644
--- a/nt/cmdproxy.c
+++ b/nt/cmdproxy.c
@@ -1,6 +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, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2 Copyright (C) 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007,
3 2008, 2009, 2010 Free Software Foundation, Inc. 3 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
4 4
5 Accepts subset of Unix sh(1) command-line options, for compatibility 5 Accepts subset of Unix sh(1) command-line options, for compatibility
6 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 f000d53e412..47881cb4267 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, 2001, 2002, 2003, 2004, 2005, 2006, 2 Copyright (C) 1988, 1993, 1994, 2001, 2002, 2003, 2004, 2005, 2006,
3 2007, 2008, 2009, 2010 Free Software Foundation, Inc. 3 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
4 4
5This file is part of GNU Emacs. 5This file is part of GNU Emacs.
6 6
diff --git a/nt/configure.bat b/nt/configure.bat
index 074949a23d3..ff1d84abc51 100755
--- a/nt/configure.bat
+++ b/nt/configure.bat
@@ -2,7 +2,7 @@
2rem ---------------------------------------------------------------------- 2rem ----------------------------------------------------------------------
3rem Configuration script for MS Windows 95/98/Me and NT/2000/XP 3rem Configuration script for MS Windows 95/98/Me and NT/2000/XP
4rem Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 4rem Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005,
5rem 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. 5rem 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
6 6
7rem This file is part of GNU Emacs. 7rem This file is part of GNU Emacs.
8 8
diff --git a/nt/ddeclient.c b/nt/ddeclient.c
index b8c6683c3a3..502f77f4ae7 100644
--- a/nt/ddeclient.c
+++ b/nt/ddeclient.c
@@ -1,6 +1,6 @@
1/* Simple client interface to DDE servers. 1/* Simple client interface to DDE servers.
2 Copyright (C) 1998, 2001, 2002, 2003, 2004, 2005, 2 Copyright (C) 1998, 2001, 2002, 2003, 2004, 2005,
3 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. 3 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
4 4
5This file is part of GNU Emacs. 5This file is part of GNU Emacs.
6 6
diff --git a/nt/emacs.rc b/nt/emacs.rc
index bf35e1d8cc3..5cb2d3516d9 100644
--- a/nt/emacs.rc
+++ b/nt/emacs.rc
@@ -27,7 +27,7 @@ BEGIN
27 VALUE "FileDescription", "GNU Emacs: The extensible self-documenting text editor\0" 27 VALUE "FileDescription", "GNU Emacs: The extensible self-documenting text editor\0"
28 VALUE "FileVersion", "23, 2, 91, 0\0" 28 VALUE "FileVersion", "23, 2, 91, 0\0"
29 VALUE "InternalName", "Emacs\0" 29 VALUE "InternalName", "Emacs\0"
30 VALUE "LegalCopyright", "Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010\0" 30 VALUE "LegalCopyright", "Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011\0"
31 VALUE "OriginalFilename", "emacs.exe" 31 VALUE "OriginalFilename", "emacs.exe"
32 VALUE "ProductName", "Emacs\0" 32 VALUE "ProductName", "Emacs\0"
33 VALUE "ProductVersion", "23, 2, 91, 0\0" 33 VALUE "ProductVersion", "23, 2, 91, 0\0"
diff --git a/nt/emacsclient.rc b/nt/emacsclient.rc
index 8d0a34640da..a5dc2d91915 100644
--- a/nt/emacsclient.rc
+++ b/nt/emacsclient.rc
@@ -25,7 +25,7 @@ BEGIN
25 VALUE "FileDescription", "GNU EmacsClient: Client for the extensible self-documenting text editor\0" 25 VALUE "FileDescription", "GNU EmacsClient: Client for the extensible self-documenting text editor\0"
26 VALUE "FileVersion", "23, 2, 91, 0\0" 26 VALUE "FileVersion", "23, 2, 91, 0\0"
27 VALUE "InternalName", "EmacsClient\0" 27 VALUE "InternalName", "EmacsClient\0"
28 VALUE "LegalCopyright", "Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010\0" 28 VALUE "LegalCopyright", "Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011\0"
29 VALUE "OriginalFilename", "emacsclientw.exe" 29 VALUE "OriginalFilename", "emacsclientw.exe"
30 VALUE "ProductName", "EmacsClient\0" 30 VALUE "ProductName", "EmacsClient\0"
31 VALUE "ProductVersion", "23, 2, 91, 0\0" 31 VALUE "ProductVersion", "23, 2, 91, 0\0"
diff --git a/nt/envadd.bat b/nt/envadd.bat
index 11a4e40b934..3bfad8eb23b 100644
--- a/nt/envadd.bat
+++ b/nt/envadd.bat
@@ -1,7 +1,7 @@
1rem Hack to change/add environment variables in the makefiles for the 1rem Hack to change/add environment variables in the makefiles for the
2rem Windows platform. 2rem Windows platform.
3 3
4rem Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 4rem Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
5rem Free Software Foundation, Inc. 5rem Free Software Foundation, Inc.
6 6
7rem This file is part of GNU Emacs. 7rem This file is part of GNU Emacs.
diff --git a/nt/gmake.defs b/nt/gmake.defs
index 7b2aba4151e..18db0b7feac 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, 2005, 2006, 2007, 2# Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007,
3# 2008, 2009, 2010 Free Software Foundation, Inc. 3# 2008, 2009, 2010, 2011 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/inc/grp.h b/nt/inc/grp.h
index d4988f62a7a..ea9aa9286d7 100644
--- a/nt/inc/grp.h
+++ b/nt/inc/grp.h
@@ -1,6 +1,7 @@
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, 2006, 2007, 2008, 2009 2
3 Free Software Foundation, Inc. 3Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
4 Free Software Foundation, Inc.
4 5
5This file is part of GNU Emacs. 6This file is part of GNU Emacs.
6 7
@@ -32,5 +33,3 @@ struct group *getgrgid(gid_t);
32 33
33#endif /* _GRP_H */ 34#endif /* _GRP_H */
34 35
35/* arch-tag: 82840357-7946-4a87-9c97-c0281b49aca3
36 (do not change this comment) */
diff --git a/nt/inc/langinfo.h b/nt/inc/langinfo.h
index edf9c29f320..d78576cec77 100644
--- a/nt/inc/langinfo.h
+++ b/nt/inc/langinfo.h
@@ -1,5 +1,7 @@
1/* Replacement langinfo.h file for building GNU Emacs on Windows. 1/* Replacement langinfo.h file for building GNU Emacs on Windows.
2 Copyright (C) 2006, 2007, 2008, 2009 Free Software Foundation, Inc. 2
3Copyright (C) 2006, 2007, 2008, 2009, 2010, 2011
4 Free Software Foundation, Inc.
3 5
4This file is part of GNU Emacs. 6This file is part of GNU Emacs.
5 7
@@ -58,5 +60,3 @@ extern char *nl_langinfo (nl_item);
58 60
59#endif /* _LANGINFO_H */ 61#endif /* _LANGINFO_H */
60 62
61/* arch-tag: a8917b7c-fb2c-4685-902b-742d0f67661b
62 (do not change this comment) */
diff --git a/nt/inc/nl_types.h b/nt/inc/nl_types.h
index a663db95e63..f06aa801f6e 100644
--- a/nt/inc/nl_types.h
+++ b/nt/inc/nl_types.h
@@ -1,5 +1,7 @@
1/* Replacement nl_types.h file for building GNU Emacs on Windows. 1/* Replacement nl_types.h file for building GNU Emacs on Windows.
2 Copyright (C) 2006, 2007, 2008, 2009 Free Software Foundation, Inc. 2
3Copyright (C) 2006, 2007, 2008, 2009, 2010, 2011
4 Free Software Foundation, Inc.
3 5
4This file is part of GNU Emacs. 6This file is part of GNU Emacs.
5 7
@@ -23,5 +25,3 @@ typedef int nl_item;
23 25
24#endif /* _NL_TYPES_H */ 26#endif /* _NL_TYPES_H */
25 27
26/* arch-tag: 518aa765-b846-4a7a-a862-95fd022928a1
27 (do not change this comment) */
diff --git a/nt/inc/sys/socket.h b/nt/inc/sys/socket.h
index 153ad17450a..b8842fdd93b 100644
--- a/nt/inc/sys/socket.h
+++ b/nt/inc/sys/socket.h
@@ -1,5 +1,5 @@
1/* Copyright (C) 1995, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 1/* Copyright (C) 1995, 2001, 2002, 2003, 2004, 2005, 2006, 2007,
2 2008, 2009 Free Software Foundation, Inc. 2 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
3 3
4This file is part of GNU Emacs. 4This file is part of GNU Emacs.
5 5
@@ -168,6 +168,3 @@ extern int h_errno;
168#endif /* _SOCKET_H_ */ 168#endif /* _SOCKET_H_ */
169 169
170/* end of socket.h */ 170/* end of socket.h */
171
172/* arch-tag: e3b8b91c-aaa0-4bc4-be57-a85a1dd247b4
173 (do not change this comment) */
diff --git a/nt/inc/sys/stat.h b/nt/inc/sys/stat.h
index 4d93430803c..6fe5647640c 100644
--- a/nt/inc/sys/stat.h
+++ b/nt/inc/sys/stat.h
@@ -1,7 +1,7 @@
1/* sys/stat.h supplied with MSVCRT uses too narrow data types for 1/* sys/stat.h supplied with MSVCRT uses too narrow data types for
2 inode and user/group id, so we replace them with our own. 2 inode and user/group id, so we replace them with our own.
3 3
4 Copyright (C) 2008, 2009 Free Software Foundation, Inc. 4Copyright (C) 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
5 5
6This file is part of GNU Emacs. 6This file is part of GNU Emacs.
7 7
@@ -78,5 +78,3 @@ _CRTIMP int __cdecl __MINGW_NOTHROW stat (const char*, struct stat*);
78 78
79#endif /* INC_SYS_STAT_H_ */ 79#endif /* INC_SYS_STAT_H_ */
80 80
81/* arch-tag: 17d8fc06-f2e5-4d10-a01e-af819918fe42
82 (do not change this comment) */
diff --git a/nt/makefile.w32-in b/nt/makefile.w32-in
index 48b3ab14056..88ea1290617 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, 2005, 2006, 2007, 2# Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007,
3# 2008, 2009, 2010 Free Software Foundation, Inc. 3# 2008, 2009, 2010, 2011 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 01ceea954e6..9473f068043 100644
--- a/nt/multi-install-info.bat
+++ b/nt/multi-install-info.bat
@@ -3,7 +3,7 @@
3rem Hack to run install-info with multiple info files on the command 3rem Hack to run install-info with multiple info files on the command
4rem line on the Windows platform. 4rem line on the Windows platform.
5 5
6rem Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 6rem Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
7rem Free Software Foundation, Inc. 7rem Free Software Foundation, Inc.
8 8
9rem This file is part of GNU Emacs. 9rem This file is part of GNU Emacs.
diff --git a/nt/nmake.defs b/nt/nmake.defs
index c065ee60de1..9da2ac33453 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, 2005, 2006, 2007, 2# Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007,
3# 2008, 2009, 2010 Free Software Foundation, Inc. 3# 2008, 2009, 2010, 2011 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/paths.h b/nt/paths.h
index 3ff8ec8ddab..8766eadb5fd 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, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. 2 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
3 3
4This file is part of GNU Emacs. 4This file is part of GNU Emacs.
5 5
diff --git a/nt/preprep.c b/nt/preprep.c
index dbcc8a85682..142d64dfe57 100644
--- a/nt/preprep.c
+++ b/nt/preprep.c
@@ -1,6 +1,6 @@
1/* Pro-process emacs.exe for profiling by MSVC. 1/* Pro-process emacs.exe for profiling by MSVC.
2 Copyright (C) 1999, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2 Copyright (C) 1999, 2001, 2002, 2003, 2004, 2005, 2006, 2007,
3 2008, 2009, 2010 Free Software Foundation, Inc. 3 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
4 4
5This file is part of GNU Emacs. 5This file is part of GNU Emacs.
6 6
diff --git a/nt/runemacs.c b/nt/runemacs.c
index 4a3d4a9536d..6dec833631c 100644
--- a/nt/runemacs.c
+++ b/nt/runemacs.c
@@ -1,4 +1,4 @@
1/* Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 1/* Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
2 Free Software Foundation, Inc. 2 Free Software Foundation, Inc.
3 3
4This file is part of GNU Emacs. 4This file is part of GNU Emacs.