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