ALL: Update copyright year

This commit is contained in:
Eugene Sandulenko 2021-01-01 00:00:18 +01:00
parent 404de652a9
commit c1cca8c869
12 changed files with 18 additions and 19 deletions

View File

@ -1,5 +1,5 @@
ScummVM
Copyright (C) 2001-2020 by the following:
Copyright (C) 2001-2021 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.
@ -409,7 +409,7 @@ Xanathar "xanathar"
ResidualVM
Copyright (C) 2003-2020 by the following:
Copyright (C) 2003-2021 by the following:
Some of the code in this project was originally LGPL v2.1 (or later)
but is used as GPL v2 (or later) starting from 19 Dec 2012.

View File

@ -1,7 +1,7 @@
ScummVM - ScummVM ported to EPOC/SymbianOS
Copyright (C) 2008-2020 ScummVM Team
Copyright (C) 2008-2021 ScummVM Team
Copyright (C) 2013-2020 Fedor Strizhniou aka zanac
Copyright (C) 2003-2013 Lars 'AnotherGuest' Persson
Copyright (C) 2002-2008 Jurgen 'SumthinWicked' Braam

View File

@ -23,7 +23,7 @@
<key>CFBundleExecutable</key>
<string>scummvm</string>
<key>CFBundleGetInfoString</key>
<string>2.3.0git, Copyright 2001-2020 The ScummVM Team</string>
<string>2.3.0git, Copyright 2001-2021 The ScummVM Team</string>
<key>CFBundleIconFile</key>
<string>scummvm.icns</string>
<key>CFBundleIdentifier</key>
@ -63,7 +63,7 @@
<key>CFBundleVersion</key>
<string>2.3.0git</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright 2001-2020 The ScummVM Team</string>
<string>Copyright 2001-2021 The ScummVM Team</string>
<key>NSPrincipalClass</key>
<string>NSApplication</string>
<key>SUFeedURL</key>

View File

@ -23,7 +23,7 @@
<key>CFBundleExecutable</key>
<string>scummvm</string>
<key>CFBundleGetInfoString</key>
<string>@VERSION@, Copyright 2001-2020 The ScummVM Team</string>
<string>@VERSION@, Copyright 2001-2021 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-2020 The ScummVM Team</string>
<string>Copyright 2001-2021 The ScummVM Team</string>
<key>NSPrincipalClass</key>
<string>NSApplication</string>
<key>SUFeedURL</key>

View File

@ -19,7 +19,7 @@
<key>CFBundleVersion</key>
<string>2.3.0git</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright 2001-2020 The ScummVM Team</string>
<string>Copyright 2001-2021 The ScummVM Team</string>
<key>NSPrincipalClass</key>
<string>ScummVMDockTilePlugIn</string>
</dict>

View File

@ -19,7 +19,7 @@
<key>CFBundleVersion</key>
<string>@VERSION@</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright 2001-2020 The ScummVM Team</string>
<string>Copyright 2001-2021 The ScummVM Team</string>
<key>NSPrincipalClass</key>
<string>ScummVMDockTilePlugIn</string>
</dict>

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2020 The ScummVM Team -->
<!-- Copyright 2021 The ScummVM Team -->
<component type="desktop">
<id>org.scummvm.ScummVM.desktop</id>
<metadata_license>CC0-1.0</metadata_license>

View File

@ -208,7 +208,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-2020 The ScummVM Team\0"
VALUE "LegalCopyright", "Copyright \xA9 2001-2021 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"

View File

@ -4,7 +4,7 @@
:: This script will copy any saved games located in the
:: old default location, to the new default location.
::
:: (c) 2012-2020 ScummVM Team
:: (c) 2012-2021 ScummVM Team
::
@echo off

View File

@ -18,7 +18,7 @@
# -- Project information -----------------------------------------------------
project = 'ScummVM Documentation'
copyright = '2020, CadiH'
copyright = '2020, 2021, CadiH'
author = 'CadiH'
@ -31,7 +31,7 @@ author = 'CadiH'
import sphinx_rtd_theme
extensions = [
"sphinx_rtd_theme",
"recommonmark",
"sphinx_panels"
@ -95,4 +95,3 @@ latex_elements = {
''',
}

View File

@ -198,11 +198,11 @@ void TwinEEngine::popMouseCursorVisible() {
Common::Error TwinEEngine::run() {
debug("Based on TwinEngine v0.2.2");
debug("(c)2002 The TwinEngine team.");
debug("(c)2020 The ScummVM team.");
debug("(c) 2002 The TwinEngine team.");
debug("(c) 2020, 2021 The ScummVM team.");
debug("Refer to the credits for further details.");
debug("The original Little Big Adventure game is:");
debug("(c)1994 by Adeline Software International, All Rights Reserved.");
debug("(c) 1994 by Adeline Software International, All Rights Reserved.");
syncSoundSettings();
initGraphics(SCREEN_WIDTH, SCREEN_HEIGHT);

View File

@ -65,7 +65,7 @@ enum {
static const char *copyright_text[] = {
"",
"C0""Copyright (C) 2001-2020 The ScummVM Team",
"C0""Copyright (C) 2001-2021 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.",