update displayed copyright year
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3262
This commit is contained in:
parent
b81691c53c
commit
a5bbd753a1
2 changed files with 4 additions and 4 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue