summaryrefslogtreecommitdiff
path: root/src/os/windows
diff options
context:
space:
mode:
authorglx <glx@openttd.org>2020-05-05 18:36:27 +0200
committerCharles Pigott <charlespigott@googlemail.com>2020-05-06 09:54:36 +0100
commite0d20a44d248d646a5379a8074f1aaff38bc6b09 (patch)
tree6fe447f3cef486ed7eaecf5e778e442af37bdda6 /src/os/windows
parente1c85e67a71493aa65e54717f847d21d66593e23 (diff)
downloadopenttd-e0d20a44d248d646a5379a8074f1aaff38bc6b09.tar.xz
Codechange: Use a dynamic copyright year
Diffstat (limited to 'src/os/windows')
-rw-r--r--src/os/windows/ottdres.rc.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/os/windows/ottdres.rc.in b/src/os/windows/ottdres.rc.in
index af27de4bd..8116de903 100644
--- a/src/os/windows/ottdres.rc.in
+++ b/src/os/windows/ottdres.rc.in
@@ -98,7 +98,7 @@ BEGIN
VALUE "FileDescription", "OpenTTD\0"
VALUE "FileVersion", "!!VERSION!!\0"
VALUE "InternalName", "openttd\0"
- VALUE "LegalCopyright", "Copyright \xA9 OpenTTD Developers 2002-2019. All Rights Reserved.\0"
+ VALUE "LegalCopyright", "Copyright \xA9 OpenTTD Developers 2002-!!YEAR!!. All Rights Reserved.\0"
VALUE "LegalTrademarks", "\0"
VALUE "OriginalFilename", "openttd.exe\0"
VALUE "PrivateBuild", "\0"