diff options
Diffstat (limited to 'nt')
| -rw-r--r-- | nt/ChangeLog | 2 | ||||
| -rw-r--r-- | nt/INSTALL | 2 | ||||
| -rw-r--r-- | nt/README | 2 | ||||
| -rw-r--r-- | nt/README.W32 | 2 | ||||
| -rw-r--r-- | nt/addpm.c | 2 | ||||
| -rw-r--r-- | nt/addsection.c | 2 | ||||
| -rw-r--r-- | nt/cmdproxy.c | 2 | ||||
| -rw-r--r-- | nt/config.nt | 2 | ||||
| -rwxr-xr-x | nt/configure.bat | 2 | ||||
| -rw-r--r-- | nt/ddeclient.c | 2 | ||||
| -rw-r--r-- | nt/emacs.rc | 2 | ||||
| -rw-r--r-- | nt/emacsclient.rc | 2 | ||||
| -rw-r--r-- | nt/envadd.bat | 3 | ||||
| -rw-r--r-- | nt/gmake.defs | 2 | ||||
| -rw-r--r-- | nt/icons/README | 6 | ||||
| -rw-r--r-- | nt/inc/grp.h | 2 | ||||
| -rw-r--r-- | nt/inc/inttypes.h | 2 | ||||
| -rw-r--r-- | nt/inc/langinfo.h | 2 | ||||
| -rw-r--r-- | nt/inc/nl_types.h | 2 | ||||
| -rw-r--r-- | nt/inc/stdint.h | 2 | ||||
| -rw-r--r-- | nt/inc/sys/socket.h | 2 | ||||
| -rw-r--r-- | nt/inc/sys/stat.h | 2 | ||||
| -rw-r--r-- | nt/makefile.w32-in | 2 | ||||
| -rw-r--r-- | nt/multi-install-info.bat | 3 | ||||
| -rw-r--r-- | nt/nmake.defs | 2 | ||||
| -rw-r--r-- | nt/paths.h | 2 | ||||
| -rw-r--r-- | nt/preprep.c | 2 | ||||
| -rw-r--r-- | nt/runemacs.c | 2 | ||||
| -rw-r--r-- | nt/zipdist.bat | 2 | 
29 files changed, 31 insertions, 33 deletions
| diff --git a/nt/ChangeLog b/nt/ChangeLog index 859123c1a86..0211f9d792d 100644 --- a/nt/ChangeLog +++ b/nt/ChangeLog @@ -2218,7 +2218,7 @@  ;; add-log-time-zone-rule: t  ;; End: -  Copyright (C) 1995-1999, 2001-2011  Free Software Foundation, Inc. +  Copyright (C) 1995-1999, 2001-2012  Free Software Foundation, Inc.    This file is part of GNU Emacs. diff --git a/nt/INSTALL b/nt/INSTALL index 9947cd86a34..466860eebf7 100644 --- a/nt/INSTALL +++ b/nt/INSTALL @@ -1,7 +1,7 @@  		    Building and Installing Emacs on Windows                            (from 95 to 7 and beyond) -  Copyright (C) 2001-2011  Free Software Foundation, Inc. +  Copyright (C) 2001-2012  Free Software Foundation, Inc.    See the end of the file for license conditions.  * For the impatient diff --git a/nt/README b/nt/README index 75a3c1cb111..483398698e4 100644 --- a/nt/README +++ b/nt/README @@ -1,6 +1,6 @@  	     Emacs for Windows NT/2000 and Windows 95/98/ME -  Copyright (C) 2001-2011  Free Software Foundation, Inc. +  Copyright (C) 2001-2012  Free Software Foundation, Inc.    See the end of the file for license conditions.    This directory contains support for compiling and running GNU Emacs on diff --git a/nt/README.W32 b/nt/README.W32 index 52582dc7ccf..24659f7667e 100644 --- a/nt/README.W32 +++ b/nt/README.W32 @@ -1,4 +1,4 @@ -Copyright (C) 2001-2011  Free Software Foundation, Inc. +Copyright (C) 2001-2012  Free Software Foundation, Inc.  See the end of the file for license conditions.  			   Emacs for Windows diff --git a/nt/addpm.c b/nt/addpm.c index c45b4aef68d..361726b10e8 100644 --- a/nt/addpm.c +++ b/nt/addpm.c @@ -1,5 +1,5 @@  /* Add entries to the GNU Emacs Program Manager folder. -   Copyright (C) 1995, 2001-2011  Free Software Foundation, Inc. +   Copyright (C) 1995, 2001-2012  Free Software Foundation, Inc.  This file is part of GNU Emacs. diff --git a/nt/addsection.c b/nt/addsection.c index f189df0d6e3..ac3dd913f17 100644 --- a/nt/addsection.c +++ b/nt/addsection.c @@ -1,5 +1,5 @@  /* Add an uninitialized data section to an executable. -   Copyright (C) 1999, 2001-2011  Free Software Foundation, Inc. +   Copyright (C) 1999, 2001-2012  Free Software Foundation, Inc.  This file is part of GNU Emacs. diff --git a/nt/cmdproxy.c b/nt/cmdproxy.c index 8c39694decc..980dc5bacd8 100644 --- a/nt/cmdproxy.c +++ b/nt/cmdproxy.c @@ -1,5 +1,5 @@  /* Proxy shell designed for use with Emacs on Windows 95 and NT. -   Copyright (C) 1997, 2001-2011  Free Software Foundation, Inc. +   Copyright (C) 1997, 2001-2012  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 diff --git a/nt/config.nt b/nt/config.nt index c77faccb3b4..48db9665f8a 100644 --- a/nt/config.nt +++ b/nt/config.nt @@ -1,6 +1,6 @@  /* GNU Emacs site configuration template file.  -*- C -*- -Copyright (C) 1988, 1993-1994, 2001-2011  Free Software Foundation, Inc. +Copyright (C) 1988, 1993-1994, 2001-2012  Free Software Foundation, Inc.  This file is part of GNU Emacs. diff --git a/nt/configure.bat b/nt/configure.bat index c503900274e..e0362c5c278 100755 --- a/nt/configure.bat +++ b/nt/configure.bat @@ -1,7 +1,7 @@  @echo off
  rem   ----------------------------------------------------------------------
  rem   Configuration script for MS Windows operating systems
 -rem   Copyright (C) 1999-2011  Free Software Foundation, Inc.
 +rem   Copyright (C) 1999-2012  Free Software Foundation, Inc.
  rem   This file is part of GNU Emacs.
 diff --git a/nt/ddeclient.c b/nt/ddeclient.c index fbb7d36e64a..7648667b4a0 100644 --- a/nt/ddeclient.c +++ b/nt/ddeclient.c @@ -1,5 +1,5 @@  /* Simple client interface to DDE servers. -   Copyright (C) 1998, 2001-2011  Free Software Foundation, Inc. +   Copyright (C) 1998, 2001-2012  Free Software Foundation, Inc.  This file is part of GNU Emacs. diff --git a/nt/emacs.rc b/nt/emacs.rc index 479a228bb69..2a4b256b9d3 100644 --- a/nt/emacs.rc +++ b/nt/emacs.rc @@ -27,7 +27,7 @@ BEGIN  	    VALUE "FileDescription", "GNU Emacs: The extensible self-documenting text editor\0"  	    VALUE "FileVersion", "24, 0, 92, 0\0"  	    VALUE "InternalName", "Emacs\0" -	    VALUE "LegalCopyright", "Copyright (C) 2001-2011\0" +	    VALUE "LegalCopyright", "Copyright (C) 2001-2012\0"  	    VALUE "OriginalFilename", "emacs.exe"  	    VALUE "ProductName", "Emacs\0"  	    VALUE "ProductVersion", "24, 0, 92, 0\0" diff --git a/nt/emacsclient.rc b/nt/emacsclient.rc index b653e1fb952..75eb1584c20 100644 --- a/nt/emacsclient.rc +++ b/nt/emacsclient.rc @@ -25,7 +25,7 @@ BEGIN  	    VALUE "FileDescription", "GNU EmacsClient: Client for the extensible self-documenting text editor\0"  	    VALUE "FileVersion", "24, 0, 92, 0\0"  	    VALUE "InternalName", "EmacsClient\0" -	    VALUE "LegalCopyright", "Copyright (C) 2001-2011\0" +	    VALUE "LegalCopyright", "Copyright (C) 2001-2012\0"  	    VALUE "OriginalFilename", "emacsclientw.exe"  	    VALUE "ProductName", "EmacsClient\0"  	    VALUE "ProductVersion", "24, 0, 92, 0\0" diff --git a/nt/envadd.bat b/nt/envadd.bat index b60a85a7b61..cca44d9ea97 100644 --- a/nt/envadd.bat +++ b/nt/envadd.bat @@ -1,8 +1,7 @@  rem  Hack to change/add environment variables in the makefiles for the
  rem  Windows platform.
 -rem Copyright (C) 2003-2011
 -rem    Free Software Foundation, Inc.
 +rem Copyright (C) 2003-2012  Free Software Foundation, Inc.
  rem  This file is part of GNU Emacs.
 diff --git a/nt/gmake.defs b/nt/gmake.defs index a1ff7af853e..e58ee4f3213 100644 --- a/nt/gmake.defs +++ b/nt/gmake.defs @@ -1,5 +1,5 @@  #  -*- Makefile -*- definition file for building GNU Emacs on Windows NT. -# Copyright (C) 2000-2011 Free Software Foundation, Inc. +# Copyright (C) 2000-2012 Free Software Foundation, Inc.  # This file is part of GNU Emacs. diff --git a/nt/icons/README b/nt/icons/README index 5778e4bda12..a3acb66178c 100644 --- a/nt/icons/README +++ b/nt/icons/README @@ -2,13 +2,13 @@ COPYRIGHT AND LICENSE INFORMATION FOR IMAGE FILES  File: emacs.ico  Author: Kentaro Ohkouchi <nanasess@fsm.ne.jp> -Copyright (C) 2008-2011  Free Software Foundation, Inc. +Copyright (C) 2008-2012  Free Software Foundation, Inc.  License: GNU General Public License version 3 or later  File: emacs22.ico  Author: Andrew Zhilin -Copyright (C) 2005-2011  Free Software Foundation, Inc. +Copyright (C) 2005-2012  Free Software Foundation, Inc.  License: GNU General Public License version 3 or later (see COPYING) @@ -17,7 +17,7 @@ Files: gnu2a32.ico gnu2a32t.ico gnu2b48.ico gnu2b48t.ico         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-2011  Free Software Foundation, Inc. +Copyright (C) 1999, 2001-2012  Free Software Foundation, Inc.  License: GNU General Public License version 3 or later (see COPYING)    <http://users.adelphia.net/~rob.davenport/gnuicons.html> diff --git a/nt/inc/grp.h b/nt/inc/grp.h index 1c439e2fb85..8c3131ac893 100644 --- a/nt/inc/grp.h +++ b/nt/inc/grp.h @@ -1,6 +1,6 @@  /* Replacement grp.h file for building GNU Emacs on Windows. -Copyright (C) 2003-2011  Free Software Foundation, Inc. +Copyright (C) 2003-2012  Free Software Foundation, Inc.  This file is part of GNU Emacs. diff --git a/nt/inc/inttypes.h b/nt/inc/inttypes.h index ba26cc1115d..688b9bc9223 100644 --- a/nt/inc/inttypes.h +++ b/nt/inc/inttypes.h @@ -1,6 +1,6 @@  /* Replacement inntypes.h file for building GNU Emacs on Windows with MSVC. -Copyright (C) 2011  Free Software Foundation, Inc. +Copyright (C) 2011-2012  Free Software Foundation, Inc.  This file is part of GNU Emacs. diff --git a/nt/inc/langinfo.h b/nt/inc/langinfo.h index 27aa5fa306c..7ab36f0a998 100644 --- a/nt/inc/langinfo.h +++ b/nt/inc/langinfo.h @@ -1,6 +1,6 @@  /* Replacement langinfo.h file for building GNU Emacs on Windows. -Copyright (C) 2006-2011  Free Software Foundation, Inc. +Copyright (C) 2006-2012  Free Software Foundation, Inc.  This file is part of GNU Emacs. diff --git a/nt/inc/nl_types.h b/nt/inc/nl_types.h index b95018609cc..3d3a162bada 100644 --- a/nt/inc/nl_types.h +++ b/nt/inc/nl_types.h @@ -1,6 +1,6 @@  /* Replacement nl_types.h file for building GNU Emacs on Windows. -Copyright (C) 2006-2011 Free Software Foundation, Inc. +Copyright (C) 2006-2012 Free Software Foundation, Inc.  This file is part of GNU Emacs. diff --git a/nt/inc/stdint.h b/nt/inc/stdint.h index 4eda1c5a688..5c53fa18b55 100644 --- a/nt/inc/stdint.h +++ b/nt/inc/stdint.h @@ -1,6 +1,6 @@  /* Replacement stdint.h file for building GNU Emacs on Windows. -Copyright (C) 2011  Free Software Foundation, Inc. +Copyright (C) 2011-2012  Free Software Foundation, Inc.  This file is part of GNU Emacs. diff --git a/nt/inc/sys/socket.h b/nt/inc/sys/socket.h index ca70f8b41f1..77610404ffb 100644 --- a/nt/inc/sys/socket.h +++ b/nt/inc/sys/socket.h @@ -1,4 +1,4 @@ -/* Copyright (C) 1995, 2001-2011  Free Software Foundation, Inc. +/* Copyright (C) 1995, 2001-2012  Free Software Foundation, Inc.  This file is part of GNU Emacs. diff --git a/nt/inc/sys/stat.h b/nt/inc/sys/stat.h index 7f0bbeccb17..d09925db5ec 100644 --- a/nt/inc/sys/stat.h +++ b/nt/inc/sys/stat.h @@ -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-2011  Free Software Foundation, Inc. +Copyright (C) 2008-2012  Free Software Foundation, Inc.  This file is part of GNU Emacs. diff --git a/nt/makefile.w32-in b/nt/makefile.w32-in index a474e34eaa5..56ecae32e82 100644 --- a/nt/makefile.w32-in +++ b/nt/makefile.w32-in @@ -1,5 +1,5 @@  # -*- Makefile -*- for GNU Emacs on the Microsoft W32 API.
 -# Copyright (C) 2000-2011 Free Software Foundation, Inc.
 +# Copyright (C) 2000-2012 Free Software Foundation, Inc.
  #
  # Top level makefile for building GNU Emacs on Windows NT
  #
 diff --git a/nt/multi-install-info.bat b/nt/multi-install-info.bat index e1eef98ba1c..0fff904c60e 100644 --- a/nt/multi-install-info.bat +++ b/nt/multi-install-info.bat @@ -3,8 +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-2011
 -rem    Free Software Foundation, Inc.
 +rem Copyright (C) 2003-2012  Free Software Foundation, Inc.
  rem  This file is part of GNU Emacs.
 diff --git a/nt/nmake.defs b/nt/nmake.defs index 4a7d93d40dd..a143fe65fac 100644 --- a/nt/nmake.defs +++ b/nt/nmake.defs @@ -1,5 +1,5 @@  #  -*- Makefile -*- definition file for building GNU Emacs on Windows NT.
 -# Copyright (C) 2000-2011 Free Software Foundation, Inc.
 +# Copyright (C) 2000-2012 Free Software Foundation, Inc.
  # This file is part of GNU Emacs.
 diff --git a/nt/paths.h b/nt/paths.h index 21c039c8d0d..5b8bcb4e264 100644 --- a/nt/paths.h +++ b/nt/paths.h @@ -1,6 +1,6 @@  /* paths.h file for MS Windows -Copyright (C) 1993, 1995, 1997, 1999, 2001-2011 +Copyright (C) 1993, 1995, 1997, 1999, 2001-2012    Free Software Foundation, Inc.  This file is part of GNU Emacs. diff --git a/nt/preprep.c b/nt/preprep.c index 7541536714c..6fe7d325296 100644 --- a/nt/preprep.c +++ b/nt/preprep.c @@ -1,5 +1,5 @@  /* Pre-process emacs.exe for profiling by MSVC. -   Copyright (C) 1999, 2001-2011  Free Software Foundation, Inc. +   Copyright (C) 1999, 2001-2012  Free Software Foundation, Inc.  This file is part of GNU Emacs. diff --git a/nt/runemacs.c b/nt/runemacs.c index 2d2474c3592..dbb18bcd82c 100644 --- a/nt/runemacs.c +++ b/nt/runemacs.c @@ -1,6 +1,6 @@  /* runemacs --- Simple program to start Emacs with its console window hidden. -Copyright (C) 2001-2011  Free Software Foundation, Inc. +Copyright (C) 2001-2012  Free Software Foundation, Inc.  This file is part of GNU Emacs. diff --git a/nt/zipdist.bat b/nt/zipdist.bat index b87353347ba..806415054fd 100644 --- a/nt/zipdist.bat +++ b/nt/zipdist.bat @@ -1,5 +1,5 @@  @echo off
 -rem Copyright (C) 2001-2011  Free Software Foundation, Inc.
 +rem Copyright (C) 2001-2012  Free Software Foundation, Inc.
  rem Author: Christoph Scholtes cschol2112 at gmail.com
 | 
