1
0
Fork 0

Update year and address of FSF

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@4183
This commit is contained in:
Peter Veenstra 2019-01-25 14:09:58 +00:00
parent 2327f92db9
commit 1fbaff47fc
238 changed files with 941 additions and 942 deletions

View file

@ -1,5 +1,5 @@
/*
* Copyright (C) 2002-2018 The DOSBox Team
* Copyright (C) 2002-2019 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
@ -11,9 +11,9 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
* You should have received a copy of the GNU General Public License along
* with this program; if not, write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
@ -2004,7 +2004,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-2018 DOSBox Team.\n\n",VERSION);
printf("\nDOSBox version %s, copyright 2002-2019 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");
@ -2032,7 +2032,7 @@ int main(int argc, char* argv[]) {
/* Display Welcometext in the console */
LOG_MSG("DOSBox version %s",VERSION);
LOG_MSG("Copyright 2002-2018 DOSBox Team, published under GNU GPL.");
LOG_MSG("Copyright 2002-2019 DOSBox Team, published under GNU GPL.");
LOG_MSG("---");
/* Init SDL */