Skip to content

Commit a98947d

Browse files
committed
Update front facing copyright year.
1 parent 20a1222 commit a98947d

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

Info.plist.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<key>CFBundleExecutable</key>
88
<string>@EXE_TARGET@</string>
99
<key>CFBundleGetInfoString</key>
10-
<string>@VERSION@, Copyright 1998-2024 The Exult Team</string>
10+
<string>@VERSION@, Copyright 1998-2025 The Exult Team</string>
1111
<key>CFBundleIconFile</key>
1212
<string>exult.icns</string>
1313
<key>CFBundleIdentifier</key>
@@ -25,7 +25,7 @@
2525
<key>NSPrincipalClass</key>
2626
<string>NSApplication</string>
2727
<key>NSHumanReadableCopyright</key>
28-
<string>Copyright 1998-2024 The Exult Team</string>
28+
<string>Copyright 1998-2025 The Exult Team</string>
2929
<key>NSHighResolutionCapable</key>
3030
<true/>
3131
<key>LSMinimumSystemVersionByArchitecture</key>

keyactions.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ void ActionAbout(const int* params) {
150150
// added text does not start with a ~
151151
// so ending a line with a newline causes double newlines
152152
scroll->add_text("Exult V" VERSION "~");
153-
scroll->add_text("(C) 1998-2024 Exult Team~");
153+
scroll->add_text("(C) 1998-2025 Exult Team~");
154154
scroll->add_text("Available under the terms of the ");
155155
scroll->add_text("GNU General Public License~");
156156
scroll->add_text("https://exult.info~");

macosx/exult_studio_info.plist.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<key>CFBundleExecutable</key>
88
<string>exult_studio</string>
99
<key>CFBundleGetInfoString</key>
10-
<string>@VERSION@, Copyright 1998-2024 The Exult Team</string>
10+
<string>@VERSION@, Copyright 1998-2025 The Exult Team</string>
1111
<key>CFBundleIconFile</key>
1212
<string>exult_studio.icns</string>
1313
<key>CFBundleIdentifier</key>
@@ -27,7 +27,7 @@
2727
<key>NSPrincipalClass</key>
2828
<string>NSApplication</string>
2929
<key>NSHumanReadableCopyright</key>
30-
<string>Copyright 1998-2024 The Exult Team</string>
30+
<string>Copyright 1998-2025 The Exult Team</string>
3131
<key>NSHighResolutionCapable</key>
3232
<true/>
3333
<key>LSMinimumSystemVersionByArchitecture</key>

win32/exultico.rc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ BEGIN
5858
VALUE "FileDescription", "Exult Ultima VII Engine\0"
5959
VALUE "FileVersion", "1.11.0git\0"
6060
VALUE "InternalName", "Exult\0"
61-
VALUE "LegalCopyright", "Copyright © 2024\0"
61+
VALUE "LegalCopyright", "Copyright © 1998-2025\0"
6262
VALUE "OriginalFilename", "Exult.exe\0"
6363
VALUE "ProductName", "Exult Ultima VII Engine\0"
6464
VALUE "ProductVersion", "1.11.0git\0"

win32/exultstudioico.rc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ BEGIN
5858
VALUE "FileDescription", "Exult Studio\0"
5959
VALUE "FileVersion", "1.11.0git\0"
6060
VALUE "InternalName", "Exult Studio\0"
61-
VALUE "LegalCopyright", "Copyright © 2024\0"
61+
VALUE "LegalCopyright", "Copyright © 1998-2025\0"
6262
VALUE "OriginalFilename", "exult_studio.exe\0"
6363
VALUE "ProductName", "Exult Studio\0"
6464
VALUE "ProductVersion", "1.11.0git\0"

0 commit comments

Comments
 (0)