summaryrefslogtreecommitdiff
path: root/nt
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2025-01-01 07:41:51 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2025-01-01 07:41:51 +0000
commitb36b1be491e0b19062fa38ee197aa3daeba96415 (patch)
tree6444824edb3ffd8a5151f13117c893644ec11d80 /nt
parent4da38c632161867e914b3a13dc760f8019255f94 (diff)
Fix copyright years by hand
These are dates that admin/update-copyright did not update.
Diffstat (limited to 'nt')
-rwxr-xr-xnt/configure.bat2
-rw-r--r--nt/emacs.rc.in2
-rw-r--r--nt/emacsclient.rc.in2
3 files changed, 3 insertions, 3 deletions
diff --git a/nt/configure.bat b/nt/configure.bat
index 6e2ebe5357e..12d7c554f1d 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-2024 Free Software Foundation, Inc.
+rem Copyright (C) 1999-2025 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 5ef3da1c537..9ed948bfa31 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-2024\0"
+ VALUE "LegalCopyright", "Copyright (C) 2001-2025\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 b5f865c6092..498085fbcb0 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-2024\0"
+ VALUE "LegalCopyright", "Copyright (C) 2001-2025\0"
VALUE "OriginalFilename", "emacsclientw.exe"
VALUE "ProductName", "EmacsClient\0"
VALUE "ProductVersion", "@comma_space_version@\0"