From a492504a6315abba95cb2e2756550deabb7cccf1 Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Sat, 7 Jan 2006 00:23:32 +0000 Subject: [PATCH] update copyright notice --- lib/isc/win32/socket.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/isc/win32/socket.c b/lib/isc/win32/socket.c index 0900419606..00258b36c5 100644 --- a/lib/isc/win32/socket.c +++ b/lib/isc/win32/socket.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004, 2005 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004-2006 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 2000-2003 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any @@ -15,7 +15,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: socket.c,v 1.5.2.28 2006/01/06 01:34:18 marka Exp $ */ +/* $Id: socket.c,v 1.5.2.29 2006/01/07 00:23:32 marka Exp $ */ /* This code has been rewritten to take advantage of Windows Sockets * I/O Completion Ports and Events. I/O Completion Ports is ONLY