diff --git a/bin/tests/db_test.c b/bin/tests/db_test.c index fa37df9d7e..c7f8cc25fb 100644 --- a/bin/tests/db_test.c +++ b/bin/tests/db_test.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004, 2005, 2007-2009 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004, 2005, 2007-2009, 2011 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any @@ -15,7 +15,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: db_test.c,v 1.68.104.1 2011/08/28 23:56:42 marka Exp $ */ +/* $Id: db_test.c,v 1.68.104.2 2011/08/29 23:45:33 tbox Exp $ */ /*! \file * \author diff --git a/bin/tests/nsecify.c b/bin/tests/nsecify.c index 63147b72d9..9a292d86a5 100644 --- a/bin/tests/nsecify.c +++ b/bin/tests/nsecify.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004, 2007-2009 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004, 2007-2009, 2011 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 1999-2001, 2003 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any @@ -15,7 +15,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: nsecify.c,v 1.10.104.1 2011/08/28 23:37:40 marka Exp $ */ +/* $Id: nsecify.c,v 1.10.104.2 2011/08/29 23:45:33 tbox Exp $ */ #include diff --git a/lib/lwres/lwinetpton.c b/lib/lwres/lwinetpton.c index c6d6761f9a..33fcca0195 100644 --- a/lib/lwres/lwinetpton.c +++ b/lib/lwres/lwinetpton.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004, 2005, 2007 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004, 2005, 2007, 2011 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 1996-2001 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any @@ -19,7 +19,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static char rcsid[] = "$Id: lwinetpton.c,v 1.12.558.1 2011/08/29 06:00:29 marka Exp $"; +static char rcsid[] = "$Id: lwinetpton.c,v 1.12.558.2 2011/08/29 23:45:34 tbox Exp $"; #endif /* LIBC_SCCS and not lint */ #include @@ -41,7 +41,7 @@ static char rcsid[] = "$Id: lwinetpton.c,v 1.12.558.1 2011/08/29 06:00:29 marka static int inet_pton4(const char *src, unsigned char *dst); static int inet_pton6(const char *src, unsigned char *dst); -/*! +/*! * int * lwres_net_pton(af, src, dst) * convert from presentation format (which usually means ASCII printable)