From 22c37d2c90ae56ffa2315d0e3bc6f03b5fa1de5c Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko <sev@scummvm.org> Date: Sun, 1 Jan 2023 00:00:01 +0100 Subject: [PATCH] ALL: Update copyright year --- COPYRIGHT | 2 +- dists/macosx/Info.plist | 4 ++-- dists/macosx/Info.plist.in | 4 ++-- dists/macosx/dockplugin/Info.plist | 2 +- dists/macosx/dockplugin/Info.plist.in | 2 +- dists/scummvm.appdata.xml | 2 +- dists/scummvm.rc | 2 +- dists/win32/migration.bat | 2 +- doc/docportal/conf.py | 2 +- gui/about.cpp | 2 +- 10 files changed, 12 insertions(+), 12 deletions(-) diff --git a/COPYRIGHT b/COPYRIGHT index 17fa45f70e2..9d8ba265597 100644 --- a/COPYRIGHT +++ b/COPYRIGHT @@ -1,5 +1,5 @@ ScummVM -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 (see: AUTHORS) and we'll add you. diff --git a/dists/macosx/Info.plist b/dists/macosx/Info.plist index 251461cbcee..9f051a9f0b4 100644 --- a/dists/macosx/Info.plist +++ b/dists/macosx/Info.plist @@ -23,7 +23,7 @@ <key>CFBundleExecutable</key> <string>scummvm</string> <key>CFBundleGetInfoString</key> - <string>2.7.0git, Copyright 2001-2022 The ScummVM Team</string> + <string>2.7.0git, Copyright 2001-2023 The ScummVM Team</string> <key>CFBundleIconFile</key> <string>scummvm.icns</string> <key>CFBundleIdentifier</key> @@ -63,7 +63,7 @@ <key>CFBundleVersion</key> <string>2.7.0git</string> <key>NSHumanReadableCopyright</key> - <string>Copyright 2001-2022 The ScummVM Team</string> + <string>Copyright 2001-2023 The ScummVM Team</string> <key>NSPrincipalClass</key> <string>NSApplication</string> <key>SUFeedURL</key> diff --git a/dists/macosx/Info.plist.in b/dists/macosx/Info.plist.in index c10468f847c..01193a752ad 100644 --- a/dists/macosx/Info.plist.in +++ b/dists/macosx/Info.plist.in @@ -23,7 +23,7 @@ <key>CFBundleExecutable</key> <string>scummvm</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>scummvm.icns</string> <key>CFBundleIdentifier</key> @@ -63,7 +63,7 @@ <key>CFBundleVersion</key> <string>@VERSION@</string> <key>NSHumanReadableCopyright</key> - <string>Copyright 2001-2022 The ScummVM Team</string> + <string>Copyright 2001-2023 The ScummVM Team</string> <key>NSPrincipalClass</key> <string>NSApplication</string> <key>SUFeedURL</key> diff --git a/dists/macosx/dockplugin/Info.plist b/dists/macosx/dockplugin/Info.plist index 4ce5492736e..7e0a2a0d256 100644 --- a/dists/macosx/dockplugin/Info.plist +++ b/dists/macosx/dockplugin/Info.plist @@ -19,7 +19,7 @@ <key>CFBundleVersion</key> <string>2.7.0git</string> <key>NSHumanReadableCopyright</key> - <string>Copyright 2001-2022 The ScummVM Team</string> + <string>Copyright 2001-2023 The ScummVM Team</string> <key>NSPrincipalClass</key> <string>ScummVMDockTilePlugIn</string> </dict> diff --git a/dists/macosx/dockplugin/Info.plist.in b/dists/macosx/dockplugin/Info.plist.in index 91f16078b15..2dbb2a20d27 100644 --- a/dists/macosx/dockplugin/Info.plist.in +++ b/dists/macosx/dockplugin/Info.plist.in @@ -19,7 +19,7 @@ <key>CFBundleVersion</key> <string>@VERSION@</string> <key>NSHumanReadableCopyright</key> - <string>Copyright 2001-2022 The ScummVM Team</string> + <string>Copyright 2001-2023 The ScummVM Team</string> <key>NSPrincipalClass</key> <string>ScummVMDockTilePlugIn</string> </dict> diff --git a/dists/scummvm.appdata.xml b/dists/scummvm.appdata.xml index 1e5392cae18..454d029eaa3 100644 --- a/dists/scummvm.appdata.xml +++ b/dists/scummvm.appdata.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- Copyright 2020-2022 The ScummVM Team --> +<!-- Copyright 2020-2023 The ScummVM Team --> <component type="desktop"> <id>scummvm.desktop</id> <metadata_license>CC0-1.0</metadata_license> diff --git a/dists/scummvm.rc b/dists/scummvm.rc index bf6ba794001..d19f38d4621 100644 --- a/dists/scummvm.rc +++ b/dists/scummvm.rc @@ -297,7 +297,7 @@ BEGIN VALUE "FileDescription", "ScummVM: A free interpreter for numerous adventure games and role-playing games\0" VALUE "FileVersion", SCUMMVM_VERSION "\0" VALUE "InternalName", "scummvm\0" - VALUE "LegalCopyright", "Copyright \xA9 2001-2022 The ScummVM Team\0" + VALUE "LegalCopyright", "Copyright \xA9 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.exe\0" VALUE "ProductName", "ScummVM\0" diff --git a/dists/win32/migration.bat b/dists/win32/migration.bat index ef2a0978ef3..4591d14e5a5 100644 --- a/dists/win32/migration.bat +++ b/dists/win32/migration.bat @@ -4,7 +4,7 @@ :: This script will copy any saved games located in the :: old default location, to the new default location. :: -:: (c) 2012-2022 ScummVM Team +:: (c) 2012-2023 ScummVM Team :: @echo off diff --git a/doc/docportal/conf.py b/doc/docportal/conf.py index 684aa260cac..4673e1541d8 100644 --- a/doc/docportal/conf.py +++ b/doc/docportal/conf.py @@ -18,7 +18,7 @@ # -- Project information ----------------------------------------------------- project = 'ScummVM Documentation' -copyright = '2020-2022, CadiH' +copyright = '2020-2023, CadiH' author = 'CadiH' diff --git a/gui/about.cpp b/gui/about.cpp index 6643602eae2..7810e661a21 100644 --- a/gui/about.cpp +++ b/gui/about.cpp @@ -65,7 +65,7 @@ enum { static const char *copyright_text[] = { "", -"C0""Copyright (C) 2001-2022 The ScummVM Team", +"C0""Copyright (C) 2001-2023 The ScummVM Team", "C0""https://www.scummvm.org", "", "C0""ScummVM is the legal property of its developers, whose names are too numerous to list here. Please refer to the COPYRIGHT file distributed with this binary.",