1
0
Fork 0

Year update

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2106
This commit is contained in:
Peter Veenstra 2005-02-10 10:21:12 +00:00
parent 959b9b89d5
commit 2094d8b985
156 changed files with 287 additions and 215 deletions

View file

@ -1,5 +1,5 @@
/*
* Copyright (C) 2002-2004 The DOSBox Team
* Copyright (C) 2002-2005 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
@ -16,7 +16,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/* $Id: shell.cpp,v 1.54 2005-01-14 19:38:19 qbix79 Exp $ */
/* $Id: shell.cpp,v 1.55 2005-02-10 10:21:12 qbix79 Exp $ */
#include <stdlib.h>
#include <stdarg.h>

View file

@ -1,5 +1,5 @@
/*
* Copyright (C) 2002-2004 The DOSBox Team
* Copyright (C) 2002-2005 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
@ -16,7 +16,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/* $Id: shell_batch.cpp,v 1.14 2004-08-04 09:12:57 qbix79 Exp $ */
/* $Id: shell_batch.cpp,v 1.15 2005-02-10 10:21:12 qbix79 Exp $ */
#include <stdlib.h>
#include <string.h>

View file

@ -1,5 +1,5 @@
/*
* Copyright (C) 2002-2004 The DOSBox Team
* Copyright (C) 2002-2005 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
@ -16,7 +16,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/* $Id: shell_cmds.cpp,v 1.50 2004-11-13 12:06:39 qbix79 Exp $ */
/* $Id: shell_cmds.cpp,v 1.51 2005-02-10 10:21:12 qbix79 Exp $ */
#include <string.h>
#include <ctype.h>

View file

@ -1,5 +1,5 @@
/*
* Copyright (C) 2002-2004 The DOSBox Team
* Copyright (C) 2002-2005 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
@ -16,7 +16,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/* $Id: shell_misc.cpp,v 1.34 2005-01-11 21:08:08 qbix79 Exp $ */
/* $Id: shell_misc.cpp,v 1.35 2005-02-10 10:21:12 qbix79 Exp $ */
#include <stdlib.h>
#include <string.h>