]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
update copyrights
authorMark Andrews <marka@isc.org>
Fri, 8 Feb 2002 03:57:47 +0000 (03:57 +0000)
committerMark Andrews <marka@isc.org>
Fri, 8 Feb 2002 03:57:47 +0000 (03:57 +0000)
34 files changed:
COPYRIGHT
bin/check/named-checkconf.docbook
bin/check/named-checkzone.c
bin/dig/dig.c
bin/dig/dighost.c
bin/dig/host.c
bin/dig/nslookup.c
bin/named/client.c
bin/named/config.c
bin/named/include/named/query.h
bin/named/interfacemgr.c
bin/named/query.c
bin/named/server.c
bin/named/update.c
bin/nsupdate/nsupdate.c
bin/rndc/rndc-confgen.8
bin/rndc/rndc-confgen.html
bin/tests/printmsg.c
doc/misc/dnssec
lib/dns/dnssec.c
lib/dns/include/dns/message.h
lib/dns/include/dns/zone.h
lib/dns/master.c
lib/dns/message.c
lib/dns/ncache.c
lib/dns/zone.c
lib/isc/hex.c
lib/isc/include/isc/lex.h
lib/isc/log.c
lib/isc/mem.c
lib/isc/unix/socket.c
lib/isc/win32/socket.c
lib/isccfg/check.c
lib/isccfg/parser.c

index cea13aab93c8eb13e0047848177af16925530b62..19b28b843c0b5a66814c0a8ac9cdc3b55e99eb79 100644 (file)
--- a/COPYRIGHT
+++ b/COPYRIGHT
@@ -13,6 +13,7 @@ FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
 NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
 WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 
+$Id: COPYRIGHT,v 1.6.2.1 2002/02/08 03:56:56 marka Exp $
 
 Portions Copyright (C) 1996-2001  Nominum, Inc.
 
index 3f872c7ad25bfd689e6bb88b34c0e72b26f874c9..03f4612be03b5cae399b46cf3ae2d1d972eee3d0 100644 (file)
@@ -1,6 +1,6 @@
 <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN">
 <!--
- - Copyright (C) 2001  Internet Software Consortium.
+ - Copyright (C) 2001, 2002  Internet Software Consortium.
  -
  - Permission to use, copy, modify, and distribute this software for any
  - purpose with or without fee is hereby granted, provided that the above
@@ -16,7 +16,7 @@
  - WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 -->
 
-<!-- $Id: named-checkconf.docbook,v 1.3 2001/06/29 01:04:56 gson Exp $ -->
+<!-- $Id: named-checkconf.docbook,v 1.3.2.1 2002/02/08 03:56:57 marka Exp $ -->
 
 <refentry>
   <refentryinfo>
index fe50e19274f663227cb57ba96c902d9b12f9e576..5aad258ceda091121f68dd62268fc92900947dd5 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1999-2001  Internet Software Consortium.
+ * Copyright (C) 1999-2002  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
@@ -15,7 +15,7 @@
  * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: named-checkzone.c,v 1.13.2.1 2002/01/22 23:34:56 gson Exp $ */
+/* $Id: named-checkzone.c,v 1.13.2.2 2002/02/08 03:56:58 marka Exp $ */
 
 #include <config.h>
 
index 95930d020bb750b40bdf801d490dc9cd0e82dab1..fcd2c9d016aa1886c31ad193bfe667548a3cc383 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2000, 2001  Internet Software Consortium.
+ * Copyright (C) 2000-2002  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
@@ -15,7 +15,7 @@
  * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: dig.c,v 1.157.2.5 2002/01/23 17:57:46 gson Exp $ */
+/* $Id: dig.c,v 1.157.2.6 2002/02/08 03:57:00 marka Exp $ */
 
 #include <config.h>
 #include <stdlib.h>
index b7deb693ceca6282217a91afe965bde14ed2126d..612a8632ce730fd656899f80f0e1915fed74b0f7 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2000, 2001  Internet Software Consortium.
+ * Copyright (C) 2000-2002  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
@@ -15,7 +15,7 @@
  * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: dighost.c,v 1.221.2.9 2002/01/24 18:42:29 gson Exp $ */
