ALL: Update copyright year to 2025

This commit is contained in:
Le Philousophe
2025-06-09 19:57:28 +02:00
parent c4759a7f8d
commit 9154304e06
11 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
ScummVM Tools
Copyright (C) 2001-2023 by the following:
Copyright (C) 2001-2025 by the following:
If you have contributed to this project then you deserve to be on this
list. Contact us and we'll add you.
+1 -1
View File
@@ -4,7 +4,7 @@
:: This script will search for all SMK files in all subtree directories,
:: and encode them as DXA files next to the original files.
::
:: (c) 2006-2022 ScummVM Team
:: (c) 2006-2025 ScummVM Team
:: (c) 2006 oduverne
:: (c) 2008 NoiZe
::
+1 -1
View File
@@ -5,7 +5,7 @@
# This script will search for all SMK files in all subtree directories,
# and encode them as DXA files next to the original files.
#
# (c) 2006-2022 ScummVM Team
# (c) 2006-2025 ScummVM Team
# (c) 2006 crowley
#
+2 -2
View File
@@ -9,7 +9,7 @@
<key>CFBundleExecutable</key>
<string>scummvm-tools</string>
<key>CFBundleGetInfoString</key>
<string>2.10.0git, Copyright 2001-2023 The ScummVM team</string>
<string>2.10.0git, Copyright 2001-2025 The ScummVM team</string>
<key>CFBundleIconFile</key>
<string>scummvmtools.icns</string>
<key>CFBundleIdentifier</key>
@@ -27,6 +27,6 @@
<key>NSAppleScriptEnabled</key>
<false/>
<key>NSHumanReadableCopyright</key>
<string>Copyright 2001-2023 The ScummVM team</string>
<string>Copyright 2001-2025 The ScummVM team</string>
</dict>
</plist>
+2 -2
View File
@@ -9,7 +9,7 @@
<key>CFBundleExecutable</key>
<string>scummvm-tools</string>
<key>CFBundleGetInfoString</key>
<string>@VERSION@, Copyright 2001-2023 The ScummVM team</string>
<string>@VERSION@, Copyright 2001-2025 The ScummVM team</string>
<key>CFBundleIconFile</key>
<string>scummvmtools.icns</string>
<key>CFBundleIdentifier</key>
@@ -27,6 +27,6 @@
<key>NSAppleScriptEnabled</key>
<false/>
<key>NSHumanReadableCopyright</key>
<string>Copyright 2001-2023 The ScummVM team</string>
<string>Copyright 2001-2025 The ScummVM team</string>
</dict>
</plist>
+1 -1
View File
@@ -30,7 +30,7 @@ BEGIN
VALUE "FileDescription", "https://www.scummvm.org/\0"
VALUE "FileVersion", "2.10.0git\0"
VALUE "InternalName", "scummvm\0"
VALUE "LegalCopyright", "Copyright © 2001-2023 The ScummVM Team\0"
VALUE "LegalCopyright", "Copyright © 2001-2025 The ScummVM Team\0"
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"
VALUE "OriginalFilename", "scummvm-tools.exe\0"
VALUE "ProductName", "ScummVM Tools\0"
+1 -1
View File
@@ -30,7 +30,7 @@ BEGIN
VALUE "FileDescription", "https://www.scummvm.org/\0"
VALUE "FileVersion", "@VERSION@\0"
VALUE "InternalName", "scummvm\0"
VALUE "LegalCopyright", "Copyright © 2001-2023 The ScummVM Team\0"
VALUE "LegalCopyright", "Copyright © 2001-2025 The ScummVM Team\0"
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"
VALUE "OriginalFilename", "scummvm-tools.exe\0"
VALUE "ProductName", "ScummVM Tools\0"
+1 -1
View File
@@ -1,5 +1,5 @@
[Setup]
AppCopyright=2001-2023
AppCopyright=2001-2025
AppName=ScummVM Tools
AppVerName=ScummVM Tools 2.8.0git
AppPublisher=The ScummVM Team
+1 -1
View File
@@ -64,7 +64,7 @@ Name "ScummVM Tools"
!define COMPANY "ScummVM Team"
!define URL "https://www.scummvm.org/"
!define DESCRIPTION "ScummVM Tools Installer. Look! A three headed monkey (TM)!"
!define COPYRIGHT "Copyright © 2001-2023 The ScummVM Team"
!define COPYRIGHT "Copyright © 2001-2025 The ScummVM Team"
#########################################################################################
# Installer configuration
+1 -1
View File
@@ -64,7 +64,7 @@ Name "ScummVM Tools"
!define COMPANY "ScummVM Team"
!define URL "https://www.scummvm.org/"
!define DESCRIPTION "ScummVM Tools Installer. Look! A three headed monkey (TM)!"
!define COPYRIGHT "Copyright © 2001-2023 The ScummVM Team"
!define COPYRIGHT "Copyright © 2001-2025 The ScummVM Team"
#########################################################################################
# Installer configuration
+1 -1
View File
@@ -125,7 +125,7 @@ void ScummVMToolsApp::OnAbout() {
wxHyperlinkCtrl *websitetext = new wxHyperlinkCtrl(dialog, wxID_ANY, wxT("https://www.scummvm.org"), wxT("https://www.scummvm.org"));
sizer->Add(websitetext, wxSizerFlags().Border(wxTOP, 5));
wxStaticText *copyrighttext = new wxStaticText(dialog, wxID_ANY, wxT("Copyright ScummVM Team 2009-2022"));
wxStaticText *copyrighttext = new wxStaticText(dialog, wxID_ANY, wxT("Copyright ScummVM Team 2009-2025"));
copyrighttext->SetFont(wxFont(8, wxSWISS, wxNORMAL, wxNORMAL, false, wxT("Arial")));
sizer->Add(copyrighttext, wxSizerFlags());