diff --git a/COPYRIGHT b/COPYRIGHT
index bba20e1c849..428cb37a5bc 100644
--- a/COPYRIGHT
+++ b/COPYRIGHT
@@ -1,5 +1,5 @@
ScummVM
-Copyright (C) 2001-2018 by the following:
+Copyright (C) 2001-2019 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/backends/platform/symbian/README b/backends/platform/symbian/README
index 867a683f412..89c4daf4866 100644
--- a/backends/platform/symbian/README
+++ b/backends/platform/symbian/README
@@ -1,7 +1,7 @@
ScummVM - ScummVM ported to EPOC/SymbianOS
- Copyright (C) 2008-2018 ScummVM Team
+ Copyright (C) 2008-2019 ScummVM Team
Copyright (C) 2013-2013 Fedor Strizhniou aka zanac
Copyright (C) 2003-2013 Lars 'AnotherGuest' Persson
Copyright (C) 2002-2008 Jurgen 'SumthinWicked' Braam
diff --git a/dists/macosx/Info.plist b/dists/macosx/Info.plist
index db46156d688..19b736c6471 100644
--- a/dists/macosx/Info.plist
+++ b/dists/macosx/Info.plist
@@ -9,7 +9,7 @@
CFBundleExecutable
scummvm
CFBundleGetInfoString
- 2.1.0git, Copyright 2001-2018 The ScummVM Team
+ 2.1.0git, Copyright 2001-2019 The ScummVM Team
CFBundleIconFile
scummvm.icns
CFBundleIdentifier
@@ -49,7 +49,7 @@
CFBundleVersion
2.1.0git
NSHumanReadableCopyright
- Copyright 2001-2018 The ScummVM Team
+ Copyright 2001-2019 The ScummVM Team
NSPrincipalClass
NSApplication
SUFeedURL
diff --git a/dists/macosx/Info.plist.in b/dists/macosx/Info.plist.in
index 93ab74b1e8d..eefe91d9be2 100644
--- a/dists/macosx/Info.plist.in
+++ b/dists/macosx/Info.plist.in
@@ -9,7 +9,7 @@
CFBundleExecutable
scummvm
CFBundleGetInfoString
- @VERSION@, Copyright 2001-2018 The ScummVM Team
+ @VERSION@, Copyright 2001-2019 The ScummVM Team
CFBundleIconFile
scummvm.icns
CFBundleIdentifier
@@ -49,7 +49,7 @@
CFBundleVersion
@VERSION@
NSHumanReadableCopyright
- Copyright 2001-2018 The ScummVM Team
+ Copyright 2001-2019 The ScummVM Team
NSPrincipalClass
NSApplication
SUFeedURL
diff --git a/dists/macosx/dockplugin/Info.plist b/dists/macosx/dockplugin/Info.plist
index 6e68bc4edb7..5ca1ff41576 100644
--- a/dists/macosx/dockplugin/Info.plist
+++ b/dists/macosx/dockplugin/Info.plist
@@ -19,7 +19,7 @@
CFBundleVersion
2.1.0git
NSHumanReadableCopyright
- Copyright 2001-2018 The ScummVM Team
+ Copyright 2001-2019 The ScummVM Team
NSPrincipalClass
ScummVMDockTilePlugIn
diff --git a/dists/macosx/dockplugin/Info.plist.in b/dists/macosx/dockplugin/Info.plist.in
index 60a03aecac3..fa0253921fb 100644
--- a/dists/macosx/dockplugin/Info.plist.in
+++ b/dists/macosx/dockplugin/Info.plist.in
@@ -19,7 +19,7 @@
CFBundleVersion
@VERSION@
NSHumanReadableCopyright
- Copyright 2001-2018 The ScummVM Team
+ Copyright 2001-2019 The ScummVM Team
NSPrincipalClass
ScummVMDockTilePlugIn
diff --git a/dists/scummvm.rc b/dists/scummvm.rc
index 16c18245416..9f892ddb270 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 95f554af2b9..f5741087533 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
diff --git a/gui/about.cpp b/gui/about.cpp
index 869e0f82ba1..bde542c4444 100644
--- a/gui/about.cpp
+++ b/gui/about.cpp
@@ -57,7 +57,7 @@ enum {
static const char *copyright_text[] = {
"",
-"C0""Copyright (C) 2001-2018 The ScummVM Team",
+"C0""Copyright (C) 2001-2019 The ScummVM Team",
"C0""http://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.",