diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2015-01-01 09:18:59 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2015-01-01 09:18:59 -0800 |
commit | a012c7bbca887c3da837ce3d7ec01be697cffe64 (patch) | |
tree | c2d6b2bca2b855b5a0a41f942d93ca46b0763a94 /nt | |
parent | 732fd4c7e11debd61c97eaaba3038d61e6ec7024 (diff) | |
download | emacs-a012c7bbca887c3da837ce3d7ec01be697cffe64.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 | 2 | ||||
-rw-r--r-- | nt/emacs.rc | 2 | ||||
-rw-r--r-- | nt/emacsclient.rc | 2 | ||||
-rw-r--r-- | nt/icons/README | 4 |
5 files changed, 6 insertions, 6 deletions
diff --git a/nt/config.nt b/nt/config.nt index ed39dc3e439..c3e46513cc6 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) 2014 Free Software Foundation, Inc." +#define COPYRIGHT "Copyright (C) 2015 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 5460f4c92dd..f6ac8fccc77 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-2014 Free Software Foundation, Inc.
+rem Copyright (C) 1999-2015 Free Software Foundation, Inc.
rem This file is part of GNU Emacs.
diff --git a/nt/emacs.rc b/nt/emacs.rc index 2d007ba9043..b45ef6b7479 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, 4, 50, 0\0" VALUE "InternalName", "Emacs\0" - VALUE "LegalCopyright", "Copyright (C) 2001-2014\0" + VALUE "LegalCopyright", "Copyright (C) 2001-2015\0" VALUE "OriginalFilename", "emacs.exe" VALUE "ProductName", "Emacs\0" VALUE "ProductVersion", "24, 4, 50, 0\0" diff --git a/nt/emacsclient.rc b/nt/emacsclient.rc index 7e5d2e4c0f1..ba2f490bcb4 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, 4, 50, 0\0" VALUE "InternalName", "EmacsClient\0" - VALUE "LegalCopyright", "Copyright (C) 2001-2014\0" + VALUE "LegalCopyright", "Copyright (C) 2001-2015\0" VALUE "OriginalFilename", "emacsclientw.exe" VALUE "ProductName", "EmacsClient\0" VALUE "ProductVersion", "24, 4, 50, 0\0" diff --git a/nt/icons/README b/nt/icons/README index 4d3c2061b1f..82c4db2ae90 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-2014 Free Software Foundation, Inc. +Copyright (C) 2005-2015 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-2014 Free Software Foundation, Inc. +Copyright (C) 1999, 2001-2015 Free Software Foundation, Inc. License: GNU General Public License version 3 or later (see COPYING) <http://users.adelphia.net/~rob.davenport/gnuicons.html> |