From 9cd203d16364af095b459220dc433a3b2fcf5db3 Mon Sep 17 00:00:00 2001 From: dborth Date: Wed, 3 Jun 2009 05:32:00 +0000 Subject: [PATCH] syncing to dosbox svn --- src/fpu/fpu.cpp | 4 ++-- src/fpu/fpu_instructions.h | 4 ++-- src/fpu/fpu_instructions_x86.h | 4 ++-- src/hardware/cmos.cpp | 4 ++-- src/hardware/dma.cpp | 4 ++-- src/hardware/gameblaster.cpp | 2 +- src/hardware/iohandler.cpp | 4 ++-- src/hardware/ipx.cpp | 4 ++-- src/hardware/ipxserver.cpp | 4 ++-- src/hardware/joystick.cpp | 4 ++-- src/hardware/keyboard.cpp | 4 ++-- src/hardware/memory.cpp | 4 ++-- src/hardware/mpu401.cpp | 4 ++-- src/hardware/pcspeaker.cpp | 4 ++-- src/hardware/pic.cpp | 4 ++-- src/hardware/serialport/directserial_os2.cpp | 4 ++-- src/hardware/serialport/directserial_os2.h | 4 ++-- src/hardware/serialport/directserial_posix.cpp | 4 ++-- src/hardware/serialport/directserial_posix.h | 4 ++-- src/hardware/serialport/directserial_win32.cpp | 4 ++-- src/hardware/serialport/directserial_win32.h | 4 ++-- src/hardware/serialport/nullmodem.cpp | 4 ++-- src/hardware/serialport/nullmodem.h | 4 ++-- src/hardware/serialport/serialdummy.cpp | 4 ++-- src/hardware/serialport/serialdummy.h | 4 ++-- src/hardware/serialport/serialport.cpp | 4 ++-- src/hardware/serialport/softmodem.cpp | 4 ++-- src/hardware/serialport/softmodem.h | 4 ++-- src/hardware/tandy_sound.cpp | 2 +- src/hardware/vga.cpp | 4 ++-- src/hardware/vga_attr.cpp | 4 ++-- src/hardware/vga_dac.cpp | 2 +- src/hardware/vga_gfx.cpp | 4 ++-- src/hardware/vga_paradise.cpp | 4 ++-- src/hardware/vga_seq.cpp | 4 ++-- src/hardware/vga_tseng.cpp | 4 ++-- src/hardware/vga_xga.cpp | 4 ++-- src/ints/bios.cpp | 4 ++-- src/ints/bios_disk.cpp | 4 ++-- src/ints/bios_keyboard.cpp | 2 +- src/ints/int10.h | 4 ++-- src/ints/int10_char.cpp | 4 ++-- src/ints/int10_memory.cpp | 4 ++-- src/ints/int10_misc.cpp | 4 ++-- src/ints/int10_pal.cpp | 2 +- src/ints/int10_put_pixel.cpp | 4 ++-- src/ints/int10_vesa.cpp | 4 ++-- src/ints/int10_video_state.cpp | 4 ++-- src/ints/int10_vptable.cpp | 4 ++-- src/ints/xms.cpp | 4 ++-- src/ints/xms.h | 2 +- src/libs/zmbv/drvproc.cpp | 2 +- src/libs/zmbv/zmbv.cpp | 2 +- src/libs/zmbv/zmbv.h | 2 +- src/libs/zmbv/zmbv_vfw.cpp | 2 +- 55 files changed, 100 insertions(+), 100 deletions(-) diff --git a/src/fpu/fpu.cpp b/src/fpu/fpu.cpp index ef08123..9be478c 100644 --- a/src/fpu/fpu.cpp +++ b/src/fpu/fpu.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2007 The DOSBox Team + * Copyright (C) 2002-2009 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: fpu.cpp,v 1.29 2007/01/08 19:45:39 qbix79 Exp $ */ +/* $Id: fpu.cpp,v 1.30 2009/05/27 09:15:41 qbix79 Exp $ */ #include "dosbox.h" #if C_FPU diff --git a/src/fpu/fpu_instructions.h b/src/fpu/fpu_instructions.h index a913380..1c086cc 100644 --- a/src/fpu/fpu_instructions.h +++ b/src/fpu/fpu_instructions.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2007 The DOSBox Team + * Copyright (C) 2002-2009 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: fpu_instructions.h,v 1.32 2009/04/25 06:59:54 qbix79 Exp $ */ +/* $Id: fpu_instructions.h,v 1.33 2009/05/27 09:15:41 qbix79 Exp $ */ static void FPU_FINIT(void) { diff --git a/src/fpu/fpu_instructions_x86.h b/src/fpu/fpu_instructions_x86.h index 52ce31e..a6f24e6 100644 --- a/src/fpu/fpu_instructions_x86.h +++ b/src/fpu/fpu_instructions_x86.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2007 The DOSBox Team + * Copyright (C) 2002-2009 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: fpu_instructions_x86.h,v 1.6 2008/01/06 16:45:42 c2woody Exp $ */ +/* $Id: fpu_instructions_x86.h,v 1.7 2009/05/27 09:15:41 qbix79 Exp $ */ // #define WEAK_EXCEPTIONS diff --git a/src/hardware/cmos.cpp b/src/hardware/cmos.cpp index 6be919a..d01776e 100644 --- a/src/hardware/cmos.cpp +++ b/src/hardware/cmos.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2007 The DOSBox Team + * Copyright (C) 2002-2009 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: cmos.cpp,v 1.27 2009/04/26 18:26:10 qbix79 Exp $ */ +/* $Id: cmos.cpp,v 1.28 2009/05/27 09:15:41 qbix79 Exp $ */ #include diff --git a/src/hardware/dma.cpp b/src/hardware/dma.cpp index 2b60b50..d751be2 100644 --- a/src/hardware/dma.cpp +++ b/src/hardware/dma.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2008 The DOSBox Team + * Copyright (C) 2002-2009 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: dma.cpp,v 1.39 2008/09/13 20:04:28 c2woody Exp $ */ +/* $Id: dma.cpp,v 1.40 2009/05/27 09:15:41 qbix79 Exp $ */ #include #include "dosbox.h" diff --git a/src/hardware/gameblaster.cpp b/src/hardware/gameblaster.cpp index 1a892b3..36ab5c7 100644 --- a/src/hardware/gameblaster.cpp +++ b/src/hardware/gameblaster.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2007 The DOSBox Team + * Copyright (C) 2002-2009 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 diff --git a/src/hardware/iohandler.cpp b/src/hardware/iohandler.cpp index 7fae817..4e1cebe 100644 --- a/src/hardware/iohandler.cpp +++ b/src/hardware/iohandler.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2007 The DOSBox Team + * Copyright (C) 2002-2009 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: iohandler.cpp,v 1.29 2009/04/11 08:02:23 qbix79 Exp $ */ +/* $Id: iohandler.cpp,v 1.30 2009/05/27 09:15:41 qbix79 Exp $ */ #include #include "dosbox.h" diff --git a/src/hardware/ipx.cpp b/src/hardware/ipx.cpp index 29dbb5d..1066da1 100644 --- a/src/hardware/ipx.cpp +++ b/src/hardware/ipx.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2007 The DOSBox Team + * Copyright (C) 2002-2009 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: ipx.cpp,v 1.16 2009/05/15 18:16:33 qbix79 Exp $ */ +/* $Id: ipx.cpp,v 1.17 2009/05/27 09:15:41 qbix79 Exp $ */ #include "dosbox.h" diff --git a/src/hardware/ipxserver.cpp b/src/hardware/ipxserver.cpp index befe97b..1795f97 100644 --- a/src/hardware/ipxserver.cpp +++ b/src/hardware/ipxserver.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2007 The DOSBox Team + * Copyright (C) 2002-2009 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: ipxserver.cpp,v 1.9 2007/01/08 19:45:40 qbix79 Exp $ */ +/* $Id: ipxserver.cpp,v 1.10 2009/05/27 09:15:41 qbix79 Exp $ */ #include "dosbox.h" diff --git a/src/hardware/joystick.cpp b/src/hardware/joystick.cpp index 2fd42d6..fdd0c8b 100644 --- a/src/hardware/joystick.cpp +++ b/src/hardware/joystick.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2007 The DOSBox Team + * Copyright (C) 2002-2009 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: joystick.cpp,v 1.20 2008/10/05 14:44:52 qbix79 Exp $ */ +/* $Id: joystick.cpp,v 1.21 2009/05/27 09:15:41 qbix79 Exp $ */ #include #include "dosbox.h" diff --git a/src/hardware/keyboard.cpp b/src/hardware/keyboard.cpp index 5646468..7e45d8f 100644 --- a/src/hardware/keyboard.cpp +++ b/src/hardware/keyboard.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2007 The DOSBox Team + * Copyright (C) 2002-2009 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: keyboard.cpp,v 1.40 2007/11/18 17:09:15 qbix79 Exp $ */ +/* $Id: keyboard.cpp,v 1.41 2009/05/27 09:15:41 qbix79 Exp $ */ #include "dosbox.h" #include "keyboard.h" diff --git a/src/hardware/memory.cpp b/src/hardware/memory.cpp index 09d43fd..915367c 100644 --- a/src/hardware/memory.cpp +++ b/src/hardware/memory.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2008 The DOSBox Team + * Copyright (C) 2002-2009 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: memory.cpp,v 1.55 2008/10/27 11:02:41 c2woody Exp $ */ +/* $Id: memory.cpp,v 1.56 2009/05/27 09:15:41 qbix79 Exp $ */ #include "dosbox.h" #include "mem.h" diff --git a/src/hardware/mpu401.cpp b/src/hardware/mpu401.cpp index ebd94c7..3be5dd5 100644 --- a/src/hardware/mpu401.cpp +++ b/src/hardware/mpu401.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2007 The DOSBox Team + * Copyright (C) 2002-2009 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: mpu401.cpp,v 1.28 2008/11/10 15:29:38 qbix79 Exp $ */ +/* $Id: mpu401.cpp,v 1.29 2009/05/27 09:15:41 qbix79 Exp $ */ #include #include "dosbox.h" diff --git a/src/hardware/pcspeaker.cpp b/src/hardware/pcspeaker.cpp index ec1526b..33f21ef 100644 --- a/src/hardware/pcspeaker.cpp +++ b/src/hardware/pcspeaker.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2007 The DOSBox Team + * Copyright (C) 2002-2009 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: pcspeaker.cpp,v 1.25 2009/05/14 18:51:53 qbix79 Exp $ */ + /* $Id: pcspeaker.cpp,v 1.26 2009/05/27 09:15:41 qbix79 Exp $ */ #include #include "dosbox.h" diff --git a/src/hardware/pic.cpp b/src/hardware/pic.cpp index d090a8e..8d3904b 100644 --- a/src/hardware/pic.cpp +++ b/src/hardware/pic.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2008 The DOSBox Team + * Copyright (C) 2002-2009 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: pic.cpp,v 1.43 2008/01/07 22:29:37 c2woody Exp $ */ +/* $Id: pic.cpp,v 1.44 2009/05/27 09:15:41 qbix79 Exp $ */ #include diff --git a/src/hardware/serialport/directserial_os2.cpp b/src/hardware/serialport/directserial_os2.cpp index 85aa44e..3523d79 100644 --- a/src/hardware/serialport/directserial_os2.cpp +++ b/src/hardware/serialport/directserial_os2.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2007 The DOSBox Team + * Copyright (C) 2002-2009 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: directserial_os2.cpp,v 1.4 2007/02/22 08:41:16 qbix79 Exp $ */ +/* $Id: directserial_os2.cpp,v 1.5 2009/05/27 09:15:41 qbix79 Exp $ */ #include "dosbox.h" diff --git a/src/hardware/serialport/directserial_os2.h b/src/hardware/serialport/directserial_os2.h index a27438f..342dabf 100644 --- a/src/hardware/serialport/directserial_os2.h +++ b/src/hardware/serialport/directserial_os2.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2007 The DOSBox Team + * Copyright (C) 2002-2009 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: directserial_os2.h,v 1.4 2007/02/22 08:41:16 qbix79 Exp $ */ +/* $Id: directserial_os2.h,v 1.5 2009/05/27 09:15:41 qbix79 Exp $ */ // include guard #ifndef DOSBOX_DIRECTSERIAL_OS2_H diff --git a/src/hardware/serialport/directserial_posix.cpp b/src/hardware/serialport/directserial_posix.cpp index a5e4a51..dce9893 100644 --- a/src/hardware/serialport/directserial_posix.cpp +++ b/src/hardware/serialport/directserial_posix.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2007 The DOSBox Team + * Copyright (C) 2002-2009 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: directserial_posix.cpp,v 1.3 2009/01/26 20:15:58 qbix79 Exp $ */ +/* $Id: directserial_posix.cpp,v 1.4 2009/05/27 09:15:41 qbix79 Exp $ */ #include "dosbox.h" diff --git a/src/hardware/serialport/directserial_posix.h b/src/hardware/serialport/directserial_posix.h index 5ba38b5..8f34190 100644 --- a/src/hardware/serialport/directserial_posix.h +++ b/src/hardware/serialport/directserial_posix.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2007 The DOSBox Team + * Copyright (C) 2002-2009 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: directserial_posix.h,v 1.3 2009/01/26 20:15:58 qbix79 Exp $ */ +/* $Id: directserial_posix.h,v 1.4 2009/05/27 09:15:41 qbix79 Exp $ */ // include guard #ifndef DOSBOX_DIRECTSERIAL_POSIX_H diff --git a/src/hardware/serialport/directserial_win32.cpp b/src/hardware/serialport/directserial_win32.cpp index c8124d8..a2e8bc6 100644 --- a/src/hardware/serialport/directserial_win32.cpp +++ b/src/hardware/serialport/directserial_win32.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2008 The DOSBox Team + * Copyright (C) 2002-2009 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: directserial_win32.cpp,v 1.7 2008/08/06 18:33:30 c2woody Exp $ */ +/* $Id: directserial_win32.cpp,v 1.8 2009/05/27 09:15:41 qbix79 Exp $ */ #include "dosbox.h" diff --git a/src/hardware/serialport/directserial_win32.h b/src/hardware/serialport/directserial_win32.h index 651a02c..4c78968 100644 --- a/src/hardware/serialport/directserial_win32.h +++ b/src/hardware/serialport/directserial_win32.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2007 The DOSBox Team + * Copyright (C) 2002-2009 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: directserial_win32.h,v 1.5 2007/05/23 08:05:22 qbix79 Exp $ */ +/* $Id: directserial_win32.h,v 1.6 2009/05/27 09:15:41 qbix79 Exp $ */ // include guard #ifndef DOSBOX_DIRECTSERIAL_WIN32_H diff --git a/src/hardware/serialport/nullmodem.cpp b/src/hardware/serialport/nullmodem.cpp index 8a809c2..e00784e 100644 --- a/src/hardware/serialport/nullmodem.cpp +++ b/src/hardware/serialport/nullmodem.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2008 The DOSBox Team + * Copyright (C) 2002-2009 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: nullmodem.cpp,v 1.6 2009/02/01 14:24:37 qbix79 Exp $ */ +/* $Id: nullmodem.cpp,v 1.7 2009/05/27 09:15:41 qbix79 Exp $ */ #include "dosbox.h" diff --git a/src/hardware/serialport/nullmodem.h b/src/hardware/serialport/nullmodem.h index 9f860b0..c63b5c3 100644 --- a/src/hardware/serialport/nullmodem.h +++ b/src/hardware/serialport/nullmodem.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2007 The DOSBox Team + * Copyright (C) 2002-2009 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: nullmodem.h,v 1.2 2007/02/22 08:41:16 qbix79 Exp $ */ +/* $Id: nullmodem.h,v 1.3 2009/05/27 09:15:41 qbix79 Exp $ */ // include guard #ifndef DOSBOX_NULLMODEM_WIN32_H diff --git a/src/hardware/serialport/serialdummy.cpp b/src/hardware/serialport/serialdummy.cpp index de1df0d..b5eec31 100644 --- a/src/hardware/serialport/serialdummy.cpp +++ b/src/hardware/serialport/serialdummy.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2007 The DOSBox Team + * Copyright (C) 2002-2009 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: serialdummy.cpp,v 1.4 2007/01/13 08:35:49 qbix79 Exp $ */ +/* $Id: serialdummy.cpp,v 1.5 2009/05/27 09:15:41 qbix79 Exp $ */ #include "dosbox.h" diff --git a/src/hardware/serialport/serialdummy.h b/src/hardware/serialport/serialdummy.h index 2616320..e583c3a 100644 --- a/src/hardware/serialport/serialdummy.h +++ b/src/hardware/serialport/serialdummy.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2007 The DOSBox Team + * Copyright (C) 2002-2009 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: serialdummy.h,v 1.4 2007/01/13 08:35:49 qbix79 Exp $ */ +/* $Id: serialdummy.h,v 1.5 2009/05/27 09:15:41 qbix79 Exp $ */ #ifndef INCLUDEGUARD_SERIALDUMMY_H #define INCLUDEGUARD_SERIALDUMMY_H diff --git a/src/hardware/serialport/serialport.cpp b/src/hardware/serialport/serialport.cpp index 5bf578d..40b5e85 100644 --- a/src/hardware/serialport/serialport.cpp +++ b/src/hardware/serialport/serialport.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2008 The DOSBox Team + * Copyright (C) 2002-2009 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: serialport.cpp,v 1.11 2009/04/11 08:02:23 qbix79 Exp $ */ +/* $Id: serialport.cpp,v 1.12 2009/05/27 09:15:41 qbix79 Exp $ */ #include #include diff --git a/src/hardware/serialport/softmodem.cpp b/src/hardware/serialport/softmodem.cpp index e349e87..4f06a0f 100644 --- a/src/hardware/serialport/softmodem.cpp +++ b/src/hardware/serialport/softmodem.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2007 The DOSBox Team + * Copyright (C) 2002-2009 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: softmodem.cpp,v 1.10 2009/01/14 22:24:39 qbix79 Exp $ */ +/* $Id: softmodem.cpp,v 1.11 2009/05/27 09:15:42 qbix79 Exp $ */ #include "dosbox.h" diff --git a/src/hardware/serialport/softmodem.h b/src/hardware/serialport/softmodem.h index 3bac11b..fe6fbd9 100644 --- a/src/hardware/serialport/softmodem.h +++ b/src/hardware/serialport/softmodem.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2007 The DOSBox Team + * Copyright (C) 2002-2009 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: softmodem.h,v 1.9 2009/04/11 08:02:23 qbix79 Exp $ */ +/* $Id: softmodem.h,v 1.10 2009/05/27 09:15:42 qbix79 Exp $ */ #ifndef DOSBOX_SERIALMODEM_H #define DOSBOX_SERIALMODEM_H diff --git a/src/hardware/tandy_sound.cpp b/src/hardware/tandy_sound.cpp index 8fd27da..6b29131 100644 --- a/src/hardware/tandy_sound.cpp +++ b/src/hardware/tandy_sound.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2007 The DOSBox Team + * Copyright (C) 2002-2009 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 diff --git a/src/hardware/vga.cpp b/src/hardware/vga.cpp index 41f5730..6af4df4 100644 --- a/src/hardware/vga.cpp +++ b/src/hardware/vga.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2008 The DOSBox Team + * Copyright (C) 2002-2009 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: vga.cpp,v 1.35 2008/08/06 18:32:35 c2woody Exp $ */ +/* $Id: vga.cpp,v 1.36 2009/05/27 09:15:41 qbix79 Exp $ */ #include "dosbox.h" //#include "setup.h" diff --git a/src/hardware/vga_attr.cpp b/src/hardware/vga_attr.cpp index e5e4022..4b7c309 100644 --- a/src/hardware/vga_attr.cpp +++ b/src/hardware/vga_attr.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2008 The DOSBox Team + * Copyright (C) 2002-2009 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: vga_attr.cpp,v 1.29 2008/10/05 14:44:52 qbix79 Exp $ */ +/* $Id: vga_attr.cpp,v 1.30 2009/05/27 09:15:41 qbix79 Exp $ */ #include "dosbox.h" #include "inout.h" diff --git a/src/hardware/vga_dac.cpp b/src/hardware/vga_dac.cpp index 90d69a5..094058a 100644 --- a/src/hardware/vga_dac.cpp +++ b/src/hardware/vga_dac.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2007 The DOSBox Team + * Copyright (C) 2002-2009 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 diff --git a/src/hardware/vga_gfx.cpp b/src/hardware/vga_gfx.cpp index 6b90a90..5f706b1 100644 --- a/src/hardware/vga_gfx.cpp +++ b/src/hardware/vga_gfx.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2008 The DOSBox Team + * Copyright (C) 2002-2009 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: vga_gfx.cpp,v 1.18 2008/01/09 20:34:51 c2woody Exp $ */ +/* $Id: vga_gfx.cpp,v 1.19 2009/05/27 09:15:41 qbix79 Exp $ */ #include "dosbox.h" #include "inout.h" diff --git a/src/hardware/vga_paradise.cpp b/src/hardware/vga_paradise.cpp index 9db1950..632a9c8 100644 --- a/src/hardware/vga_paradise.cpp +++ b/src/hardware/vga_paradise.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2008 The DOSBox Team + * Copyright (C) 2002-2009 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: vga_paradise.cpp,v 1.3 2008/08/06 18:32:35 c2woody Exp $ */ +/* $Id: vga_paradise.cpp,v 1.4 2009/05/27 09:15:41 qbix79 Exp $ */ #include "dosbox.h" #include "setup.h" diff --git a/src/hardware/vga_seq.cpp b/src/hardware/vga_seq.cpp index 8bbe31c..8989f71 100644 --- a/src/hardware/vga_seq.cpp +++ b/src/hardware/vga_seq.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2008 The DOSBox Team + * Copyright (C) 2002-2009 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: vga_seq.cpp,v 1.23 2009/04/11 08:02:23 qbix79 Exp $ */ +/* $Id: vga_seq.cpp,v 1.24 2009/05/27 09:15:41 qbix79 Exp $ */ #include "dosbox.h" #include "inout.h" diff --git a/src/hardware/vga_tseng.cpp b/src/hardware/vga_tseng.cpp index b51b4ff..0082987 100644 --- a/src/hardware/vga_tseng.cpp +++ b/src/hardware/vga_tseng.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2008 The DOSBox Team + * Copyright (C) 2002-2009 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: vga_tseng.cpp,v 1.4 2008/08/06 18:32:35 c2woody Exp $ */ +/* $Id: vga_tseng.cpp,v 1.5 2009/05/27 09:15:41 qbix79 Exp $ */ #include "dosbox.h" diff --git a/src/hardware/vga_xga.cpp b/src/hardware/vga_xga.cpp index 41f9615..490b385 100644 --- a/src/hardware/vga_xga.cpp +++ b/src/hardware/vga_xga.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2008 The DOSBox Team + * Copyright (C) 2002-2009 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: vga_xga.cpp,v 1.16 2008/08/21 09:10:31 c2woody Exp $ */ +/* $Id: vga_xga.cpp,v 1.17 2009/05/27 09:15:41 qbix79 Exp $ */ #include #include "dosbox.h" diff --git a/src/ints/bios.cpp b/src/ints/bios.cpp index 87bbc82..e649da3 100644 --- a/src/ints/bios.cpp +++ b/src/ints/bios.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2008 The DOSBox Team + * Copyright (C) 2002-2009 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: bios.cpp,v 1.73 2009/01/21 21:50:23 qbix79 Exp $ */ +/* $Id: bios.cpp,v 1.74 2009/05/27 09:15:42 qbix79 Exp $ */ #include "dosbox.h" #include "mem.h" diff --git a/src/ints/bios_disk.cpp b/src/ints/bios_disk.cpp index 4bc34e3..69013ba 100644 --- a/src/ints/bios_disk.cpp +++ b/src/ints/bios_disk.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2007 The DOSBox Team + * Copyright (C) 2002-2009 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: bios_disk.cpp,v 1.37 2007/07/14 16:42:38 c2woody Exp $ */ +/* $Id: bios_disk.cpp,v 1.38 2009/05/27 09:15:42 qbix79 Exp $ */ #include "dosbox.h" #include "callback.h" diff --git a/src/ints/bios_keyboard.cpp b/src/ints/bios_keyboard.cpp index 6f3ee3f..7aae19d 100644 --- a/src/ints/bios_keyboard.cpp +++ b/src/ints/bios_keyboard.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2007 The DOSBox Team + * Copyright (C) 2002-2009 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 diff --git a/src/ints/int10.h b/src/ints/int10.h index e3d5a7b..da767ba 100644 --- a/src/ints/int10.h +++ b/src/ints/int10.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2008 The DOSBox Team + * Copyright (C) 2002-2009 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: int10.h,v 1.38 2009/04/25 16:25:03 harekiet Exp $ */ +/* $Id: int10.h,v 1.39 2009/05/27 09:15:42 qbix79 Exp $ */ #include "vga.h" diff --git a/src/ints/int10_char.cpp b/src/ints/int10_char.cpp index 58e69f8..97bf1d4 100644 --- a/src/ints/int10_char.cpp +++ b/src/ints/int10_char.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2008 The DOSBox Team + * Copyright (C) 2002-2009 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: int10_char.cpp,v 1.57 2009/04/25 16:25:03 harekiet Exp $ */ +/* $Id: int10_char.cpp,v 1.58 2009/05/27 09:15:42 qbix79 Exp $ */ /* Character displaying moving functions */ diff --git a/src/ints/int10_memory.cpp b/src/ints/int10_memory.cpp index f3dab5e..29f158f 100644 --- a/src/ints/int10_memory.cpp +++ b/src/ints/int10_memory.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2008 The DOSBox Team + * Copyright (C) 2002-2009 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: int10_memory.cpp,v 1.27 2008/08/09 15:37:15 c2woody Exp $ */ +/* $Id: int10_memory.cpp,v 1.28 2009/05/27 09:15:42 qbix79 Exp $ */ #include "dosbox.h" #include "mem.h" diff --git a/src/ints/int10_misc.cpp b/src/ints/int10_misc.cpp index 298b6bb..cff749c 100644 --- a/src/ints/int10_misc.cpp +++ b/src/ints/int10_misc.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2008 The DOSBox Team + * Copyright (C) 2002-2009 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: int10_misc.cpp,v 1.20 2009/04/11 07:58:39 qbix79 Exp $ */ +/* $Id: int10_misc.cpp,v 1.21 2009/05/27 09:15:42 qbix79 Exp $ */ #include "dosbox.h" #include "mem.h" diff --git a/src/ints/int10_pal.cpp b/src/ints/int10_pal.cpp index 65774e1..abc5e15 100644 --- a/src/ints/int10_pal.cpp +++ b/src/ints/int10_pal.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2007 The DOSBox Team + * Copyright (C) 2002-2009 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 diff --git a/src/ints/int10_put_pixel.cpp b/src/ints/int10_put_pixel.cpp index 2f3428e..7c7ea9c 100644 --- a/src/ints/int10_put_pixel.cpp +++ b/src/ints/int10_put_pixel.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2008 The DOSBox Team + * Copyright (C) 2002-2009 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: int10_put_pixel.cpp,v 1.22 2008/08/06 18:32:35 c2woody Exp $ */ +/* $Id: int10_put_pixel.cpp,v 1.23 2009/05/27 09:15:42 qbix79 Exp $ */ #include "dosbox.h" #include "mem.h" diff --git a/src/ints/int10_vesa.cpp b/src/ints/int10_vesa.cpp index 6e30d9c..c9596c7 100644 --- a/src/ints/int10_vesa.cpp +++ b/src/ints/int10_vesa.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2008 The DOSBox Team + * Copyright (C) 2002-2009 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: int10_vesa.cpp,v 1.38 2009/04/11 07:58:39 qbix79 Exp $ */ +/* $Id: int10_vesa.cpp,v 1.39 2009/05/27 09:15:42 qbix79 Exp $ */ #include #include diff --git a/src/ints/int10_video_state.cpp b/src/ints/int10_video_state.cpp index a8cb3bd..2dd2ccf 100644 --- a/src/ints/int10_video_state.cpp +++ b/src/ints/int10_video_state.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2008 The DOSBox Team + * Copyright (C) 2002-2009 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: int10_video_state.cpp,v 1.2 2008/08/06 18:32:35 c2woody Exp $ */ +/* $Id: int10_video_state.cpp,v 1.3 2009/05/27 09:15:42 qbix79 Exp $ */ #include "dosbox.h" #include "mem.h" diff --git a/src/ints/int10_vptable.cpp b/src/ints/int10_vptable.cpp index 9021205..feae822 100644 --- a/src/ints/int10_vptable.cpp +++ b/src/ints/int10_vptable.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2008 The DOSBox Team + * Copyright (C) 2002-2009 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: int10_vptable.cpp,v 1.3 2008/10/05 14:44:52 qbix79 Exp $ */ +/* $Id: int10_vptable.cpp,v 1.4 2009/05/27 09:15:42 qbix79 Exp $ */ #include "dosbox.h" #include "mem.h" diff --git a/src/ints/xms.cpp b/src/ints/xms.cpp index bc6702d..c5259d1 100644 --- a/src/ints/xms.cpp +++ b/src/ints/xms.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2008 The DOSBox Team + * Copyright (C) 2002-2009 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: xms.cpp,v 1.54 2009/02/01 14:24:38 qbix79 Exp $ */ +/* $Id: xms.cpp,v 1.55 2009/05/27 09:15:42 qbix79 Exp $ */ #include #include diff --git a/src/ints/xms.h b/src/ints/xms.h index 8c72978..3d2fb29 100644 --- a/src/ints/xms.h +++ b/src/ints/xms.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2007 The DOSBox Team + * Copyright (C) 2002-2009 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 diff --git a/src/libs/zmbv/drvproc.cpp b/src/libs/zmbv/drvproc.cpp index b912c26..c97bb5c 100644 --- a/src/libs/zmbv/drvproc.cpp +++ b/src/libs/zmbv/drvproc.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2007 The DOSBox Team + * Copyright (C) 2002-2009 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 diff --git a/src/libs/zmbv/zmbv.cpp b/src/libs/zmbv/zmbv.cpp index 44670fb..1457d87 100644 --- a/src/libs/zmbv/zmbv.cpp +++ b/src/libs/zmbv/zmbv.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2007 The DOSBox Team + * Copyright (C) 2002-2009 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 diff --git a/src/libs/zmbv/zmbv.h b/src/libs/zmbv/zmbv.h index 64e8db6..10ab353 100644 --- a/src/libs/zmbv/zmbv.h +++ b/src/libs/zmbv/zmbv.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2007 The DOSBox Team + * Copyright (C) 2002-2009 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 diff --git a/src/libs/zmbv/zmbv_vfw.cpp b/src/libs/zmbv/zmbv_vfw.cpp index 10798a4..f282cdf 100644 --- a/src/libs/zmbv/zmbv_vfw.cpp +++ b/src/libs/zmbv/zmbv_vfw.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2007 The DOSBox Team + * Copyright (C) 2002-2009 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