diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2019-01-01 01:02:40 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2019-01-01 01:02:40 +0000 |
commit | 2fcf2dff00a55ece17f4342a934cb1d69ae1a743 (patch) | |
tree | ac508cb36e2e0b480c2b921146fff5cc701bf77f /nt | |
parent | 26bed8ba10eeaf0a340a8d0d760c5578dddec867 (diff) | |
download | emacs-2fcf2dff00a55ece17f4342a934cb1d69ae1a743.tar.gz |
Fix copyright years by hand
These are dates that admin/update-copyright did not update, or
updated incorrectly.
Diffstat (limited to 'nt')
-rwxr-xr-x | nt/configure.bat | 2 | ||||
-rw-r--r-- | nt/emacs.rc.in | 2 | ||||
-rw-r--r-- | nt/emacsclient.rc.in | 2 | ||||
-rw-r--r-- | nt/icons/README | 4 |
4 files changed, 5 insertions, 5 deletions
diff --git a/nt/configure.bat b/nt/configure.bat index 708ff430822..09a35945b95 100755 --- a/nt/configure.bat +++ b/nt/configure.bat @@ -1,7 +1,7 @@ @echo off
rem ----------------------------------------------------------------------
rem This was the old configuration script for MS Windows operating systems
-rem Copyright (C) 1999-2018 Free Software Foundation, Inc.
+rem Copyright (C) 1999-2019 Free Software Foundation, Inc.
rem This file is part of GNU Emacs.
diff --git a/nt/emacs.rc.in b/nt/emacs.rc.in index 1cf40ba676d..71346dba6d0 100644 --- a/nt/emacs.rc.in +++ b/nt/emacs.rc.in @@ -31,7 +31,7 @@ BEGIN VALUE "FileDescription", "GNU Emacs: The extensible self-documenting text editor\0" VALUE "FileVersion", "@comma_space_version@\0" VALUE "InternalName", "Emacs\0" - VALUE "LegalCopyright", "Copyright (C) 2001-2018\0" + VALUE "LegalCopyright", "Copyright (C) 2001-2019\0" VALUE "OriginalFilename", "emacs.exe" VALUE "ProductName", "Emacs\0" VALUE "ProductVersion", "@comma_space_version@\0" diff --git a/nt/emacsclient.rc.in b/nt/emacsclient.rc.in index 770f665429e..fac7f6679c6 100644 --- a/nt/emacsclient.rc.in +++ b/nt/emacsclient.rc.in @@ -25,7 +25,7 @@ BEGIN VALUE "FileDescription", "GNU EmacsClient: Client for the extensible self-documenting text editor\0" VALUE "FileVersion", "@comma_space_version@\0" VALUE "InternalName", "EmacsClient\0" - VALUE "LegalCopyright", "Copyright (C) 2001-2018\0" + VALUE "LegalCopyright", "Copyright (C) 2001-2019\0" VALUE "OriginalFilename", "emacsclientw.exe" VALUE "ProductName", "EmacsClient\0" VALUE "ProductVersion", "@comma_space_version@\0" diff --git a/nt/icons/README b/nt/icons/README index deed38e51bc..86765f96729 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-2018 Free Software Foundation, Inc. +Copyright (C) 2005-2019 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-2018 Free Software Foundation, Inc. +Copyright (C) 1999, 2001-2019 Free Software Foundation, Inc. License: GNU General Public License version 3 or later (see COPYING) <http://users.adelphia.net/~rob.davenport/gnuicons.html> |