aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dists/scummvm.rc2
-rw-r--r--gui/about.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/dists/scummvm.rc b/dists/scummvm.rc
index 8488d67ce5..32bc97895a 100644
--- a/dists/scummvm.rc
+++ b/dists/scummvm.rc
@@ -27,7 +27,7 @@ BEGIN
VALUE "FileDescription", "http://www.scummvm.org/\0"
VALUE "FileVersion", "0.14.0svn\0"
VALUE "InternalName", "scummvm\0"
- VALUE "LegalCopyright", "Copyright © 2001-2008 The ScummVM Team\0"
+ VALUE "LegalCopyright", "Copyright © 2001-2009 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/gui/about.cpp b/gui/about.cpp
index 2ef75419ad..fb30f5f296 100644
--- a/gui/about.cpp
+++ b/gui/about.cpp
@@ -58,7 +58,7 @@ enum {
static const char *copyright_text[] = {
"",
-"C0""Copyright (C) 2001-2008 The ScummVM project",
+"C0""Copyright (C) 2001-2009 The ScummVM project",
"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.",