diff options
-rw-r--r-- | Info.plist | 4 | ||||
-rw-r--r-- | scummvm.rc | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/Info.plist b/Info.plist index 263550c0eb..efa3feba0b 100644 --- a/Info.plist +++ b/Info.plist @@ -7,7 +7,7 @@ <key>CFBundleExecutable</key> <string>scummvm</string> <key>CFBundleGetInfoString</key> - <string>0.3.1cvs, Copyright 2001-2002 The ScummVM team</string> + <string>0.3.1cvs, Copyright 2001-2003 The ScummVM team</string> <key>CFBundleIconFile</key> <string>scummvm.icns</string> <key>CFBundleInfoDictionaryVersion</key> @@ -23,6 +23,6 @@ <key>NSPrincipalClass</key> <string>NSApplication</string> <key>NSHumanReadableCopyright</key> - <string>Copyright 2001-2002 The ScummVM team</string> + <string>Copyright 2001-2003 The ScummVM team</string> </dict> </plist> diff --git a/scummvm.rc b/scummvm.rc index bb914c3db3..09d316c269 100644 --- a/scummvm.rc +++ b/scummvm.rc @@ -65,7 +65,7 @@ BEGIN VALUE "FileDescription", "http://www.scummvm.org/\0" VALUE "FileVersion", "0, 3, 0, 0\0" VALUE "InternalName", "scummvm\0" - VALUE "LegalCopyright", "Copyright © 2002 The ScummVM Team\0" + VALUE "LegalCopyright", "Copyright © 2001-2003 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 is TM of Revolution.\0" VALUE "OriginalFilename", "scummvm.exe\0" VALUE "PrivateBuild", "\0" |