remove all $Id$ lines

pull/1/head
Daniel Stenberg 15 years ago
parent cd6b2b8659
commit 63627fa5ab
  1. 1
      Makefile.dj
  2. 1
      Makefile.m32
  3. 1
      Makefile.msvc
  4. 1
      Makefile.netware
  5. 1
      README.msvc
  6. 1
      acountry.c
  7. 1
      adig.c
  8. 1
      ahost.c
  9. 1
      ares.h
  10. 1
      ares__close_sockets.c
  11. 1
      ares__get_hostent.c
  12. 1
      ares__read_line.c
  13. 1
      ares__timeval.c
  14. 1
      ares_build.h.dist
  15. 1
      ares_build.h.in
  16. 1
      ares_cancel.3
  17. 1
      ares_cancel.c
  18. 1
      ares_data.c
  19. 1
      ares_data.h
  20. 1
      ares_destroy.3
  21. 1
      ares_destroy.c
  22. 1
      ares_destroy_options.3
  23. 1
      ares_dns.h
  24. 1
      ares_dup.3
  25. 1
      ares_expand_name.3
  26. 1
      ares_expand_name.c
  27. 1
      ares_expand_string.3
  28. 1
      ares_expand_string.c
  29. 1
      ares_fds.3
  30. 1
      ares_fds.c
  31. 1
      ares_free_data.3
  32. 1
      ares_free_hostent.3
  33. 1
      ares_free_hostent.c
  34. 1
      ares_free_string.3
  35. 1
      ares_free_string.c
  36. 1
      ares_get_servers.3
  37. 1
      ares_gethostbyaddr.3
  38. 1
      ares_gethostbyaddr.c
  39. 1
      ares_gethostbyname.3
  40. 1
      ares_gethostbyname.c
  41. 1
      ares_gethostbyname_file.3
  42. 1
      ares_getnameinfo.3
  43. 1
      ares_getnameinfo.c
  44. 1
      ares_getopt.c
  45. 1
      ares_getsock.3
  46. 1
      ares_getsock.c
  47. 1
      ares_init.3
  48. 1
      ares_init.c
  49. 1
      ares_init_options.3
  50. 1
      ares_ipv6.h
  51. 1
      ares_library_cleanup.3
  52. 1
      ares_library_init.3
  53. 1
      ares_library_init.c
  54. 1
      ares_library_init.h
  55. 1
      ares_llist.c
  56. 1
      ares_llist.h
  57. 1
      ares_mkquery.3
  58. 1
      ares_mkquery.c
  59. 1
      ares_nowarn.c
  60. 1
      ares_nowarn.h
  61. 1
      ares_options.c
  62. 1
      ares_parse_a_reply.3
  63. 1
      ares_parse_a_reply.c
  64. 1
      ares_parse_aaaa_reply.3
  65. 1
      ares_parse_aaaa_reply.c
  66. 1
      ares_parse_ptr_reply.3
  67. 1
      ares_parse_ptr_reply.c
  68. 1
      ares_parse_srv_reply.c
  69. 1
      ares_parse_txt_reply.c
  70. 1
      ares_private.h
  71. 1
      ares_process.3
  72. 1
      ares_process.c
  73. 1
      ares_query.3
  74. 1
      ares_query.c
  75. 1
      ares_rules.h
  76. 1
      ares_save_options.3
  77. 1
      ares_search.3
  78. 1
      ares_search.c
  79. 1
      ares_send.3
  80. 1
      ares_send.c
  81. 1
      ares_set_servers.3
  82. 1
      ares_set_socket_callback.3
  83. 1
      ares_setup.h
  84. 1
      ares_strcasecmp.c
  85. 1
      ares_strcasecmp.h
  86. 1
      ares_strdup.c
  87. 1
      ares_strdup.h
  88. 1
      ares_strerror.3
  89. 1
      ares_strerror.c
  90. 1
      ares_timeout.3
  91. 1
      ares_timeout.c
  92. 1
      ares_version.3
  93. 1
      ares_version.c
  94. 1
      ares_version.h
  95. 1
      ares_writev.c
  96. 1
      ares_writev.h
  97. 1
      bitncmp.c
  98. 1
      bitncmp.h
  99. 1
      buildconf.bat
  100. 1
      cares.rc
  101. Some files were not shown because too many files have changed in this diff Show More

