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