[Scummvm-cvs-logs] SF.net SVN: scummvm:[47447] scummvm/trunk
strangerke at users.sourceforge.net
strangerke at users.sourceforge.net
Sat Jan 23 00:39:28 CET 2010
Revision: 47447
http://scummvm.svn.sourceforge.net/scummvm/?rev=47447&view=rev
Author: strangerke
Date: 2010-01-22 23:39:28 +0000 (Fri, 22 Jan 2010)
Log Message:
-----------
Update copyright string to show current year
Modified Paths:
--------------
scummvm/trunk/dists/macosx/Info.plist
scummvm/trunk/dists/macosx/Info.plist.in
scummvm/trunk/dists/scummvm.rc
scummvm/trunk/dists/scummvm.rc.in
scummvm/trunk/gui/about.cpp
Modified: scummvm/trunk/dists/macosx/Info.plist
===================================================================
--- scummvm/trunk/dists/macosx/Info.plist 2010-01-22 23:02:33 UTC (rev 47446)
+++ scummvm/trunk/dists/macosx/Info.plist 2010-01-22 23:39:28 UTC (rev 47447)
@@ -9,7 +9,7 @@
<key>CFBundleExecutable</key>
<string>scummvm</string>
<key>CFBundleGetInfoString</key>
- <string>1.1.0svn, Copyright 2001-2008 The ScummVM team</string>
+ <string>1.1.0svn, Copyright 2001-2010 The ScummVM team</string>
<key>CFBundleIconFile</key>
<string>scummvm.icns</string>
<key>CFBundleIdentifier</key>
Modified: scummvm/trunk/dists/macosx/Info.plist.in
===================================================================
--- scummvm/trunk/dists/macosx/Info.plist.in 2010-01-22 23:02:33 UTC (rev 47446)
+++ scummvm/trunk/dists/macosx/Info.plist.in 2010-01-22 23:39:28 UTC (rev 47447)
@@ -9,7 +9,7 @@
<key>CFBundleExecutable</key>
<string>scummvm</string>
<key>CFBundleGetInfoString</key>
- <string>@VERSION@, Copyright 2001-2008 The ScummVM team</string>
+ <string>@VERSION@, Copyright 2001-2010 The ScummVM team</string>
<key>CFBundleIconFile</key>
<string>scummvm.icns</string>
<key>CFBundleIdentifier</key>
Modified: scummvm/trunk/dists/scummvm.rc
===================================================================
--- scummvm/trunk/dists/scummvm.rc 2010-01-22 23:02:33 UTC (rev 47446)
+++ scummvm/trunk/dists/scummvm.rc 2010-01-22 23:39:28 UTC (rev 47447)
@@ -27,7 +27,7 @@
VALUE "FileDescription", "http://www.scummvm.org/\0"
VALUE "FileVersion", "1.1.0svn\0"
VALUE "InternalName", "scummvm\0"
- VALUE "LegalCopyright", "Copyright \xA9 2001-2009 The ScummVM Team\0"
+ VALUE "LegalCopyright", "Copyright \xA9 2001-2010 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"
Modified: scummvm/trunk/dists/scummvm.rc.in
===================================================================
--- scummvm/trunk/dists/scummvm.rc.in 2010-01-22 23:02:33 UTC (rev 47446)
+++ scummvm/trunk/dists/scummvm.rc.in 2010-01-22 23:39:28 UTC (rev 47447)
@@ -27,7 +27,7 @@
VALUE "FileDescription", "http://www.scummvm.org/\0"
VALUE "FileVersion", "@VERSION@\0"
VALUE "InternalName", "scummvm\0"
- VALUE "LegalCopyright", "Copyright \xA9 2001-2009 The ScummVM Team\0"
+ VALUE "LegalCopyright", "Copyright \xA9 2001-2010 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"
Modified: scummvm/trunk/gui/about.cpp
===================================================================
--- scummvm/trunk/gui/about.cpp 2010-01-22 23:02:33 UTC (rev 47446)
+++ scummvm/trunk/gui/about.cpp 2010-01-22 23:39:28 UTC (rev 47447)
@@ -58,7 +58,7 @@
static const char *copyright_text[] = {
"",
-"C0""Copyright (C) 2001-2009 The ScummVM project",
+"C0""Copyright (C) 2001-2010 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.",
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Scummvm-git-logs
mailing list