summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGisle Vanem <gvanem@broadpark.no>2006-07-22 15:37:10 +0000
committerGisle Vanem <gvanem@broadpark.no>2006-07-22 15:37:10 +0000
commit0a83c1e416bac2f97d54adc748b9f45c9086dc7d (patch)
tree483a15b3b546c3347b4cd6ae1e9f2f1a8d3541c1
parentf6e7395ca0e8b148ee5a16d8baf82a10bac94a18 (diff)
downloadc-ares-0a83c1e416bac2f97d54adc748b9f45c9086dc7d.tar.gz
c-ares-0a83c1e416bac2f97d54adc748b9f45c9086dc7d.tar.bz2
c-ares-0a83c1e416bac2f97d54adc748b9f45c9086dc7d.zip
2nd try adding CVS id.
-rw-r--r--ares__close_sockets.c2
-rw-r--r--ares__get_hostent.c2
-rw-r--r--ares__read_line.c2
-rw-r--r--ares_cancel.c2
-rw-r--r--ares_destroy.c2
-rw-r--r--ares_expand_name.c2
-rw-r--r--ares_expand_string.c2
-rw-r--r--ares_free_hostent.c2
-rw-r--r--ares_free_string.c2
-rw-r--r--ares_gethostbyname.c2
-rw-r--r--ares_mkquery.c2
-rw-r--r--ares_parse_a_reply.c2
-rw-r--r--ares_parse_aaaa_reply.c2
-rw-r--r--ares_parse_ptr_reply.c2
-rw-r--r--ares_process.c2
-rw-r--r--ares_query.c2
-rw-r--r--ares_search.c2
-rw-r--r--ares_send.c2
-rw-r--r--ares_strerror.c2
-rw-r--r--ares_timeout.c2
-rw-r--r--bitncmp.c2
-rw-r--r--inet_net_pton.c2
-rw-r--r--windows_port.c2
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
*/