From b5697eb1f77995fe0cb391efccde50f83bfbcf6e Mon Sep 17 00:00:00 2001 From: Peter Veenstra Date: Tue, 10 Feb 2004 16:32:10 +0000 Subject: [PATCH] slightly more valid dates/compilation warnings Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1675 --- include/ipx.h | 3 ++- include/ipxserver.h | 5 +++-- src/hardware/ipx.cpp | 2 +- src/hardware/ipxserver.cpp | 4 ++-- 4 files changed, 8 insertions(+), 6 deletions(-) diff --git a/include/ipx.h b/include/ipx.h index 2e002653..624ea8bc 100644 --- a/include/ipx.h +++ b/include/ipx.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002 The DOSBox Team + * Copyright (C) 2002-2004 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 @@ -89,3 +89,4 @@ void PackIP(IPaddress ipAddr, PackedIP *ipPack); #endif #endif + diff --git a/include/ipxserver.h b/include/ipxserver.h index 4877cfb2..9a4441b6 100644 --- a/include/ipxserver.h +++ b/include/ipxserver.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002 The DOSBox Team + * Copyright (C) 2002-2004 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 @@ -46,4 +46,5 @@ Bit8u packetCRC(Bit8u *buffer, Bit16u bufSize); #endif -#endif \ No newline at end of file +#endif + diff --git a/src/hardware/ipx.cpp b/src/hardware/ipx.cpp index f0626241..38da62e2 100644 --- a/src/hardware/ipx.cpp +++ b/src/hardware/ipx.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002 The DOSBox Team + * Copyright (C) 2002-2004 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/ipxserver.cpp b/src/hardware/ipxserver.cpp index 174aa1b3..b2471d00 100644 --- a/src/hardware/ipxserver.cpp +++ b/src/hardware/ipxserver.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002 The DOSBox Team + * Copyright (C) 2002-2004 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 @@ -232,4 +232,4 @@ bool IPX_StartServer(Bit16u portnum) { } -#endif \ No newline at end of file +#endif