Mercurial > emacs
changeset 100954:aeceb2460b39
Add 2009 to copyright years.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Thu, 08 Jan 2009 03:28:18 +0000 |
parents | a04b5f26a401 |
children | afc4e413cca5 |
files | nt/ChangeLog nt/INSTALL nt/README nt/addpm.c nt/addsection.c nt/cmdproxy.c nt/config.nt nt/configure.bat nt/ddeclient.c nt/emacs.rc nt/emacsclient.rc nt/envadd.bat nt/gmake.defs nt/icons/README nt/inc/grp.h nt/inc/langinfo.h nt/inc/nl_types.h nt/inc/sys/socket.h nt/inc/sys/stat.h nt/makefile.w32-in nt/multi-install-info.bat nt/nmake.defs nt/paths.h nt/preprep.c nt/runemacs.c |
diffstat | 25 files changed, 27 insertions(+), 27 deletions(-) [+] |
line wrap: on
line diff
--- a/nt/ChangeLog Thu Jan 08 03:20:38 2009 +0000 +++ b/nt/ChangeLog Thu Jan 08 03:28:18 2009 +0000 @@ -1690,7 +1690,7 @@ ;; End: Copyright (C) 1995, 1996, 1997, 1998, 1999, 2001, 2002, 2003, 2004, - 2005, 2006, 2007, 2008 Free Software Foundation, Inc. + 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/nt/INSTALL Thu Jan 08 03:20:38 2009 +0000 +++ b/nt/INSTALL Thu Jan 08 03:28:18 2009 +0000 @@ -1,7 +1,7 @@ Building and Installing Emacs on Windows NT/2K/XP and Windows 95/98/ME - Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 + Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. See the end of the file for license conditions.
--- a/nt/README Thu Jan 08 03:20:38 2009 +0000 +++ b/nt/README Thu Jan 08 03:28:18 2009 +0000 @@ -1,7 +1,7 @@ Emacs for Windows NT/2000 and Windows 95/98/ME Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, - 2007, 2008 Free Software Foundation, Inc. + 2007, 2008, 2009 Free Software Foundation, Inc. See the end of the file for license conditions. This directory contains support for compiling and running GNU Emacs on
--- a/nt/addpm.c Thu Jan 08 03:20:38 2009 +0000 +++ b/nt/addpm.c Thu Jan 08 03:28:18 2009 +0000 @@ -1,6 +1,6 @@ /* Add entries to the GNU Emacs Program Manager folder. Copyright (C) 1995, 2001, 2002, 2003, 2004, 2005, 2006, 2007, - 2008 Free Software Foundation, Inc. + 2008, 2009 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/nt/addsection.c Thu Jan 08 03:20:38 2009 +0000 +++ b/nt/addsection.c Thu Jan 08 03:28:18 2009 +0000 @@ -1,6 +1,6 @@ /* Add an uninitialized data section to an executable. Copyright (C) 1999, 2001, 2002, 2003, 2004, 2005, 2006, 2007, - 2008 Free Software Foundation, Inc. + 2008, 2009 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/nt/cmdproxy.c Thu Jan 08 03:20:38 2009 +0000 +++ b/nt/cmdproxy.c Thu Jan 08 03:28:18 2009 +0000 @@ -1,6 +1,6 @@ /* Proxy shell designed for use with Emacs on Windows 95 and NT. Copyright (C) 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007, - 2008 Free Software Foundation, Inc. + 2008, 2009 Free Software Foundation, Inc. Accepts subset of Unix sh(1) command-line options, for compatibility with elisp code written for Unix. When possible, executes external
--- a/nt/config.nt Thu Jan 08 03:20:38 2009 +0000 +++ b/nt/config.nt Thu Jan 08 03:28:18 2009 +0000 @@ -1,6 +1,6 @@ /* GNU Emacs site configuration template file. -*- C -*- Copyright (C) 1988, 1993, 1994, 2001, 2002, 2003, 2004, 2005, 2006, - 2007, 2008 Free Software Foundation, Inc. + 2007, 2008, 2009 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/nt/configure.bat Thu Jan 08 03:20:38 2009 +0000 +++ b/nt/configure.bat Thu Jan 08 03:28:18 2009 +0000 @@ -2,7 +2,7 @@ rem ---------------------------------------------------------------------- rem Configuration script for MS Windows 95/98/Me and NT/2000/XP rem Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, -rem 2006, 2007, 2008 Free Software Foundation, Inc. +rem 2006, 2007, 2008, 2009 Free Software Foundation, Inc. rem This file is part of GNU Emacs.
--- a/nt/ddeclient.c Thu Jan 08 03:20:38 2009 +0000 +++ b/nt/ddeclient.c Thu Jan 08 03:28:18 2009 +0000 @@ -1,6 +1,6 @@ /* Simple client interface to DDE servers. Copyright (C) 1998, 2001, 2002, 2003, 2004, 2005, - 2006, 2007, 2008 Free Software Foundation, Inc. + 2006, 2007, 2008, 2009 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/nt/emacs.rc Thu Jan 08 03:20:38 2009 +0000 +++ b/nt/emacs.rc Thu Jan 08 03:28:18 2009 +0000 @@ -27,7 +27,7 @@ VALUE "FileDescription", "GNU Emacs for Windows NT/95/98/2000/ME/XP\0" VALUE "FileVersion", "23, 0, 60, 0\0" VALUE "InternalName", "Emacs\0" - VALUE "LegalCopyright", "Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008\0" + VALUE "LegalCopyright", "Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009\0" VALUE "OriginalFilename", "emacs.exe" VALUE "ProductName", "Emacs: The extensible self-documenting text editor\0" VALUE "ProductVersion", "23, 0, 60, 0\0"
--- a/nt/emacsclient.rc Thu Jan 08 03:20:38 2009 +0000 +++ b/nt/emacsclient.rc Thu Jan 08 03:28:18 2009 +0000 @@ -25,7 +25,7 @@ VALUE "FileDescription", "GNU EmacsClient for Windows NT/95/98/2000/ME/XP\0" VALUE "FileVersion", "23, 0, 60, 0\0" VALUE "InternalName", "EmacsClient\0" - VALUE "LegalCopyright", "Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008\0" + VALUE "LegalCopyright", "Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009\0" VALUE "OriginalFilename", "emacsclientw.exe" VALUE "ProductName", "EmacsClient: Client for the extensible self-documenting text editor\0" VALUE "ProductVersion", "23, 0, 60, 0\0"
--- a/nt/envadd.bat Thu Jan 08 03:20:38 2009 +0000 +++ b/nt/envadd.bat Thu Jan 08 03:28:18 2009 +0000 @@ -1,7 +1,7 @@ rem Hack to change/add environment variables in the makefiles for the rem Windows platform. -rem Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008 +rem Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009 rem Free Software Foundation, Inc. rem This file is part of GNU Emacs.
--- a/nt/gmake.defs Thu Jan 08 03:20:38 2009 +0000 +++ b/nt/gmake.defs Thu Jan 08 03:28:18 2009 +0000 @@ -1,6 +1,6 @@ # -*- Makefile -*- definition file for building GNU Emacs on Windows NT. # Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, -# 2008 Free Software Foundation, Inc. +# 2008, 2009 Free Software Foundation, Inc. # This file is part of GNU Emacs.
--- a/nt/icons/README Thu Jan 08 03:20:38 2009 +0000 +++ b/nt/icons/README Thu Jan 08 03:28:18 2009 +0000 @@ -2,13 +2,13 @@ File: emacs.ico Author: Kentaro Ohkouchi <nanasess@fsm.ne.jp> -Copyright (C) 2008 Free Software Foundation, Inc. +Copyright (C) 2008, 2009 Free Software Foundation, Inc. License: GNU General Public License version 3 or later File: emacs22.ico Author: Andrew Zhilin -Copyright (C) 2005, 2006, 2007, 2008 Free Software Foundation, Inc. +Copyright (C) 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. License: GNU General Public License version 3 or later (see COPYING) @@ -17,7 +17,7 @@ gnu5w32.ico gnu5w32t.ico gnu6w48.ico gnu6w48t.ico gnu7.ico gnu8.ico gnu9.ico Author: Rob Davenport <rgd at bigfoot.com> -Copyright (C) 1999, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 +Copyright (C) 1999, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. License: GNU General Public License version 3 or later (see COPYING)
--- a/nt/inc/grp.h Thu Jan 08 03:20:38 2009 +0000 +++ b/nt/inc/grp.h Thu Jan 08 03:28:18 2009 +0000 @@ -1,5 +1,5 @@ /* Replacement grp.h file for building GNU Emacs on Windows. - Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008 + Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/nt/inc/langinfo.h Thu Jan 08 03:20:38 2009 +0000 +++ b/nt/inc/langinfo.h Thu Jan 08 03:28:18 2009 +0000 @@ -1,5 +1,5 @@ /* Replacement langinfo.h file for building GNU Emacs on Windows. - Copyright (C) 2006, 2007, 2008 Free Software Foundation, Inc. + Copyright (C) 2006, 2007, 2008, 2009 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/nt/inc/nl_types.h Thu Jan 08 03:20:38 2009 +0000 +++ b/nt/inc/nl_types.h Thu Jan 08 03:28:18 2009 +0000 @@ -1,5 +1,5 @@ /* Replacement nl_types.h file for building GNU Emacs on Windows. - Copyright (C) 2006, 2007, 2008 Free Software Foundation, Inc. + Copyright (C) 2006, 2007, 2008, 2009 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/nt/inc/sys/socket.h Thu Jan 08 03:20:38 2009 +0000 +++ b/nt/inc/sys/socket.h Thu Jan 08 03:28:18 2009 +0000 @@ -1,5 +1,5 @@ /* Copyright (C) 1995, 2001, 2002, 2003, 2004, 2005, 2006, 2007, - 2008 Free Software Foundation, Inc. + 2008, 2009 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/nt/inc/sys/stat.h Thu Jan 08 03:20:38 2009 +0000 +++ b/nt/inc/sys/stat.h Thu Jan 08 03:28:18 2009 +0000 @@ -1,7 +1,7 @@ /* sys/stat.h supplied with MSVCRT uses too narrow data types for inode and user/group id, so we replace them with our own. - Copyright (C) 2008 Free Software Foundation, Inc. + Copyright (C) 2008, 2009 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/nt/makefile.w32-in Thu Jan 08 03:20:38 2009 +0000 +++ b/nt/makefile.w32-in Thu Jan 08 03:28:18 2009 +0000 @@ -1,6 +1,6 @@ # -*- Makefile -*- for GNU Emacs on the Microsoft W32 API. # Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, -# 2008 Free Software Foundation, Inc. +# 2008, 2009 Free Software Foundation, Inc. # # Top level makefile for building GNU Emacs on Windows NT #
--- a/nt/multi-install-info.bat Thu Jan 08 03:20:38 2009 +0000 +++ b/nt/multi-install-info.bat Thu Jan 08 03:28:18 2009 +0000 @@ -3,7 +3,7 @@ rem Hack to run install-info with multiple info files on the command rem line on the Windows platform. -rem Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008 +rem Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009 rem Free Software Foundation, Inc. rem This file is part of GNU Emacs.
--- a/nt/nmake.defs Thu Jan 08 03:20:38 2009 +0000 +++ b/nt/nmake.defs Thu Jan 08 03:28:18 2009 +0000 @@ -1,6 +1,6 @@ # -*- Makefile -*- definition file for building GNU Emacs on Windows NT. # Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, -# 2008 Free Software Foundation, Inc. +# 2008, 2009 Free Software Foundation, Inc. # This file is part of GNU Emacs.
--- a/nt/paths.h Thu Jan 08 03:20:38 2009 +0000 +++ b/nt/paths.h Thu Jan 08 03:28:18 2009 +0000 @@ -1,5 +1,5 @@ /* Copyright (C) 1993, 1995, 1997, 1999, 2001, 2002, 2003, 2004, - 2005, 2006, 2007, 2008 Free Software Foundation, Inc. + 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/nt/preprep.c Thu Jan 08 03:20:38 2009 +0000 +++ b/nt/preprep.c Thu Jan 08 03:28:18 2009 +0000 @@ -1,6 +1,6 @@ /* Pro-process emacs.exe for profiling by MSVC. Copyright (C) 1999, 2001, 2002, 2003, 2004, 2005, 2006, 2007, - 2008 Free Software Foundation, Inc. + 2008, 2009 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/nt/runemacs.c Thu Jan 08 03:20:38 2009 +0000 +++ b/nt/runemacs.c Thu Jan 08 03:28:18 2009 +0000 @@ -1,4 +1,4 @@ -/* Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 +/* Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. This file is part of GNU Emacs.