diff options
author | Eugene Sandulenko | 2020-01-01 00:00:02 +0100 |
---|---|---|
committer | Eugene Sandulenko | 2020-01-01 00:01:00 +0100 |
commit | c05b911563a8016c4e978dabd4715403febe3648 (patch) | |
tree | 5990434096024240f3f0adab59668c078c30787a /dists | |
parent | 52cf97a83ee08e448870007c2803f1dcdfd0678b (diff) | |
download | scummvm-rg350-c05b911563a8016c4e978dabd4715403febe3648.tar.gz scummvm-rg350-c05b911563a8016c4e978dabd4715403febe3648.tar.bz2 scummvm-rg350-c05b911563a8016c4e978dabd4715403febe3648.zip |
ALL: Bump copyright year to 2020
Diffstat (limited to 'dists')
-rw-r--r-- | dists/macosx/Info.plist | 4 | ||||
-rw-r--r-- | dists/macosx/Info.plist.in | 4 | ||||
-rw-r--r-- | dists/macosx/dockplugin/Info.plist | 2 | ||||
-rw-r--r-- | dists/macosx/dockplugin/Info.plist.in | 2 | ||||
-rw-r--r-- | dists/scummvm.rc | 2 | ||||
-rw-r--r-- | dists/win32/migration.bat | 2 |
6 files changed, 8 insertions, 8 deletions
diff --git a/dists/macosx/Info.plist b/dists/macosx/Info.plist index 0fb0ef2eaa..bb0abce40c 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.2.0git, Copyright 2001-2019 The ScummVM Team</string> + <string>2.2.0git, Copyright 2001-2020 The ScummVM Team</string> <key>CFBundleIconFile</key> <string>scummvm.icns</string> <key>CFBundleIdentifier</key> @@ -63,7 +63,7 @@ <key>CFBundleVersion</key> <string>2.2.0git</string> <key>NSHumanReadableCopyright</key> - <string>Copyright 2001-2019 The ScummVM Team</string> + <string>Copyright 2001-2020 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 73cc178a4b..4a8545dcb4 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-2019 The ScummVM Team</string> + <string>@VERSION@, Copyright 2001-2020 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-2019 The ScummVM Team</string> + <string>Copyright 2001-2020 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 c3c5e6b013..50402e5ae4 100644 --- a/dists/macosx/dockplugin/Info.plist +++ b/dists/macosx/dockplugin/Info.plist @@ -19,7 +19,7 @@ <key>CFBundleVersion</key> <string>2.2.0git</string> <key>NSHumanReadableCopyright</key> - <string>Copyright 2001-2019 The ScummVM Team</string> + <string>Copyright 2001-2020 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 fa0253921f..2f09818c7f 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-2019 The ScummVM Team</string> + <string>Copyright 2001-2020 The ScummVM Team</string> <key>NSPrincipalClass</key> <string>ScummVMDockTilePlugIn</string> </dict> diff --git a/dists/scummvm.rc b/dists/scummvm.rc index 9902be385a..9dded887f6 100644 --- a/dists/scummvm.rc +++ b/dists/scummvm.rc @@ -111,7 +111,7 @@ BEGIN VALUE "FileDescription", "ScummVM: A free implementation of various adventure game engines\0" VALUE "FileVersion", SCUMMVM_VERSION "\0" VALUE "InternalName", "scummvm\0" - VALUE "LegalCopyright", "Copyright \xA9 2001-2019 The ScummVM Team\0" + VALUE "LegalCopyright", "Copyright \xA9 2001-2020 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 f574108753..9d76f672c0 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-2019 ScummVM Team +:: (c) 2012-2020 ScummVM Team :: @echo off |