From 772513020ff2d099ac09ce288ef21648c9407af8 Mon Sep 17 00:00:00 2001 From: Ralf Grillenberger Date: Sat, 26 Sep 2009 09:15:19 +0000 Subject: [PATCH] It's 2009 already Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3473 --- src/hardware/serialport/directserial.cpp | 4 ++-- src/hardware/serialport/directserial.h | 4 ++-- src/hardware/serialport/libserial.cpp | 4 ++-- src/hardware/serialport/libserial.h | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/hardware/serialport/directserial.cpp b/src/hardware/serialport/directserial.cpp index 1e591264..8d8db430 100644 --- a/src/hardware/serialport/directserial.cpp +++ b/src/hardware/serialport/directserial.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.cpp,v 1.1 2009-09-25 23:40:47 h-a-l-9000 Exp $ */ +/* $Id: directserial.cpp,v 1.2 2009-09-26 09:15:19 h-a-l-9000 Exp $ */ #include "dosbox.h" diff --git a/src/hardware/serialport/directserial.h b/src/hardware/serialport/directserial.h index e5efe880..d8285ea4 100644 --- a/src/hardware/serialport/directserial.h +++ b/src/hardware/serialport/directserial.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.h,v 1.1 2009-09-25 23:40:47 h-a-l-9000 Exp $ */ +/* $Id: directserial.h,v 1.2 2009-09-26 09:15:19 h-a-l-9000 Exp $ */ // include guard #ifndef DOSBOX_DIRECTSERIAL_WIN32_H diff --git a/src/hardware/serialport/libserial.cpp b/src/hardware/serialport/libserial.cpp index 7ce82163..fe8e7ecb 100644 --- a/src/hardware/serialport/libserial.cpp +++ b/src/hardware/serialport/libserial.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: libserial.cpp,v 1.1 2009-09-25 23:40:47 h-a-l-9000 Exp $ */ +/* $Id: libserial.cpp,v 1.2 2009-09-26 09:15:19 h-a-l-9000 Exp $ */ #include "libserial.h" diff --git a/src/hardware/serialport/libserial.h b/src/hardware/serialport/libserial.h index 25981a49..f3420c84 100644 --- a/src/hardware/serialport/libserial.h +++ b/src/hardware/serialport/libserial.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: libserial.h,v 1.1 2009-09-25 23:40:47 h-a-l-9000 Exp $ */ +/* $Id: libserial.h,v 1.2 2009-09-26 09:15:19 h-a-l-9000 Exp $ */ typedef struct _COMPORT *COMPORT;