+/* $Id: dighost.c,v 1.221.2.10 2002/02/08 03:57:02 marka Exp $ */
 
 /*
  * Notice to programmers:  Do not use this code as an example of how to
index b96befaa7f7c232468e45757d1695ef8e4526e19..5218ff7fad06cc30c7aeed37026c143090ca8b88 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2000, 2001  Internet Software Consortium.
+ * Copyright (C) 2000-2002  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
@@ -15,7 +15,7 @@
  * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: host.c,v 1.76.2.1 2002/01/23 17:57:47 gson Exp $ */
+/* $Id: host.c,v 1.76.2.2 2002/02/08 03:57:04 marka Exp $ */
 
 #include <config.h>
 #include <stdlib.h>
index 87d66b48a48fdd9d04c3e9f039b80b0d2d30b1f8..1b5810b018e6e1ae81a708b54f524cba24b5acb5 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2000, 2001  Internet Software Consortium.
+ * Copyright (C) 2000-2002  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
@@ -15,7 +15,7 @@
  * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: nslookup.c,v 1.90.2.1 2002/01/23 17:57:48 gson Exp $ */
+/* $Id: nslookup.c,v 1.90.2.2 2002/02/08 03:57:05 marka Exp $ */
 
 #include <config.h>
 
index 6fc3106067a4a1a77853d576675aab4022039f59..89d3b39bbd06252e5cd2d4a02927bcca95ef5f84 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1999-2001  Internet Software Consortium.
+ * Copyright (C) 1999-2002  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
@@ -15,7 +15,7 @@
  * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: client.c,v 1.176.2.9 2002/01/24 19:00:24 gson Exp $ */
+/* $Id: client.c,v 1.176.2.10 2002/02/08 03:57:07 marka Exp $ */
 
 #include <config.h>
 
index 5387e599f987cfcc7f8ed0435f1a4cab4423555b..b10ba494dec1741c34b60ab49e26efb446eccee9 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2001  Internet Software Consortium.
+ * Copyright (C) 2001, 2002  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
@@ -15,7 +15,7 @@
  * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: config.c,v 1.11.2.2 2002/01/24 03:06:23 marka Exp $ */
+/* $Id: config.c,v 1.11.2.3 2002/02/08 03:57:09 marka Exp $ */
 
 #include <config.h>
 
index aaae78a145d431f3c0170a4ba382dfcf03ef1d28..20d575f1edb262813a0ab01907e8c374fcafe5d3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1999-2001  Internet Software Consortium.
+ * Copyright (C) 1999-2002  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
@@ -15,7 +15,7 @@
  * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: query.h,v 1.28.2.2 2002/01/24 04:22:58 marka Exp $ */
+/* $Id: query.h,v 1.28.2.3 2002/02/08 03:57:17 marka Exp $ */
 
 #ifndef NAMED_QUERY_H
 #define NAMED_QUERY_H 1
index cb56f164560be56f9eaa7ed060b58c07b164f994..cf687da4169c1bd9d29685837808c8d41feee613 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1999-2001  Internet Software Consortium.
+ * Copyright (C) 1999-2002  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
@@ -15,7 +15,7 @@
  * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: interfacemgr.c,v 1.59.2.4 2002/01/24 22:59:07 marka Exp $ */
+/* $Id: interfacemgr.c,v 1.59.2.5 2002/02/08 03:57:10 marka Exp $ */
 
 #include <config.h>
 
index 2b65d896d9b93f9ab5dea8df83a78c87042957e8..3408f34eeb48202b5dc749d3fdc9b40a9817c433 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1999-2001  Internet Software Consortium.
+ * Copyright (C) 1999-2002  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
@@ -15,7 +15,7 @@
  * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: query.c,v 1.198.2.5 2002/01/24 23:09:15 marka Exp $ */
+/* $Id: query.c,v 1.198.2.6 2002/02/08 03:57:12 marka Exp $ */
 
 #include <config.h>
 
index d8b5def13ea775562bee9c4c19ba50a1f4ae1546..38612a4210ca8f280a3977a7f3da40d56b4332f1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1999-2001  Internet Software Consortium.
+ * Copyright (C) 1999-2002  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
@@ -15,7 +15,7 @@
  * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: server.c,v 1.339.2.3 2002/01/24 03:06:25 marka Exp $ */
