[Scummvm-git-logs] scummvm-tools branch-2-7-0 -> 6b69142373327203645d9ddc2efb01d7e1f05290
lotharsm
noreply at scummvm.org
Wed Feb 15 20:41:22 UTC 2023
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm-tools' repo located at https://github.com/scummvm/scummvm-tools .
Summary:
6b69142373 TOOLS: Bump copyright year to 2023
Commit: 6b69142373327203645d9ddc2efb01d7e1f05290
https://github.com/scummvm/scummvm-tools/commit/6b69142373327203645d9ddc2efb01d7e1f05290
Author: Lothar Serra Mari (mail at serra.me)
Date: 2023-02-15T21:41:02+01:00
Commit Message:
TOOLS: Bump copyright year to 2023
Changed paths:
COPYRIGHT
dists/macosx/Info.plist
dists/macosx/Info.plist.in
dists/scummvmtools.rc
dists/scummvmtools.rc.in
dists/win32/ScummVM Tools.iss
dists/win32/scummvm-tools.nsi
dists/win32/scummvm-tools.nsi.in
diff --git a/COPYRIGHT b/COPYRIGHT
index ee136017..c28d4983 100644
--- a/COPYRIGHT
+++ b/COPYRIGHT
@@ -1,5 +1,5 @@
ScummVM Tools
-Copyright (C) 2001-2022 by the following:
+Copyright (C) 2001-2023 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.
diff --git a/dists/macosx/Info.plist b/dists/macosx/Info.plist
index 71e4b748..992edf86 100644
--- a/dists/macosx/Info.plist
+++ b/dists/macosx/Info.plist
@@ -9,7 +9,7 @@
<key>CFBundleExecutable</key>
<string>scummvm-tools</string>
<key>CFBundleGetInfoString</key>
- <string>2.7.0, Copyright 2001-2022 The ScummVM team</string>
+ <string>2.7.0, Copyright 2001-2023 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-2022 The ScummVM team</string>
+ <string>Copyright 2001-2023 The ScummVM team</string>
</dict>
</plist>
diff --git a/dists/macosx/Info.plist.in b/dists/macosx/Info.plist.in
index 7adcec0c..e1c4a4d8 100644
--- a/dists/macosx/Info.plist.in
+++ b/dists/macosx/Info.plist.in
@@ -9,7 +9,7 @@
<key>CFBundleExecutable</key>
<string>scummvm-tools</string>
<key>CFBundleGetInfoString</key>
- <string>@VERSION@, Copyright 2001-2022 The ScummVM team</string>
+ <string>@VERSION@, Copyright 2001-2023 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-2022 The ScummVM team</string>
+ <string>Copyright 2001-2023 The ScummVM team</string>
</dict>
</plist>
diff --git a/dists/scummvmtools.rc b/dists/scummvmtools.rc
index fc794b57..9dc0d75f 100644
--- a/dists/scummvmtools.rc
+++ b/dists/scummvmtools.rc
@@ -30,7 +30,7 @@ BEGIN
VALUE "FileDescription", "https://www.scummvm.org/\0"
VALUE "FileVersion", "2.7.0\0"
VALUE "InternalName", "scummvm\0"
- VALUE "LegalCopyright", "Copyright © 2001-2022 The ScummVM Team\0"
+ VALUE "LegalCopyright", "Copyright © 2001-2023 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"
diff --git a/dists/scummvmtools.rc.in b/dists/scummvmtools.rc.in
index 4f7afd4c..b5332001 100644
--- a/dists/scummvmtools.rc.in
+++ b/dists/scummvmtools.rc.in
@@ -30,7 +30,7 @@ BEGIN
VALUE "FileDescription", "https://www.scummvm.org/\0"
VALUE "FileVersion", "@VERSION@\0"
VALUE "InternalName", "scummvm\0"
- VALUE "LegalCopyright", "Copyright © 2001-2022 The ScummVM Team\0"
+ VALUE "LegalCopyright", "Copyright © 2001-2023 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"
diff --git a/dists/win32/ScummVM Tools.iss b/dists/win32/ScummVM Tools.iss
index 58ea7a82..248eaa95 100755
--- a/dists/win32/ScummVM Tools.iss
+++ b/dists/win32/ScummVM Tools.iss
@@ -1,5 +1,5 @@
[Setup]
-AppCopyright=2023
+AppCopyright=2001-2023
AppName=ScummVM Tools
AppVerName=ScummVM Tools 2.7.0
AppPublisher=The ScummVM Team
diff --git a/dists/win32/scummvm-tools.nsi b/dists/win32/scummvm-tools.nsi
index 1d620c9e..5c123d6a 100644
--- a/dists/win32/scummvm-tools.nsi
+++ b/dists/win32/scummvm-tools.nsi
@@ -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-2022 The ScummVM Team"
+!define COPYRIGHT "Copyright © 2001-2023 The ScummVM Team"
#########################################################################################
# Installer configuration
diff --git a/dists/win32/scummvm-tools.nsi.in b/dists/win32/scummvm-tools.nsi.in
index d9b2919b..aee684c9 100644
--- a/dists/win32/scummvm-tools.nsi.in
+++ b/dists/win32/scummvm-tools.nsi.in
@@ -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-2022 The ScummVM Team"
+!define COPYRIGHT "Copyright © 2001-2023 The ScummVM Team"
#########################################################################################
# Installer configuration
More information about the Scummvm-git-logs
mailing list