From 93858efe73ea65ca96f8c93e99bd9258d3739bc8 Mon Sep 17 00:00:00 2001 From: Gisle Vanem Date: Sat, 22 Jul 2006 15:37:10 +0000 Subject: [PATCH] 2nd try adding CVS id. --- ares/ares__close_sockets.c | 2 +- ares/ares__get_hostent.c | 2 +- ares/ares__read_line.c | 2 +- ares/ares_cancel.c | 2 +- ares/ares_destroy.c | 2 +- ares/ares_expand_name.c | 2 +- ares/ares_expand_string.c | 2 +- ares/ares_free_hostent.c | 2 +- ares/ares_free_string.c | 2 +- ares/ares_gethostbyname.c | 2 +- ares/ares_mkquery.c | 2 +- ares/ares_parse_a_reply.c | 2 +- ares/ares_parse_aaaa_reply.c | 2 ++ ares/ares_parse_ptr_reply.c | 2 +- ares/ares_process.c | 2 ++ ares/ares_query.c | 2 +- ares/ares_search.c | 2 +- ares/ares_send.c | 2 +- ares/ares_strerror.c | 2 +- ares/ares_timeout.c | 2 +- ares/bitncmp.c | 2 +- ares/inet_net_pton.c | 2 +- ares/windows_port.c | 2 +- 23 files changed, 25 insertions(+), 21 deletions(-) diff --git a/ares/ares__close_sockets.c b/ares/ares__close_sockets.c index dcb319e..64eccdf 100644 --- a/ares/ares__close_sockets.c +++ b/ares/ares__close_sockets.c @@ -1,4 +1,4 @@ -/* $Id: */ +/* $Id$ */ /* Copyright 1998 by the Massachusetts Institute of Technology. * diff --git a/ares/ares__get_hostent.c b/ares/ares__get_hostent.c index 5220400..ecfd52a 100644 --- a/ares/ares__get_hostent.c +++ b/ares/ares__get_hostent.c @@ -1,4 +1,4 @@ -/* $Id: */ +/* $Id$ */ /* Copyright 1998 by the Massachusetts Institute of Technology. * diff --git a/ares/ares__read_line.c b/ares/ares__read_line.c index d965904..bdb314c 100644 --- a/ares/ares__read_line.c +++ b/ares/ares__read_line.c @@ -1,4 +1,4 @@ -/* $Id: */ +/* $Id$ */ /* Copyright 1998 by the Massachusetts Institute of Technology. * diff --git a/ares/ares_cancel.c b/ares/ares_cancel.c index f2f6c7e..8e3efa3 100644 --- a/ares/ares_cancel.c +++ b/ares/ares_cancel.c @@ -1,4 +1,4 @@ -/* $Id: */ +/* $Id$ */ /* Copyright (C) 2004 by Daniel Stenberg et al * diff --git a/ares/ares_destroy.c b/ares/ares_destroy.c index 61028a6..b7a21e9 100644 --- a/ares/ares_destroy.c +++ b/ares/ares_destroy.c @@ -1,4 +1,4 @@ -/* $Id: */ +/* $Id$ */ /* Copyright 1998 by the Massachusetts Institute of Technology. * diff --git a/ares/ares_expand_name.c b/ares/ares_expand_name.c index 950ea74..a08c81d 100644 --- a/ares/ares_expand_name.c +++ b/ares/ares_expand_name.c @@ -1,4 +1,4 @@ -/* $Id: */ +/* $Id$ */ /* Copyright 1998 by the Massachusetts Institute of Technology. * diff --git a/ares/ares_expand_string.c b/ares/ares_expand_string.c index 58d209a..0a4343d 100644 --- a/ares/ares_expand_string.c +++ b/ares/ares_expand_string.c @@ -1,4 +1,4 @@ -/* $Id: */ +/* $Id$ */ /* Copyright 1998 by the Massachusetts Institute of Technology. * diff --git a/ares/ares_free_hostent.c b/ares/ares_free_hostent.c index a41624f..c524281 100644 --- a/ares/ares_free_hostent.c +++ b/ares/ares_free_hostent.c @@ -1,4 +1,4 @@ -/* $Id: */ +/* $Id$ */ /* Copyright 1998 by the Massachusetts Institute of Technology. * diff --git a/ares/ares_free_string.c b/ares/ares_free_string.c index 2da45bc..c5810b2 100644 --- a/ares/ares_free_string.c +++ b/ares/ares_free_string.c @@ -1,4 +1,4 @@ -/* $Id: */ +/* $Id$ */ /* Copyright 2000 by the Massachusetts Institute of Technology. * diff --git a/ares/ares_gethostbyname.c b/ares/ares_gethostbyname.c index e1696ac..09d14a5 100644 --- a/ares/ares_gethostbyname.c +++ b/ares/ares_gethostbyname.c @@ -1,4 +1,4 @@ -/* $Id: */ +/* $Id$ */ /* Copyright 1998 by the Massachusetts Institute of Technology. * diff --git a/ares/ares_mkquery.c b/ares/ares_mkquery.c index 43b6754..e30abfc 100644 --- a/ares/ares_mkquery.c +++ b/ares/ares_mkquery.c @@ -1,4 +1,4 @@ -/* $Id: */ +/* $Id$ */ /* Copyright 1998 by the Massachusetts Institute of Technology. * diff --git a/ares/ares_parse_a_reply.c b/ares/ares_parse_a_reply.c index 60246d3..54b5151 100644 --- a/ares/ares_parse_a_reply.c +++ b/ares/ares_parse_a_reply.c @@ -1,4 +1,4 @@ -/* $Id: */ +/* $Id$ */ /* Copyright 1998 by the Massachusetts Institute of Technology. * diff --git a/ares/ares_parse_aaaa_reply.c b/ares/ares_parse_aaaa_reply.c index ae68ca6..036db28 100644 --- a/ares/ares_parse_aaaa_reply.c +++ b/ares/ares_parse_aaaa_reply.c @@ -1,3 +1,5 @@ +/* $Id$ */ + /* Copyright 2005 Dominick Meglio * * Permission to use, copy, modify, and distribute this diff --git a/ares/ares_parse_ptr_reply.c b/ares/ares_parse_ptr_reply.c index 21ea8fa..b8b600b 100644 --- a/ares/ares_parse_ptr_reply.c +++ b/ares/ares_parse_ptr_reply.c @@ -1,4 +1,4 @@ -/* $Id: */ +/* $Id$ */ /* Copyright 1998 by the Massachusetts Institute of Technology. * diff --git a/ares/ares_process.c b/ares/ares_process.c index 9438c42..3a60bf1 100644 --- a/ares/ares_process.c +++ b/ares/ares_process.c @@ -1,3 +1,5 @@ +/* $Id$ */ + /* Copyright 1998 by the Massachusetts Institute of Technology. * * Permission to use, copy, modify, and distribute this diff --git a/ares/ares_query.c b/ares/ares_query.c index 4f044d8..8b2dabd 100644 --- a/ares/ares_query.c +++ b/ares/ares_query.c @@ -1,4 +1,4 @@ -/* $Id: */ +/* $Id$ */ /* Copyright 1998 by the Massachusetts Institute of Technology. * diff --git a/ares/ares_search.c b/ares/ares_search.c index 816e160..099a7c7 100644 --- a/ares/ares_search.c +++ b/ares/ares_search.c @@ -1,4 +1,4 @@ -/* $Id: */ +/* $Id$ */ /* Copyright 1998 by the Massachusetts Institute of Technology. * diff --git a/ares/ares_send.c b/ares/ares_send.c index f0a85ad..a279ee9 100644 --- a/ares/ares_send.c +++ b/ares/ares_send.c @@ -1,4 +1,4 @@ -/* $Id: */ +/* $Id$ */ /* Copyright 1998 by the Massachusetts Institute of Technology. * diff --git a/ares/ares_strerror.c b/ares/ares_strerror.c index 326e6fb..67fc4f9 100644 --- a/ares/ares_strerror.c +++ b/ares/ares_strerror.c @@ -1,4 +1,4 @@ -/* $Id: */ +/* $Id$ */ /* Copyright 1998 by the Massachusetts Institute of Technology. * diff --git a/ares/ares_timeout.c b/ares/ares_timeout.c index c6af87e..a6a0af3 100644 --- a/ares/ares_timeout.c +++ b/ares/ares_timeout.c @@ -1,4 +1,4 @@ -/* $Id: */ +/* $Id$ */ /* Copyright 1998 by the Massachusetts Institute of Technology. * diff --git a/ares/bitncmp.c b/ares/bitncmp.c index 0d4ce56..bb35d4b 100644 --- a/ares/bitncmp.c +++ b/ares/bitncmp.c @@ -1,4 +1,4 @@ -/* $Id: */ +/* $Id$ */ /* * Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC") diff --git a/ares/inet_net_pton.c b/ares/inet_net_pton.c index 3621bb8..d3e672b 100644 --- a/ares/inet_net_pton.c +++ b/ares/inet_net_pton.c @@ -1,4 +1,4 @@ -/* $Id: */ +/* $Id$ */ /* * Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC") diff --git a/ares/windows_port.c b/ares/windows_port.c index 3dc8c78..a2b72d5 100644 --- a/ares/windows_port.c +++ b/ares/windows_port.c @@ -1,6 +1,6 @@ #include "setup.h" -/* $Id: */ +/* $Id$ */ /* only do the following on windows */ -- 2.7.4