1
0
Fork 0

Years update

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@4021
This commit is contained in:
Peter Veenstra 2017-05-30 11:35:08 +00:00
parent c2b7030e8e
commit 6cf39c1fc6
233 changed files with 242 additions and 242 deletions

View file

@ -1,5 +1,5 @@
/*
* Copyright (C) 2002-2015 The DOSBox Team
* Copyright (C) 2002-2017 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
@ -1941,7 +1941,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-2015 DOSBox Team.\n\n",VERSION);
printf("\nDOSBox version %s, copyright 2002-2017 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");
@ -1969,7 +1969,7 @@ int main(int argc, char* argv[]) {
/* Display Welcometext in the console */
LOG_MSG("DOSBox version %s",VERSION);
LOG_MSG("Copyright 2002-2015 DOSBox Team, published under GNU GPL.");
LOG_MSG("Copyright 2002-2017 DOSBox Team, published under GNU GPL.");
LOG_MSG("---");
/* Init SDL */