@ -2,7 +2,6 @@
# c-ares Makefile for djgpp/gcc/Watt-32.
# By Gisle Vanem <gvanem@broadpark.no> 2004.
#
# $Id$
TOPDIR = ..

@ -1,5 +1,4 @@
#############################################################
# $Id$
#
## Makefile for building libcares.a with MingW32 (GCC-3.2)
## Use: make -f Makefile.m32 [demos]

@ -1,4 +1,3 @@
# $Id$
# Copyright (C) 2009-2010 by Daniel Stenberg
#

@ -1,5 +1,4 @@
#################################################################
# $Id$
#
## Makefile for building libcares (NetWare version - gnu make)
## Use: make -f Makefile.netware

@ -1,4 +1,3 @@
$Id$
___ __ _ _ __ ___ ___

@ -1,5 +1,4 @@
/*
* $Id$
*
* IP-address/hostname to country converter.
*

@ -1,6 +1,5 @@
/* Copyright 1998 by the Massachusetts Institute of Technology.
*
* $Id$
*
* Permission to use, copy, modify, and distribute this
* software and its documentation for any purpose and without

@ -1,6 +1,5 @@
/* Copyright 1998 by the Massachusetts Institute of Technology.
*
* $Id$
*
* Permission to use, copy, modify, and distribute this
* software and its documentation for any purpose and without

@ -1,4 +1,3 @@
/* $Id$ */
/* Copyright 1998, 2009 by the Massachusetts Institute of Technology.
* Copyright (C) 2007-2010 by Daniel Stenberg

@ -1,4 +1,3 @@
/* $Id$ */
/* Copyright 1998 by the Massachusetts Institute of Technology.
*

@ -1,4 +1,3 @@
/* $Id$ */
/* Copyright 1998, 2010 by the Massachusetts Institute of Technology.
*

@ -1,4 +1,3 @@
/* $Id$ */
/* Copyright 1998 by the Massachusetts Institute of Technology.
*

@ -1,4 +1,3 @@
/* $Id$ */
/* Copyright (C) 2008 by Daniel Stenberg et al
*

@ -1,7 +1,6 @@
#ifndef __CARES_BUILD_H
#define __CARES_BUILD_H
/* $Id$ */
/* Copyright (C) 2009 - 2010 by Daniel Stenberg et al
*

@ -1,7 +1,6 @@
#ifndef __CARES_BUILD_H
#define __CARES_BUILD_H
/* $Id$ */
/* Copyright (C) 2009 by Daniel Stenberg et al
*

@ -1,4 +1,3 @@
.\" $Id$
.\"
.\" Copyright 1998 by the Massachusetts Institute of Technology.
.\"

@ -1,4 +1,3 @@
/* $Id$ */
/* Copyright (C) 2004 by Daniel Stenberg et al
*

@ -1,4 +1,3 @@
/* $Id$ */
/* Copyright (C) 2009-2010 by Daniel Stenberg
*

@ -1,4 +1,3 @@
/* $Id$ */
/* Copyright (C) 2009-2010 by Daniel Stenberg
*

@ -1,4 +1,3 @@
.\" $Id$
.\"
.\" Copyright 1998 by the Massachusetts Institute of Technology.
.\"

@ -1,4 +1,3 @@
/* $Id$ */
/* Copyright 1998 by the Massachusetts Institute of Technology.
* Copyright (C) 2004-2010 by Daniel Stenberg

@ -1,4 +1,3 @@
.\" $Id$
.\"
.\" Copyright 1998 by the Massachusetts Institute of Technology.
.\"

@ -1,4 +1,3 @@
/* $Id$ */
/* Copyright 1998 by the Massachusetts Institute of Technology.
*

@ -1,4 +1,3 @@
.\" $Id$
.\"
.\" Copyright (C) 2004-2009 by Daniel Stenberg
.\"

@ -1,4 +1,3 @@
.\" $Id$
.\"
.\" Copyright 1998 by the Massachusetts Institute of Technology.
.\"

@ -1,4 +1,3 @@
/* $Id$ */
/* Copyright 1998 by the Massachusetts Institute of Technology.
*

@ -1,4 +1,3 @@
.\" $Id$
.\"
.\" Copyright 1998 by the Massachusetts Institute of Technology.
.\"

@ -1,4 +1,3 @@
/* $Id$ */
/* Copyright 1998 by the Massachusetts Institute of Technology.
*

@ -1,4 +1,3 @@
.\" $Id$
.\"
.\" Copyright 1998 by the Massachusetts Institute of Technology.
.\"

@ -1,4 +1,3 @@
/* $Id$ */
/* Copyright 1998 by the Massachusetts Institute of Technology.
*

@ -1,4 +1,3 @@
.\" $Id$
.\"
.\" Copyright 1998 by the Massachusetts Institute of Technology.
.\" Copyright (C) 2004-2010 by Daniel Stenberg

@ -1,4 +1,3 @@
.\" $Id$
.\"
.\" Copyright 1998 by the Massachusetts Institute of Technology.
.\"

@ -1,4 +1,3 @@
/* $Id$ */
/* Copyright 1998 by the Massachusetts Institute of Technology.
*

@ -1,4 +1,3 @@
.\" $Id$
.\"
.\" Copyright 2000 by the Massachusetts Institute of Technology.
.\"

@ -1,4 +1,3 @@
/* $Id$ */
/* Copyright 2000 by the Massachusetts Institute of Technology.
*

@ -1,4 +1,3 @@
.\" $Id$
.\"
.\" Copyright 1998 by the Massachusetts Institute of Technology.
.\" Copyright (C) 2008-2010 by Daniel Stenberg

@ -1,4 +1,3 @@
.\" $Id$
.\"
.\" Copyright 1998 by the Massachusetts Institute of Technology.
.\"

@ -1,4 +1,3 @@
/* $Id$ */
/* Copyright 1998 by the Massachusetts Institute of Technology.
*

@ -1,4 +1,3 @@
.\" $Id$
.\"
.\" Copyright 1998 by the Massachusetts Institute of Technology.
.\"

@ -1,4 +1,3 @@
/* $Id$ */
/* Copyright 1998 by the Massachusetts Institute of Technology.
*

@ -1,4 +1,3 @@
.\" $Id$
.\"
.\" Copyright 1998 by the Massachusetts Institute of Technology.
.\"

@ -1,4 +1,3 @@
.\" $Id$
.\"
.\" Copyright 2005 by Dominick Meglio.
.\"

@ -1,4 +1,3 @@
/* $Id$ */
/* Copyright 2005 by Dominick Meglio
*

@ -3,7 +3,6 @@
* on 2007-04-11. Lifted from version 5.2 of the 'Open Mash' project with
* the modified BSD license, BSD license without the advertising clause.
*
* $Id$
*/
/*

@ -1,4 +1,3 @@
.\" $Id$
.\"
.\" Copyright 1998 by Daniel Stenberg
.\"

@ -1,4 +1,3 @@
/* $Id$ */
/* Copyright (C) 2005 - 2010, Daniel Stenberg
*

@ -1,4 +1,3 @@
.\" $Id$
.\"
.\" Copyright 1998 by the Massachusetts Institute of Technology.
.\" Copyright (C) 2004-2010 by Daniel Stenberg

@ -1,4 +1,3 @@
/* $Id$ */
/* Copyright 1998 by the Massachusetts Institute of Technology.
* Copyright (C) 2007-2010 by Daniel Stenberg

@ -1,2 +1 @@
.so man3/ares_init.3
.\" $Id$

@ -1,4 +1,3 @@
/* $Id$ */
/* Copyright (C) 2005 by Dominick Meglio
*

@ -1,4 +1,3 @@
.\" $Id$
.\"
.\" Copyright 1998 by the Massachusetts Institute of Technology.
.\" Copyright (C) 2004-2009 by Daniel Stenberg

@ -1,4 +1,3 @@
.\" $Id$
.\"
.\" Copyright 1998 by the Massachusetts Institute of Technology.
.\" Copyright (C) 2004-2009 by Daniel Stenberg

@ -1,4 +1,3 @@
/* $Id$ */
/* Copyright 1998 by the Massachusetts Institute of Technology.
* Copyright (C) 2004-2009 by Daniel Stenberg

@ -1,7 +1,6 @@
#ifndef HEADER_CARES_LIBRARY_INIT_H
#define HEADER_CARES_LIBRARY_INIT_H
/* $Id$ */
/* Copyright 1998 by the Massachusetts Institute of Technology.
* Copyright (C) 2004-2009 by Daniel Stenberg

@ -1,4 +1,3 @@
/* $Id$ */
/* Copyright 1998 by the Massachusetts Institute of Technology.
*

@ -1,7 +1,6 @@
#ifndef __ARES_LLIST_H
#define __ARES_LLIST_H
/* $Id$ */
/* Copyright 1998 by the Massachusetts Institute of Technology.
*

@ -1,4 +1,3 @@
.\" $Id$
.\"
.\" Copyright 1998, 2000 by the Massachusetts Institute of Technology.
.\"

@ -1,4 +1,3 @@
/* $Id$ */
/* Copyright 1998 by the Massachusetts Institute of Technology.
*

@ -1,4 +1,3 @@
/* $Id$ */
/* Copyright (C) 2010 by Daniel Stenberg
*

@ -1,7 +1,6 @@
#ifndef HEADER_CARES_NOWARN_H
#define HEADER_CARES_NOWARN_H
/* $Id$ */
/* Copyright (C) 2010 by Daniel Stenberg
*

@ -1,4 +1,3 @@
/* $Id$ */
/* Copyright 1998 by the Massachusetts Institute of Technology.
* Copyright (C) 2008-2010 by Daniel Stenberg

@ -1,4 +1,3 @@
.\" $Id$
.\"
.\" Copyright 1998 by the Massachusetts Institute of Technology.
.\"

@ -1,4 +1,3 @@
/* $Id$ */
/* Copyright 1998 by the Massachusetts Institute of Technology.
*

@ -1,4 +1,3 @@
.\" $Id$
.\"
.\" Copyright 2005 by Dominick Meglio.
.\"

@ -1,4 +1,3 @@
/* $Id$ */
/* Copyright 1998 by the Massachusetts Institute of Technology.
* Copyright 2005 Dominick Meglio

@ -1,4 +1,3 @@
.\" $Id$
.\"
.\" Copyright 1998 by the Massachusetts Institute of Technology.
.\"

@ -1,4 +1,3 @@
/* $Id$ */
/* Copyright 1998 by the Massachusetts Institute of Technology.
*

@ -1,4 +1,3 @@
/* $Id$ */
/* Copyright 1998 by the Massachusetts Institute of Technology.
* Copyright (C) 2009 by Jakub Hrozek <jhrozek@redhat.com>

@ -1,4 +1,3 @@
/* $Id$ */
/* Copyright 1998 by the Massachusetts Institute of Technology.
* Copyright (C) 2009 by Jakub Hrozek <jhrozek@redhat.com>

@ -1,7 +1,6 @@
#ifndef __ARES_PRIVATE_H
#define __ARES_PRIVATE_H
/* $Id$ */
/* Copyright 1998 by the Massachusetts Institute of Technology.
* Copyright (C) 2004-2010 by Daniel Stenberg

@ -1,4 +1,3 @@
.\" $Id$
.\"
.\" Copyright 1998 by the Massachusetts Institute of Technology.
.\"

@ -1,4 +1,3 @@
/* $Id$ */
/* Copyright 1998 by the Massachusetts Institute of Technology.
* Copyright (C) 2004-2010 by Daniel Stenberg

@ -1,4 +1,3 @@
.\" $Id$
.\"
.\" Copyright 1998 by the Massachusetts Institute of Technology.
.\"

@ -1,4 +1,3 @@
/* $Id$ */
/* Copyright 1998 by the Massachusetts Institute of Technology.
*

@ -1,7 +1,6 @@
#ifndef __CARES_RULES_H
#define __CARES_RULES_H
/* $Id$ */
/* Copyright (C) 2009 by Daniel Stenberg et al
*

@ -1,4 +1,3 @@
.\" $Id$
.\"
.\" Copyright 1998 by the Massachusetts Institute of Technology.
.\"

@ -1,4 +1,3 @@
.\" $Id$
.\"
.\" Copyright 1998 by the Massachusetts Institute of Technology.
.\"

@ -1,4 +1,3 @@
/* $Id$ */
/* Copyright 1998 by the Massachusetts Institute of Technology.
*

@ -1,4 +1,3 @@
.\" $Id$
.\"
.\" Copyright 1998 by the Massachusetts Institute of Technology.
.\"

@ -1,4 +1,3 @@
/* $Id$ */
/* Copyright 1998 by the Massachusetts Institute of Technology.
*

@ -1,4 +1,3 @@
.\" $Id$
.\"
.\" Copyright 1998 by the Massachusetts Institute of Technology.
.\" Copyright (C) 2008-2010 by Daniel Stenberg

@ -1,4 +1,3 @@
.\" $Id$
.\"
.TH ARES_SET_SOCKET_CALLBACK 3 "20 Nov 2009"
.SH NAME

@ -1,7 +1,6 @@
#ifndef HEADER_CARES_SETUP_H
#define HEADER_CARES_SETUP_H
/* $Id$ */
/* Copyright (C) 2004 - 2009 by Daniel Stenberg et al
*

@ -1,5 +1,4 @@
/* $Id$ */
/* Copyright 1998 by the Massachusetts Institute of Technology.
*

@ -1,7 +1,6 @@
#ifndef HEADER_CARES_STRCASECMP_H
#define HEADER_CARES_STRCASECMP_H
/* $Id$ */
/* Copyright 1998 by the Massachusetts Institute of Technology.
*

@ -1,5 +1,4 @@
/* $Id$ */
/* Copyright 1998 by the Massachusetts Institute of Technology.
*

@ -1,7 +1,6 @@
#ifndef HEADER_CARES_STRDUP_H
#define HEADER_CARES_STRDUP_H
/* $Id$ */
/* Copyright 1998 by the Massachusetts Institute of Technology.
*

@ -1,4 +1,3 @@
.\" $Id$
.\"
.\" Copyright 1998 by the Massachusetts Institute of Technology.
.\"

@ -1,4 +1,3 @@
/* $Id$ */
/* Copyright 1998 by the Massachusetts Institute of Technology.
*

@ -1,4 +1,3 @@
.\" $Id$
.\"
.\" Copyright 1998 by the Massachusetts Institute of Technology.
.\"

@ -1,4 +1,3 @@
/* $Id$ */
/* Copyright 1998 by the Massachusetts Institute of Technology.
*

@ -1,4 +1,3 @@
.\" $Id$
.\"
.\" Copyright 2004 by Daniel Stenberg
.\"

@ -1,4 +1,3 @@
/* $Id$ */
#include "ares_setup.h"
#include "ares.h"

@ -1,4 +1,3 @@
/* $Id$ */
#ifndef ARES__VERSION_H
#define ARES__VERSION_H

@ -1,5 +1,4 @@
/* $Id$ */
/* Copyright 1998 by the Massachusetts Institute of Technology.
*

@ -1,7 +1,6 @@
#ifndef HEADER_CARES_WRITEV_H
#define HEADER_CARES_WRITEV_H
/* $Id$ */
/* Copyright 1998 by the Massachusetts Institute of Technology.
*

@ -1,4 +1,3 @@
/* $Id$ */
/*
* Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC")

@ -1,7 +1,6 @@
#ifndef __ARES_BITNCMP_H
#define __ARES_BITNCMP_H
/* $Id$ */
/* Copyright (C) 2005 by Dominick Meglio
*

@ -1,6 +1,5 @@
@echo off
REM
REM $Id$
REM
REM This batch file must be used to set up a git tree to build on
REM systems where there is no autotools support (i.e. Microsoft).

@ -1,4 +1,3 @@
/* $Id$ */
/* Copyright (C) 2009 by Daniel Stenberg
*

Some files were not shown because too many files have changed in this diff Show More

Loading…
Cancel
Save