+/* $Id: server.c,v 1.339.2.4 2002/02/08 03:57:13 marka Exp $ */
 
 #include <config.h>
 
index bf4f9af7814ee51e8196c73e71a5f20675cf22ee..48fdac4a71630fb7c6c81baeea181e9d0df23870 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1999-2001  Internet Software Consortium.
+ * Copyright (C) 1999-2002  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
@@ -15,7 +15,7 @@
  * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: update.c,v 1.88.2.2 2002/01/23 08:17:55 bwelling Exp $ */
+/* $Id: update.c,v 1.88.2.3 2002/02/08 03:57:15 marka Exp $ */
 
 #include <config.h>
 
index 7050abfd1fdb1d19743f6c85911d5996c5b4fa8f..b1da4d26d21b8c82193969d05ba86a174025f135 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2000, 2001  Internet Software Consortium.
+ * Copyright (C) 2000-2002  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
@@ -15,7 +15,7 @@
  * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: nsupdate.c,v 1.103.2.8 2002/01/24 21:59:51 marka Exp $ */
+/* $Id: nsupdate.c,v 1.103.2.9 2002/02/08 03:57:18 marka Exp $ */
 
 #include <config.h>
 
index de370d5d6f3be917c4b6a96e4d44a52c13345eef..92042eb262661908861ba0fba28cb60d29208ff9 100644 (file)
@@ -1,5 +1,4 @@
-.\"
-.\" Copyright (C) 2000, 2001  Internet Software Consortium.
+.\" Copyright (C) 2001  Internet Software Consortium.
 .\"
 .\" Permission to use, copy, modify, and distribute this software for any
 .\" purpose with or without fee is hereby granted, provided that the above
@@ -14,6 +13,8 @@
 .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
 .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 .\"
+.\" $Id: rndc-confgen.8,v 1.3.2.1 2002/02/08 03:57:20 marka Exp $
+
 .TH "RNDC-CONFGEN" "8" "Aug 27, 2001" "BIND9" ""
 .SH NAME
 rndc-confgen \- rndc key generation tool
index 7c5069201dc66cdd8a4fa93920ee86696002dc61..2d11fa0e58f7182c77cfe759c1d8c006401dad1c 100644 (file)
@@ -1,10 +1,10 @@
 <!--
- - Copyright (C) 2000, 2001  Internet Software Consortium.
- - 
+ - Copyright (C) 2001  Internet Software Consortium.
+ -
  - Permission to use, copy, modify, and distribute this software for any
  - purpose with or without fee is hereby granted, provided that the above
  - copyright notice and this permission notice appear in all copies.
- - 
+ -
  - THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM
  - DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL
  - IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL
@@ -14,6 +14,9 @@
  - NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
  - WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 -->
+
+<!-- $Id: rndc-confgen.html,v 1.3.2.1 2002/02/08 03:57:21 marka Exp $ -->
+
 <HTML
 ><HEAD
 ><TITLE
index ba0c5a078eeee28a827d4f06ad84036d221b9b7a..6d78a8ea4040f513847dc7dff26c311e08c9c7a6 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1998-2001  Internet Software Consortium.
+ * Copyright (C) 1998-2002  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
@@ -15,7 +15,7 @@
  * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: printmsg.c,v 1.25.2.1 2002/01/23 17:57:49 gson Exp $ */
+/* $Id: printmsg.c,v 1.25.2.2 2002/02/08 03:57:23 marka Exp $ */
 
 #include <config.h>
 
index 2b3cbb0e1e103c6fed58d8378dc4812955bdade6..717386241d3f23bd376098a0171fa7b7b5cc54ca 100644 (file)
@@ -1,4 +1,4 @@
-Copyright (C) 2000, 2001  Internet Software Consortium.
+Copyright (C) 2000-2002  Internet Software Consortium.
 See COPYRIGHT in the source root or http://isc.org/copyright.html for terms.
 
 DNSSEC Release Notes
@@ -88,4 +88,4 @@ future as we consider them inferior to the use of TSIG or SIG(0) to
 ensure the integrity of zone transfers.
 
 
