diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2014-01-01 00:31:29 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2014-01-01 00:31:29 -0800 |
commit | 6bc383b1a4ebf46451085a1629a0e9433f2051cf (patch) | |
tree | ea86fb1ad8e13974b45c1eed70df7856990122c2 /nt | |
parent | ba3189039adc8ec5eba5ed3e21d42019a4616b7c (diff) | |
download | emacs-6bc383b1a4ebf46451085a1629a0e9433f2051cf.tar.gz |
Fix copyright years by hand.
These are dates that admin/update-copyright did not update,
or updated incorrectly.
Diffstat (limited to 'nt')
-rw-r--r-- | nt/config.nt | 2 | ||||
-rwxr-xr-x | nt/configure.bat | 3 | ||||
-rw-r--r-- | nt/emacs.rc | 3 | ||||
-rw-r--r-- | nt/emacsclient.rc | 3 | ||||
-rw-r--r-- | nt/icons/README | 4 |
5 files changed, 6 insertions, 9 deletions
diff --git a/nt/config.nt b/nt/config.nt index 31caec18c71..e1165a8277b 100644 --- a/nt/config.nt +++ b/nt/config.nt @@ -72,7 +72,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ #define CLASH_DETECTION 1 /* Short copyright string for this version of Emacs. */ -#define COPYRIGHT "Copyright (C) 2013 Free Software Foundation, Inc." +#define COPYRIGHT "Copyright (C) 2014 Free Software Foundation, Inc." /* Define to one of '_getb67', 'GETB67', 'getb67' for Cray-2 and Cray-YMP systems. This function is required for 'alloca.c' support on those systems. diff --git a/nt/configure.bat b/nt/configure.bat index f98396bb81e..5460f4c92dd 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-2013 Free Software Foundation, Inc.
+rem Copyright (C) 1999-2014 Free Software Foundation, Inc.
rem This file is part of GNU Emacs.
@@ -972,4 +972,3 @@ set HAVE_XPM= set dbginfo=
endlocal
set use_extensions=
-
diff --git a/nt/emacs.rc b/nt/emacs.rc index 81d283f70af..92c303ad4ef 100644 --- a/nt/emacs.rc +++ b/nt/emacs.rc @@ -31,7 +31,7 @@ BEGIN VALUE "FileDescription", "GNU Emacs: The extensible self-documenting text editor\0" VALUE "FileVersion", "24, 3, 50, 0\0" VALUE "InternalName", "Emacs\0" - VALUE "LegalCopyright", "Copyright (C) 2001-2013\0" + VALUE "LegalCopyright", "Copyright (C) 2001-2014\0" VALUE "OriginalFilename", "emacs.exe" VALUE "ProductName", "Emacs\0" VALUE "ProductVersion", "24, 3, 50, 0\0" @@ -43,4 +43,3 @@ BEGIN VALUE "Translation", 0x409, 1200 END END - diff --git a/nt/emacsclient.rc b/nt/emacsclient.rc index d303e3451d0..c8e583fed0c 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, 3, 50, 0\0" VALUE "InternalName", "EmacsClient\0" - VALUE "LegalCopyright", "Copyright (C) 2001-2013\0" + VALUE "LegalCopyright", "Copyright (C) 2001-2014\0" VALUE "OriginalFilename", "emacsclientw.exe" VALUE "ProductName", "EmacsClient\0" VALUE "ProductVersion", "24, 3, 50, 0\0" @@ -37,4 +37,3 @@ BEGIN VALUE "Translation", 0x409, 1200 END END - diff --git a/nt/icons/README b/nt/icons/README index 3a6dfb53399..9518800cba7 100644 --- a/nt/icons/README +++ b/nt/icons/README @@ -8,7 +8,7 @@ License: GNU General Public License version 3 or later File: emacs22.ico Author: Andrew Zhilin -Copyright (C) 2005-2013 Free Software Foundation, Inc. +Copyright (C) 2005-2014 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-2013 Free Software Foundation, Inc. +Copyright (C) 1999, 2001-2014 Free Software Foundation, Inc. License: GNU General Public License version 3 or later (see COPYING) <http://users.adelphia.net/~rob.davenport/gnuicons.html> |