1
0
Fork 0

Update copyright dates to 2020

This commit is contained in:
Joshua Fern 2020-03-05 16:35:26 -08:00 committed by Patryk Obara
parent 46044b6387
commit f2029d71d8
250 changed files with 254 additions and 254 deletions

View file

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