Skip to content

Commit 9154304

Browse files
committed
ALL: Update copyright year to 2025
1 parent c4759a7 commit 9154304

File tree

11 files changed

+13
-13
lines changed

11 files changed

+13
-13
lines changed

COPYRIGHT

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ScummVM Tools
2-
Copyright (C) 2001-2023 by the following:
2+
Copyright (C) 2001-2025 by the following:
33

44
If you have contributed to this project then you deserve to be on this
55
list. Contact us and we'll add you.

convert_dxa.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
:: This script will search for all SMK files in all subtree directories,
55
:: and encode them as DXA files next to the original files.
66
::
7-
:: (c) 2006-2022 ScummVM Team
7+
:: (c) 2006-2025 ScummVM Team
88
:: (c) 2006 oduverne
99
:: (c) 2008 NoiZe
1010
::

convert_dxa.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# This script will search for all SMK files in all subtree directories,
66
# and encode them as DXA files next to the original files.
77
#
8-
# (c) 2006-2022 ScummVM Team
8+
# (c) 2006-2025 ScummVM Team
99
# (c) 2006 crowley
1010
#
1111

dists/macosx/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<key>CFBundleExecutable</key>
1010
<string>scummvm-tools</string>
1111
<key>CFBundleGetInfoString</key>
12-
<string>2.10.0git, Copyright 2001-2023 The ScummVM team</string>
12+
<string>2.10.0git, Copyright 2001-2025 The ScummVM team</string>
1313
<key>CFBundleIconFile</key>
1414
<string>scummvmtools.icns</string>
1515
<key>CFBundleIdentifier</key>
@@ -27,6 +27,6 @@
2727
<key>NSAppleScriptEnabled</key>
2828
<false/>
2929
<key>NSHumanReadableCopyright</key>
30-
<string>Copyright 2001-2023 The ScummVM team</string>
30+
<string>Copyright 2001-2025 The ScummVM team</string>
3131
</dict>
3232
</plist>

dists/macosx/Info.plist.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<key>CFBundleExecutable</key>
1010
<string>scummvm-tools</string>
1111
<key>CFBundleGetInfoString</key>
12-
<string>@VERSION@, Copyright 2001-2023 The ScummVM team</string>
12+
<string>@VERSION@, Copyright 2001-2025 The ScummVM team</string>
1313
<key>CFBundleIconFile</key>
1414
<string>scummvmtools.icns</string>
1515
<key>CFBundleIdentifier</key>
@@ -27,6 +27,6 @@
2727
<key>NSAppleScriptEnabled</key>
2828
<false/>
2929
<key>NSHumanReadableCopyright</key>
30-
<string>Copyright 2001-2023 The ScummVM team</string>
30+
<string>Copyright 2001-2025 The ScummVM team</string>
3131
</dict>
3232
</plist>

dists/scummvmtools.rc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ BEGIN
3030
VALUE "FileDescription", "https://www.scummvm.org/\0"
3131
VALUE "FileVersion", "2.10.0git\0"
3232
VALUE "InternalName", "scummvm\0"
33-
VALUE "LegalCopyright", "Copyright � 2001-2023 The ScummVM Team\0"
33+
VALUE "LegalCopyright", "Copyright � 2001-2025 The ScummVM Team\0"
3434
VALUE "LegalTrademarks", "'SCUMM', and all SCUMM games are a TM of LucasArts. Simon The Sorcerer is a TM of AdventureSoft. Beneath a Steel Sky and Broken Sword are a TM of Revolution. Flight of the Amazon Queen is a TM of John Passfield and Steve Stamatiadis. \0"
3535
VALUE "OriginalFilename", "scummvm-tools.exe\0"
3636
VALUE "ProductName", "ScummVM Tools\0"

dists/scummvmtools.rc.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ BEGIN
3030
VALUE "FileDescription", "https://www.scummvm.org/\0"
3131
VALUE "FileVersion", "@VERSION@\0"
3232
VALUE "InternalName", "scummvm\0"
33-
VALUE "LegalCopyright", "Copyright � 2001-2023 The ScummVM Team\0"
33+
VALUE "LegalCopyright", "Copyright � 2001-2025 The ScummVM Team\0"
3434
VALUE "LegalTrademarks", "'SCUMM', and all SCUMM games are a TM of LucasArts. Simon The Sorcerer is a TM of AdventureSoft. Beneath a Steel Sky and Broken Sword are a TM of Revolution. Flight of the Amazon Queen is a TM of John Passfield and Steve Stamatiadis. \0"
3535
VALUE "OriginalFilename", "scummvm-tools.exe\0"
3636
VALUE "ProductName", "ScummVM Tools\0"

dists/win32/ScummVM Tools.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[Setup]
2-
AppCopyright=2001-2023
2+
AppCopyright=2001-2025
33
AppName=ScummVM Tools
44
AppVerName=ScummVM Tools 2.8.0git
55
AppPublisher=The ScummVM Team

dists/win32/scummvm-tools.nsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Name "ScummVM Tools"
6464
!define COMPANY "ScummVM Team"
6565
!define URL "https://www.scummvm.org/"
6666
!define DESCRIPTION "ScummVM Tools Installer. Look! A three headed monkey (TM)!"
67-
!define COPYRIGHT "Copyright © 2001-2023 The ScummVM Team"
67+
!define COPYRIGHT "Copyright © 2001-2025 The ScummVM Team"
6868

6969
#########################################################################################
7070
# Installer configuration

dists/win32/scummvm-tools.nsi.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Name "ScummVM Tools"
6464
!define COMPANY "ScummVM Team"
6565
!define URL "https://www.scummvm.org/"
6666
!define DESCRIPTION "ScummVM Tools Installer. Look! A three headed monkey (TM)!"
67-
!define COPYRIGHT "Copyright � 2001-2023 The ScummVM Team"
67+
!define COPYRIGHT "Copyright � 2001-2025 The ScummVM Team"
6868

6969
#########################################################################################
7070
# Installer configuration

gui/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ void ScummVMToolsApp::OnAbout() {
125125
wxHyperlinkCtrl *websitetext = new wxHyperlinkCtrl(dialog, wxID_ANY, wxT("https://www.scummvm.org"), wxT("https://www.scummvm.org"));
126126
sizer->Add(websitetext, wxSizerFlags().Border(wxTOP, 5));
127127

128-
wxStaticText *copyrighttext = new wxStaticText(dialog, wxID_ANY, wxT("Copyright ScummVM Team 2009-2022"));
128+
wxStaticText *copyrighttext = new wxStaticText(dialog, wxID_ANY, wxT("Copyright ScummVM Team 2009-2025"));
129129
copyrighttext->SetFont(wxFont(8, wxSWISS, wxNORMAL, wxNORMAL, false, wxT("Arial")));
130130
sizer->Add(copyrighttext, wxSizerFlags());
131131

0 commit comments

Comments
 (0)