1
0
Fork 0

update displayed copyright year

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3262
This commit is contained in:
Sebastian Strohhäcker 2009-01-17 21:31:21 +00:00
parent b81691c53c
commit a5bbd753a1
2 changed files with 4 additions and 4 deletions

View file

@ -19,12 +19,12 @@ BEGIN
BEGIN
BLOCK "040904b0"
BEGIN
VALUE "Comments", "© 2002-2007 DOSBox Team, published under GNU GPL"
VALUE "Comments", "© 2002-2009 DOSBox Team, published under GNU GPL"
VALUE "CompanyName", "DOSBox Team"
VALUE "FileDescription", "DOSBox DOS Emulator"
VALUE "FileVersion", "0, 72, 0, 0"
VALUE "InternalName", "DOSBox"
VALUE "LegalCopyright", "Copyright © 2002-2007 DOSBox Team"
VALUE "LegalCopyright", "Copyright © 2002-2009 DOSBox Team"
VALUE "OriginalFilename", "dosbox.exe"
VALUE "ProductName", "DOSBox DOS Emulator"
VALUE "ProductVersion", "0, 72, 0, 0"

View file

@ -16,7 +16,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/* $Id: sdlmain.cpp,v 1.144 2008-08-06 18:32:34 c2woody Exp $ */
/* $Id: sdlmain.cpp,v 1.145 2009-01-17 21:31:21 c2woody Exp $ */
#ifndef _GNU_SOURCE
#define _GNU_SOURCE
@ -1387,7 +1387,7 @@ int main(int argc, char* argv[]) {
/* Display Welcometext in the console */
LOG_MSG("DOSBox version %s",VERSION);
LOG_MSG("Copyright 2002-2008 DOSBox Team, published under GNU GPL.");
LOG_MSG("Copyright 2002-2009 DOSBox Team, published under GNU GPL.");
LOG_MSG("---");
/* Init SDL */