diff --git a/bin/tests/journalprint.c b/bin/tests/journalprint.c index 0eec367dbc..59c24081d0 100644 --- a/bin/tests/journalprint.c +++ b/bin/tests/journalprint.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, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any @@ -15,7 +15,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: journalprint.c,v 1.8 2006/08/24 00:17:54 marka Exp $ */ +/* $Id: journalprint.c,v 1.9 2006/08/25 05:25:52 marka Exp $ */ /*! \file */ #include diff --git a/lib/dns/portlist.c b/lib/dns/portlist.c index 8d270b8a43..f85d4e0a87 100644 --- a/lib/dns/portlist.c +++ b/lib/dns/portlist.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) 2003 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any @@ -15,7 +15,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: portlist.c,v 1.10 2006/08/24 00:17:54 marka Exp $ */ +/* $Id: portlist.c,v 1.11 2006/08/25 05:25:52 marka Exp $ */ /*! \file */ diff --git a/lib/isc/netscope.c b/lib/isc/netscope.c index b1104c44db..11ffd8d981 100644 --- a/lib/isc/netscope.c +++ b/lib/isc/netscope.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) 2002 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any @@ -19,7 +19,7 @@ #if defined(LIBC_SCCS) && !defined(lint) static char rcsid[] = - "$Id: netscope.c,v 1.10 2006/08/24 00:17:54 marka Exp $"; + "$Id: netscope.c,v 1.11 2006/08/25 05:25:52 marka Exp $"; #endif /* LIBC_SCCS and not lint */ #include diff --git a/lib/isc/nothreads/condition.c b/lib/isc/nothreads/condition.c index 48be11878e..2b2521ba18 100644 --- a/lib/isc/nothreads/condition.c +++ b/lib/isc/nothreads/condition.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004, 2006 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any @@ -15,7 +15,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: condition.c,v 1.7 2006/08/24 00:17:54 marka Exp $ */ +/* $Id: condition.c,v 1.8 2006/08/25 05:25:52 marka Exp $ */ #include diff --git a/lib/isc/nothreads/mutex.c b/lib/isc/nothreads/mutex.c index b5523711cf..f6ec95f346 100644 --- a/lib/isc/nothreads/mutex.c +++ b/lib/isc/nothreads/mutex.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004, 2006 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any @@ -15,7 +15,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: mutex.c,v 1.7 2006/08/24 00:17:54 marka Exp $ */ +/* $Id: mutex.c,v 1.8 2006/08/25 05:25:52 marka Exp $ */ #include diff --git a/lib/isc/unix/fsaccess.c b/lib/isc/unix/fsaccess.c index d159b6682d..d8f1792dd6 100644 --- a/lib/isc/unix/fsaccess.c +++ b/lib/isc/unix/fsaccess.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, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any @@ -15,7 +15,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: fsaccess.c,v 1.10 2006/08/24 00:17:54 marka Exp $ */ +/* $Id: fsaccess.c,v 1.11 2006/08/25 05:25:52 marka Exp $ */ #include diff --git a/lib/isc/unix/ipv6.c b/lib/isc/unix/ipv6.c index e1a3a08461..f848e13847 100644 --- a/lib/isc/unix/ipv6.c +++ b/lib/isc/unix/ipv6.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) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any @@ -15,7 +15,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: ipv6.c,v 1.11 2006/08/24 00:17:54 marka Exp $ */ +/* $Id: ipv6.c,v 1.12 2006/08/25 05:25:52 marka Exp $ */ /*! \file */ diff --git a/lib/lwres/gai_strerror.c b/lib/lwres/gai_strerror.c index 59aae09b0b..61427490f8 100644 --- a/lib/lwres/gai_strerror.c +++ b/lib/lwres/gai_strerror.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, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any @@ -15,7 +15,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: gai_strerror.c,v 1.19 2006/08/24 00:17:54 marka Exp $ */ +/* $Id: gai_strerror.c,v 1.20 2006/08/25 05:25:52 marka Exp $ */ /*! \file gai_strerror.c * lwres_gai_strerror() returns an error message corresponding to an