Updated some copyright strings to 2001-2008
svn-id: r34371
This commit is contained in:
parent
2cb285c9a0
commit
5bac6ed411
4 changed files with 5 additions and 5 deletions
|
@ -9,7 +9,7 @@
|
|||
<key>CFBundleExecutable</key>
|
||||
<string>scummvm</string>
|
||||
<key>CFBundleGetInfoString</key>
|
||||
<string>@VERSION@, Copyright 2001-2007 The ScummVM team</string>
|
||||
<string>@VERSION@, Copyright 2001-2008 The ScummVM team</string>
|
||||
<key>CFBundleIconFile</key>
|
||||
<string>scummvm.icns</string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
|
@ -27,6 +27,6 @@
|
|||
<key>NSPrincipalClass</key>
|
||||
<string>NSApplication</string>
|
||||
<key>NSHumanReadableCopyright</key>
|
||||
<string>Copyright 2001-2007 The ScummVM team</string>
|
||||
<string>Copyright 2001-2008 The ScummVM team</string>
|
||||
</dict>
|
||||
</plist>
|
||||
|
|
|
@ -27,7 +27,7 @@ BEGIN
|
|||
VALUE "FileDescription", "http://www.scummvm.org/\0"
|
||||
VALUE "FileVersion", "0.13.0svn\0"
|
||||
VALUE "InternalName", "scummvm\0"
|
||||
VALUE "LegalCopyright", "Copyright © 2001-2007 The ScummVM Team\0"
|
||||
VALUE "LegalCopyright", "Copyright © 2001-2008 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"
|
||||
|
|
|
@ -27,7 +27,7 @@ BEGIN
|
|||
VALUE "FileDescription", "http://www.scummvm.org/\0"
|
||||
VALUE "FileVersion", "@VERSION@\0"
|
||||
VALUE "InternalName", "scummvm\0"
|
||||
VALUE "LegalCopyright", "Copyright © 2001-2007 The ScummVM Team\0"
|
||||
VALUE "LegalCopyright", "Copyright © 2001-2008 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"
|
||||
|
|
|
@ -57,7 +57,7 @@ enum {
|
|||
|
||||
static const char *copyright_text[] = {
|
||||
"\\C""",
|
||||
"\\C""Copyright (C) 2002-2007 The ScummVM project",
|
||||
"\\C""Copyright (C) 2001-2008 The ScummVM project",
|
||||
"\\C""http://www.scummvm.org",
|
||||
"\\C""",
|
||||
"\\C""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.",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue