aboutsummaryrefslogtreecommitdiffstats
path: root/nt
diff options
context:
space:
mode:
authorPaul Eggert2015-01-01 14:27:34 -0800
committerPaul Eggert2015-01-01 14:27:34 -0800
commit52a4e87c630ea397408efe4f8486be55e1199905 (patch)
tree0b42ee5a37ae668b3c57bd3ec66b295e3980b601 /nt
parent7e09ef09a479731d01b1ca46e94ddadd73ac98e3 (diff)
downloademacs-52a4e87c630ea397408efe4f8486be55e1199905.tar.gz
emacs-52a4e87c630ea397408efe4f8486be55e1199905.zip
Fix copyright years by hand
These are dates that admin/update-copyright did not update, or updated incorrectly. Also, back out the copyright-date change to doc/misc/texinfo.tex, as upstream hasn't updated that date yet.
Diffstat (limited to 'nt')
-rw-r--r--nt/config.nt2
-rwxr-xr-xnt/configure.bat2
-rw-r--r--nt/emacs.rc.in2
-rw-r--r--nt/emacsclient.rc.in2
-rw-r--r--nt/icons/README4
5 files changed, 6 insertions, 6 deletions
diff --git a/nt/config.nt b/nt/config.nt
index d10611a6e28..aa4a8bc8cf0 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/>. */
72#define CLASH_DETECTION 1 72#define CLASH_DETECTION 1
73 73
74/* Short copyright string for this version of Emacs. */ 74/* Short copyright string for this version of Emacs. */
75#define COPYRIGHT "Copyright (C) 2014 Free Software Foundation, Inc." 75#define COPYRIGHT "Copyright (C) 2015 Free Software Foundation, Inc."
76 76
77/* Define to one of '_getb67', 'GETB67', 'getb67' for Cray-2 and Cray-YMP 77/* Define to one of '_getb67', 'GETB67', 'getb67' for Cray-2 and Cray-YMP
78 systems. This function is required for 'alloca.c' support on those systems. 78 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 @@
1@echo off 1@echo off
2rem ---------------------------------------------------------------------- 2rem ----------------------------------------------------------------------
3rem Configuration script for MS Windows operating systems 3rem Configuration script for MS Windows operating systems
4rem Copyright (C) 1999-2014 Free Software Foundation, Inc. 4rem Copyright (C) 1999-2015 Free Software Foundation, Inc.
5 5
6rem This file is part of GNU Emacs. 6rem This file is part of GNU Emacs.
7 7
diff --git a/nt/emacs.rc.in b/nt/emacs.rc.in
index d2d17b8eb1b..da858854999 100644
--- a/nt/emacs.rc.in
+++ b/nt/emacs.rc.in
@@ -31,7 +31,7 @@ BEGIN
31 VALUE "FileDescription", "GNU Emacs: The extensible self-documenting text editor\0" 31 VALUE "FileDescription", "GNU Emacs: The extensible self-documenting text editor\0"
32 VALUE "FileVersion", "@comma_space_version@\0" 32 VALUE "FileVersion", "@comma_space_version@\0"
33 VALUE "InternalName", "Emacs\0" 33 VALUE "InternalName", "Emacs\0"
34 VALUE "LegalCopyright", "Copyright (C) 2001-2014\0" 34 VALUE "LegalCopyright", "Copyright (C) 2001-2015\0"
35 VALUE "OriginalFilename", "emacs.exe" 35 VALUE "OriginalFilename", "emacs.exe"
36 VALUE "ProductName", "Emacs\0" 36 VALUE "ProductName", "Emacs\0"
37 VALUE "ProductVersion", "@comma_space_version@\0" 37 VALUE "ProductVersion", "@comma_space_version@\0"
diff --git a/nt/emacsclient.rc.in b/nt/emacsclient.rc.in
index 5c3b65d752f..c78aa0ae670 100644
--- a/nt/emacsclient.rc.in
+++ b/nt/emacsclient.rc.in
@@ -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", "@comma_space_version@\0" 26 VALUE "FileVersion", "@comma_space_version@\0"
27 VALUE "InternalName", "EmacsClient\0" 27 VALUE "InternalName", "EmacsClient\0"
28 VALUE "LegalCopyright", "Copyright (C) 2001-2014\0" 28 VALUE "LegalCopyright", "Copyright (C) 2001-2015\0"
29 VALUE "OriginalFilename", "emacsclientw.exe" 29 VALUE "OriginalFilename", "emacsclientw.exe"
30 VALUE "ProductName", "EmacsClient\0" 30 VALUE "ProductName", "EmacsClient\0"
31 VALUE "ProductVersion", "@comma_space_version@\0" 31 VALUE "ProductVersion", "@comma_space_version@\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
8 8
9File: emacs22.ico 9File: emacs22.ico
10Author: Andrew Zhilin 10Author: Andrew Zhilin
11Copyright (C) 2005-2014 Free Software Foundation, Inc. 11Copyright (C) 2005-2015 Free Software Foundation, Inc.
12License: GNU General Public License version 3 or later (see COPYING) 12License: GNU General Public License version 3 or later (see COPYING)
13 13
14 14
@@ -17,7 +17,7 @@ Files: gnu2a32.ico gnu2a32t.ico gnu2b48.ico gnu2b48t.ico
17 gnu5w32.ico gnu5w32t.ico gnu6w48.ico gnu6w48t.ico 17 gnu5w32.ico gnu5w32t.ico gnu6w48.ico gnu6w48t.ico
18 gnu7.ico gnu8.ico gnu9.ico 18 gnu7.ico gnu8.ico gnu9.ico
19Author: Rob Davenport <rgd at bigfoot.com> 19Author: Rob Davenport <rgd at bigfoot.com>
20Copyright (C) 1999, 2001-2014 Free Software Foundation, Inc. 20Copyright (C) 1999, 2001-2015 Free Software Foundation, Inc.
21License: GNU General Public License version 3 or later (see COPYING) 21License: GNU General Public License version 3 or later (see COPYING)
22 22
23 <http://users.adelphia.net/~rob.davenport/gnuicons.html> 23 <http://users.adelphia.net/~rob.davenport/gnuicons.html>