-$Id: dnssec,v 1.14.2.2 2002/02/07 03:50:14 marka Exp $
+$Id: dnssec,v 1.14.2.3 2002/02/08 03:57:24 marka Exp $
index 4ead65373b2c7e4f65d61a4ad26ad8184fc84b4f..b84a69843b8159cd7f514291c31939836ab0d3c3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1999-2001  Internet Software Consortium.
+ * Copyright (C) 1999-2002  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
@@ -16,7 +16,7 @@
  */
 
 /*
- * $Id: dnssec.c,v 1.69.2.1 2002/01/23 03:19:03 marka Exp $
+ * $Id: dnssec.c,v 1.69.2.2 2002/02/08 03:57:25 marka Exp $
  */
 
 
index d9bfa4cd0fbef6c32ad70f4ca9a7a2aab40500dc..1298ad1f313a8682ed720419337dc945604b78dd 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1999-2001  Internet Software Consortium.
+ * Copyright (C) 1999-2002  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
@@ -15,7 +15,7 @@
  * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: message.h,v 1.100.2.1 2002/01/24 19:00:27 gson Exp $ */
+/* $Id: message.h,v 1.100.2.2 2002/02/08 03:57:34 marka Exp $ */
 
 #ifndef DNS_MESSAGE_H
 #define DNS_MESSAGE_H 1
index 6f8ec8d39fb13697394839e5263202dc7a7d2346..ec116cd028ce3981c238f106faf1fa5193ac0d74 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1999-2001  Internet Software Consortium.
+ * Copyright (C) 1999-2002  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
@@ -15,7 +15,7 @@
  * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: zone.h,v 1.106.2.3 2002/01/23 02:55:10 marka Exp $ */
+/* $Id: zone.h,v 1.106.2.4 2002/02/08 03:57:35 marka Exp $ */
 
 #ifndef DNS_ZONE_H
 #define DNS_ZONE_H 1
index 8e6da5ad3a8ef893c3ddbb4e6ffeabf87ed22adf..ed7902168ac96544c30ea8621e358026cbb778d5 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1999-2001  Internet Software Consortium.
+ * Copyright (C) 1999-2002  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
@@ -15,7 +15,7 @@
  * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: master.c,v 1.122.2.3 2002/01/23 02:08:57 gson Exp $ */
+/* $Id: master.c,v 1.122.2.4 2002/02/08 03:57:27 marka Exp $ */
 
 #include <config.h>
 
index baca47168a857b957a38fbf5265b4a2a442c6bde..83c0d43b6d40e1c36d2d76ada956a5347f78d2eb 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1999-2001  Internet Software Consortium.
+ * Copyright (C) 1999-2002  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
@@ -15,7 +15,7 @@
  * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: message.c,v 1.194.2.3 2002/01/23 17:57:51 gson Exp $ */
+/* $Id: message.c,v 1.194.2.4 2002/02/08 03:57:28 marka Exp $ */
 
 /***
  *** Imports
index f950f97c7821cab88b06e0e1d7d5c284db13150a..841f6d02bb3255fc39314f17aa1f2dcefc5cf9ae 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1999-2001  Internet Software Consortium.
+ * Copyright (C) 1999-2002  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
@@ -15,7 +15,7 @@
  * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: ncache.c,v 1.24.2.1 2002/01/21 22:27:03 marka Exp $ */
+/* $Id: ncache.c,v 1.24.2.2 2002/02/08 03:57:29 marka Exp $ */
 
 #include <config.h>
 
index aa2e143098846056e7e5a0f069070a2f1e928d2a..c8afba042103fb360d5d67d4fe2657edd0af398f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1999-2001  Internet Software Consortium.
+ * Copyright (C) 1999-2002  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
@@ -15,7 +15,7 @@
  * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: zone.c,v 1.333.2.6 2002/01/23 02:05:40 gson Exp $ */
+/* $Id: zone.c,v 1.333.2.7 2002/02/08 03:57:31 marka Exp $ */
 
 #include <config.h>
 
