1
0
Fork 0

Year update

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3812
This commit is contained in:
Peter Veenstra 2013-01-15 09:03:13 +00:00
parent 889602e170
commit 2fea508f7f
231 changed files with 235 additions and 235 deletions

View file

@ -1,5 +1,5 @@
/*
* Copyright (C) 2002-2011 The DOSBox Team
* Copyright (C) 2002-2013 The DOSBox Team
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@ -1854,7 +1854,7 @@ int main(int argc, char* argv[]) {
#endif //defined(WIN32) && !(C_DEBUG)
if (control->cmdline->FindExist("-version") ||
control->cmdline->FindExist("--version") ) {
printf("\nDOSBox version %s, copyright 2002-2011 DOSBox Team.\n\n",VERSION);
printf("\nDOSBox version %s, copyright 2002-2013 DOSBox Team.\n\n",VERSION);
printf("DOSBox is written by the DOSBox Team (See AUTHORS file))\n");
printf("DOSBox comes with ABSOLUTELY NO WARRANTY. This is free software,\n");
printf("and you are welcome to redistribute it under certain conditions;\n");
@ -1882,7 +1882,7 @@ int main(int argc, char* argv[]) {
/* Display Welcometext in the console */
LOG_MSG("DOSBox version %s",VERSION);
LOG_MSG("Copyright 2002-2011 DOSBox Team, published under GNU GPL.");
LOG_MSG("Copyright 2002-2013 DOSBox Team, published under GNU GPL.");
LOG_MSG("---");
/* Init SDL */