aboutsummaryrefslogtreecommitdiff
path: root/dists
diff options
context:
space:
mode:
authorLothar Serra Mari2019-03-03 14:18:35 +0100
committerLothar Serra Mari2019-03-03 14:18:35 +0100
commit1aba295dccc7bb3bdabb14bab97ef63a88da517c (patch)
tree4b5a7e1b0f5b21ad945139b5a1e3e8b27097ad4e /dists
parent07834616b3741dfbf6b345a7610244faa105382d (diff)
downloadscummvm-rg350-1aba295dccc7bb3bdabb14bab97ef63a88da517c.tar.gz
scummvm-rg350-1aba295dccc7bb3bdabb14bab97ef63a88da517c.tar.bz2
scummvm-rg350-1aba295dccc7bb3bdabb14bab97ef63a88da517c.zip
ALL: Bump copyright year to 2019
Diffstat (limited to 'dists')
-rw-r--r--dists/macosx/Info.plist4
-rw-r--r--dists/macosx/Info.plist.in4
-rw-r--r--dists/macosx/dockplugin/Info.plist2
-rw-r--r--dists/macosx/dockplugin/Info.plist.in2
-rw-r--r--dists/scummvm.rc2
-rw-r--r--dists/win32/migration.bat2
6 files changed, 8 insertions, 8 deletions
diff --git a/dists/macosx/Info.plist b/dists/macosx/Info.plist
index db46156d68..19b736c647 100644
--- a/dists/macosx/Info.plist
+++ b/dists/macosx/Info.plist
@@ -9,7 +9,7 @@
<key>CFBundleExecutable</key>
<string>scummvm</string>
<key>CFBundleGetInfoString</key>
- <string>2.1.0git, Copyright 2001-2018 The ScummVM Team</string>
+ <string>2.1.0git, Copyright 2001-2019 The ScummVM Team</string>
<key>CFBundleIconFile</key>
<string>scummvm.icns</string>
<key>CFBundleIdentifier</key>
@@ -49,7 +49,7 @@
<key>CFBundleVersion</key>
<string>2.1.0git</string>
<key>NSHumanReadableCopyright</key>
- <string>Copyright 2001-2018 The ScummVM Team</string>
+ <string>Copyright 2001-2019 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 93ab74b1e8..eefe91d9be 100644
--- a/dists/macosx/Info.plist.in
+++ b/dists/macosx/Info.plist.in
@@ -9,7 +9,7 @@
<key>CFBundleExecutable</key>
<string>scummvm</string>
<key>CFBundleGetInfoString</key>
- <string>@VERSION@, Copyright 2001-2018 The ScummVM Team</string>
+ <string>@VERSION@, Copyright 2001-2019 The ScummVM Team</string>
<key>CFBundleIconFile</key>
<string>scummvm.icns</string>
<key>CFBundleIdentifier</key>
@@ -49,7 +49,7 @@
<key>CFBundleVersion</key>
<string>@VERSION@</string>
<key>NSHumanReadableCopyright</key>
- <string>Copyright 2001-2018 The ScummVM Team</string>
+ <string>Copyright 2001-2019 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 6e68bc4edb..5ca1ff4157 100644
--- a/dists/macosx/dockplugin/Info.plist
+++ b/dists/macosx/dockplugin/Info.plist
@@ -19,7 +19,7 @@
<key>CFBundleVersion</key>
<string>2.1.0git</string>
<key>NSHumanReadableCopyright</key>
- <string>Copyright 2001-2018 The ScummVM Team</string>
+ <string>Copyright 2001-2019 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 60a03aecac..fa0253921f 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-2018 The ScummVM Team</string>
+ <string>Copyright 2001-2019 The ScummVM Team</string>
<key>NSPrincipalClass</key>
<string>ScummVMDockTilePlugIn</string>
</dict>
diff --git a/dists/scummvm.rc b/dists/scummvm.rc
index 16c1824541..9f892ddb27 100644
--- a/dists/scummvm.rc
+++ b/dists/scummvm.rc
@@ -106,7 +106,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 © 2001-2018 The ScummVM Team\0"
+ VALUE "LegalCopyright", "Copyright © 2001-2019 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 95f554af2b..f574108753 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-2018 ScummVM Team
+:: (c) 2012-2019 ScummVM Team
::
@echo off