index 2493f656a1bba2c9c238d05207dfdef5d848aa12..58d04d4230c932fcd3e5ed18edfb68a74a78f846 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2000, 2001  Internet Software Consortium.
+ * Copyright (C) 2000-2002  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
@@ -15,7 +15,7 @@
  * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: hex.c,v 1.8.2.1 2002/01/22 06:08:47 marka Exp $ */
+/* $Id: hex.c,v 1.8.2.2 2002/02/08 03:57:36 marka Exp $ */
 
 #include <config.h>
 
index 313cbc3b4fd83f8db276140fe37b18bcf6261165..6cdd5841194cc1ba0d624eeb1b0cdb1fefff09d7 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1998-2001  Internet Software Consortium.
+ * Copyright (C) 1998-2002  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
@@ -15,7 +15,7 @@
  * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: lex.h,v 1.26.2.1 2002/01/23 00:11:14 marka Exp $ */
+/* $Id: lex.h,v 1.26.2.2 2002/02/08 03:57:40 marka Exp $ */
 
 #ifndef ISC_LEX_H
 #define ISC_LEX_H 1
index 49ce5007fa4ccf2eb1c2c79505f15c31f4c89aaa..708a64c465bf34c2b4481411797aaa9a089c9167 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1999-2001  Internet Software Consortium.
+ * Copyright (C) 1999-2002  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
@@ -15,7 +15,7 @@
  * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: log.c,v 1.70.2.2 2002/01/23 01:31:15 gson Exp $ */
+/* $Id: log.c,v 1.70.2.3 2002/02/08 03:57:38 marka Exp $ */
 
 /* Principal Authors: DCL */
 
index 24814e8f20ed76d98708c58a21b3147b3170b4df..1bd39b1f86f1e43c535194b9c3be3d39e0c3f2e5 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1997-2001  Internet Software Consortium.
+ * Copyright (C) 1997-2002  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
@@ -15,7 +15,7 @@
  * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: mem.c,v 1.98.2.3 2002/01/23 03:09:31 marka Exp $ */
+/* $Id: mem.c,v 1.98.2.4 2002/02/08 03:57:39 marka Exp $ */
 
 #include <config.h>
 
index f7fd9798b737cfda8a93f1b20907286d5df1e34a..ae499f7d48a33cb9902fec5ff7cc3b27080ca065 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1998-2001  Internet Software Consortium.
+ * Copyright (C) 1998-2002  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
@@ -15,7 +15,7 @@
  * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: socket.c,v 1.207.2.8 2002/01/24 23:22:25 marka Exp $ */
+/* $Id: socket.c,v 1.207.2.9 2002/02/08 03:57:42 marka Exp $ */
 
 #include <config.h>
 
index 605d89901ec9999402f92df5fa771e7020a3d892..2377a3eb9e39831c710d20b151b5719a9229af3c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2000, 2001  Internet Software Consortium.
+ * Copyright (C) 2000-2002  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
@@ -15,7 +15,7 @@
  * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: socket.c,v 1.5.2.3 2002/01/25 00:24:58 marka Exp $ */
+/* $Id: socket.c,v 1.5.2.4 2002/02/08 03:57:44 marka Exp $ */
 
 
 #define MAKE_EXTERNAL 1
index e5a24d8359cd08c03d2c81c7e1da9618a6175bce..80eb8309d9d7a2a39cb88228bf222943e5c37f3a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2001  Internet Software Consortium.
+ * Copyright (C) 2001, 2002  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
@@ -15,7 +15,7 @@
  * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: check.c,v 1.14.2.8 2002/01/22 22:51:05 gson Exp $ */
+/* $Id: check.c,v 1.14.2.9 2002/02/08 03:57:46 marka Exp $ */
 
 #include <config.h>
 
index e3816826d8f93259f46ff7af45acb2c5c78e0d92..2d0832dab56893a7dd6e0364232a4fce1ee2dd30 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2000, 2001  Internet Software Consortium.
+ * Copyright (C) 2000-2002  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
@@ -15,7 +15,7 @@
  * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: parser.c,v 1.70.2.13 2002/01/23 17:54:06 gson Exp $ */
+/* $Id: parser.c,v 1.70.2.14 2002/02/08 03:57:47 marka Exp $ */
 
 #include <config.h>