]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
update_copyrights
authorMark Andrews <marka@isc.org>
Tue, 22 Jul 2003 04:03:54 +0000 (04:03 +0000)
committerMark Andrews <marka@isc.org>
Tue, 22 Jul 2003 04:03:54 +0000 (04:03 +0000)
77 files changed:
Makefile.in
acconfig.h
bin/dig/dig.c
bin/dig/dighost.c
bin/dig/host.c
bin/dig/include/dig/dig.h
bin/named/control.c
bin/named/controlconf.c
bin/named/include/named/control.h
bin/named/lwresd.c
bin/named/notify.c
bin/named/update.c
bin/named/xfrout.c
bin/nsupdate/nsupdate.c
bin/nsupdate/nsupdate.docbook
bin/rndc/rndc-confgen.8
bin/rndc/rndc-confgen.c
bin/rndc/rndc-confgen.html
bin/rndc/rndc.c
bin/tests/rbt_test.txt
bin/tests/system/ifconfig.sh
bin/tests/system/lwresd/lwtest.c
bin/win32/BINDInstall/BINDInstallDlg.cpp
doc/misc/migration
lib/bind/Makefile.in
lib/dns/Makefile.in
lib/dns/dispatch.c
lib/dns/dnssec.c
lib/dns/gen.c
lib/dns/include/dns/adb.h
lib/dns/include/dns/master.h
lib/dns/include/dns/rdataset.h
lib/dns/include/dns/rdataslab.h
lib/dns/include/dns/result.h
lib/dns/include/dns/view.h
lib/dns/master.c
lib/dns/masterdump.c
lib/dns/message.c
lib/dns/ncache.c
lib/dns/rbt.c
lib/dns/rbtdb.c
lib/dns/rdata.c
lib/dns/rdata/generic/nxt_30.c
lib/dns/rdatalist.c
lib/dns/rdataset.c
lib/dns/rdataslab.c
lib/dns/result.c
lib/dns/rootns.c
lib/dns/sec/dst/openssl_link.c
lib/dns/time.c
lib/dns/view.c
lib/dns/xfrin.c
lib/isc/base64.c
lib/isc/include/isc/log.h
lib/isc/include/isc/rwlock.h
lib/isc/inet_pton.c
lib/isc/lfsr.c
lib/isc/log.c
lib/isc/print.c
lib/isc/rwlock.c
lib/isc/sha1.c
lib/isc/unix/ifiter_ioctl.c
lib/isc/unix/socket.c
lib/isc/win32/errno2result.c
lib/isc/win32/include/isc/ipv6.h
lib/isc/win32/include/isc/stat.h
lib/isc/win32/include/isc/win32os.h
lib/isc/win32/ipv6.c
lib/isc/win32/netdb.h
lib/isc/win32/socket.c
lib/isc/win32/strerror.c
lib/isc/win32/win32os.c
lib/isccc/include/isccc/result.h
lib/isccc/result.c
lib/isccfg/check.c
lib/lwres/getnameinfo.c
lib/lwres/man/lwres_context.docbook

index 2bf1b471a3e91aa77fb2bac481634832bfdd3c92..cee788a11cb8edfa72c565f8576c9b3902dc303b 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 1998-2001  Internet Software Consortium.
+# Copyright (C) 1998-2001, 2003  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
@@ -13,7 +13,7 @@
 # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
 # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 
-# $Id: Makefile.in,v 1.41.2.1 2003/05/12 06:39:52 marka Exp $
+# $Id: Makefile.in,v 1.41.2.2 2003/07/22 04:03:31 marka Exp $
 
 srcdir =       @srcdir@
 VPATH =                @srcdir@
index 229923ec8e4394d221a3d6d89ad484317aad9e58..74f2083d9904c974ffe65e9a8d27aa34ce65af45 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1999-2001  Internet Software Consortium.
+ * Copyright (C) 1999-2001, 2003  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: acconfig.h,v 1.35.2.2 2003/05/12 03:28:43 marka Exp $ */
+/* $Id: acconfig.h,v 1.35.2.3 2003/07/22 04:03:31 marka Exp $ */
 
 /***
  *** This file is not to be included by any public header files, because
index c1f231cad87ebe3ed1277772fa9669ffb858c68a..6671f94e199beeffcbd29ca36bd7df934fab8438 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2000-2002  Internet Software Consortium.
+ * Copyright (C) 2000-2003  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.8 2003/05/12 02:50:15 marka Exp $ */
+/* $Id: dig.c,v 1.157.2.9 2003/07/22 04:03:31 marka Exp $ */
 
 #include <config.h>
 #include <stdlib.h>
index 6aeeb8af746136e6398a22bb363df35d29d96d03..3fbce9ecd1810a5e7b111099f93a53a2fb96f94e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2000-2002  Internet Software Consortium.
+ * Copyright (C) 2000-2003  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.17 2003/07/17 07:46:55 marka Exp $ */
+/* $Id: dighost.c,v 1.221.2.18 2003/07/22 04:03:31 marka Exp $ */
 
 /*
  * Notice to programmers:  Do not use this code as an example of how to
index 5311ef245cea63ee37c7d7548691a2b7dab00685..9a29739613a2c4991308d2f0ad6c3112eb0e2bf7 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2000-2002  Internet Software Consortium.
+ * Copyright (C) 2000-2003  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.3 2003/05/12 05:17:32 marka Exp $ */
+/* $Id: host.c,v 1.76.2.4 2003/07/22 04:03:32 marka Exp $ */
 
 #include <config.h>
 #include <stdlib.h>
index d7ca858ff9c516d58522df7e3a96dfc184522b1d..5f2d969df2a1576331d5b4bf002142e4f9575af2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2000, 2001  Internet Software Consortium.
+ * Copyright (C) 2000, 2001, 2003  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.h,v 1.71.2.4 2003/07/17 07:46:55 marka Exp $ */
+/* $Id: dig.h,v 1.71.2.5 2003/07/22 04:03:32 marka Exp $ */
 
 #ifndef DIG_H
 #define DIG_H
index cda9d065db924f3911d656adf52d4c1aac47d81b..825cc0d22f5f599d8f121ee94e27740aba51b150 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2001  Internet Software Consortium.
+ * Copyright (C) 2001, 2003  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: control.c,v 1.7.2.1 2003/07/17 06:36:45 marka Exp $ */
+/* $Id: control.c,v 1.7.2.2 2003/07/22 04:03:33 marka Exp $ */
 
 #include <config.h>
 
index 1291a609d9d6b0d28ea608e13b2b8f8cae69dc55..3fff2699f30adbd682c1bc233270134dbb6575ba 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2001  Internet Software Consortium.
+ * Copyright (C) 2001, 2003  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: controlconf.c,v 1.28.2.8 2003/07/17 06:36:45 marka Exp $ */
+/* $Id: controlconf.c,v 1.28.2.9 2003/07/22 04:03:33 marka Exp $ */
 
 #include <config.h>
 
index d5dfff39ead4471cd891f4b019bfa2e0effcdca2..a4e52605d03fa4af4d5bab673e66f2c21a106674 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2001  Internet Software Consortium.
+ * Copyright (C) 2001, 2003  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: control.h,v 1.6.2.1 2003/07/17 06:36:45 marka Exp $ */
+/* $Id: control.h,v 1.6.2.2 2003/07/22 04:03:35 marka Exp $ */
 
 #ifndef NAMED_CONTROL_H
 #define NAMED_CONTROL_H 1
index c5ec2efd5652bd3d1e12e3fe3ab74a36214c761a..12b879a3fe3db360cc895326631427b1dbcf3651 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2000, 2001  Internet Software Consortium.
+ * Copyright (C) 2000, 2001, 2003  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: lwresd.c,v 1.37.2.1 2003/05/21 02:44:15 marka Exp $ */
+/* $Id: lwresd.c,v 1.37.2.2 2003/07/22 04:03:34 marka Exp $ */
 
 /*
  * Main program for the Lightweight Resolver Daemon.
index 61b8921fa80cc61a26a6d450fcac164f5d0cf68e..7c059eb6de2abcee28f146db25c5e9e1c7571c00 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1999-2001  Internet Software Consortium.
+ * Copyright (C) 1999-2001, 2003  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: notify.c,v 1.24.2.1 2003/05/13 05:10:27 marka Exp $ */
+/* $Id: notify.c,v 1.24.2.2 2003/07/22 04:03:34 marka Exp $ */
 
 #include <config.h>
 
index 5d69c3e97e8d53c811053a7a1589701bc537e7dd..1c90449d556b64e600d05303742649fa5df6c48c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1999-2002  Internet Software Consortium.
+ * Copyright (C) 1999-2003  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.4 2003/05/12 03:58:59 marka Exp $ */
+/* $Id: update.c,v 1.88.2.5 2003/07/22 04:03:34 marka Exp $ */
 
 #include <config.h>
 
index 8b9ff87feb85181626d2bbd598c65a6a790a7db8..56e94832463d1c02a9d5ac40edbd81d00311c2ee 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1999-2001  Internet Software Consortium.
+ * Copyright (C) 1999-2001, 2003  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: xfrout.c,v 1.101.2.4 2003/05/15 06:30:16 marka Exp $ */
+/* $Id: xfrout.c,v 1.101.2.5 2003/07/22 04:03:35 marka Exp $ */
 
 #include <config.h>
 
index 249e22b0ca4e0336a7e018692a406414710f006b..a03baa4b21ae74e15dee6fb0295d3bd569c54b62 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2000-2002  Internet Software Consortium.
+ * Copyright (C) 2000-2003  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.12 2003/05/15 01:17:55 marka Exp $ */
+/* $Id: nsupdate.c,v 1.103.2.13 2003/07/22 04:03:36 marka Exp $ */
 
 #include <config.h>
 
index de9ced36219733d4a911fe8b893088a0a04181e7..4d1939585cb24eb9f4a66cfa4dcdcc9fb5f38ae8 100644 (file)
@@ -1,6 +1,6 @@
 <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN">
 <!--
- - Copyright (C) 2001  Internet Software Consortium.
+ - Copyright (C) 2001, 2003  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: nsupdate.docbook,v 1.8.2.2 2003/03/19 17:48:01 marka Exp $ -->
+<!-- $Id: nsupdate.docbook,v 1.8.2.3 2003/07/22 04:03:36 marka Exp $ -->
 
 <refentry>
 <refentryinfo>
index 0f870dc5ae6ea4ec864318373db3161ff04c8c4f..c1fcb86f2d88dd50dcab835f8ae930bfdaaf2190 100644 (file)
@@ -1,5 +1,4 @@
-.\"
-.\" Copyright (C) 2000, 2001  Internet Software Consortium.
+.\" Copyright (C) 2001-2003  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.4 2003/07/22 04:03:36 marka Exp $
+
 .TH "RNDC-CONFGEN" "8" "Aug 27, 2001" "BIND9" ""
 .SH NAME
 rndc-confgen \- rndc key generation tool
index 6d772b9073b3ddd0aa38da5f13fd6ee5062efaec..7981c8d9e56910ef4f6ff2e2681b1be42870a53b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2001  Internet Software Consortium.
+ * Copyright (C) 2001, 2003  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: rndc-confgen.c,v 1.9.2.5 2003/05/15 02:43:15 marka Exp $ */
+/* $Id: rndc-confgen.c,v 1.9.2.6 2003/07/22 04:03:37 marka Exp $ */
 
 #include <config.h>
 
index 45a915afe170ca8ed7a5793f56f386cc540c805d..2d8885031ef852e852180e09fed6c2b3bc8b63eb 100644 (file)
@@ -1,10 +1,10 @@
 <!--
- - Copyright (C) 2000, 2001  Internet Software Consortium.
- - 
+ - Copyright (C) 2001-2003  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.4 2003/07/22 04:03:37 marka Exp $ -->
+
 <HTML
 ><HEAD
 ><TITLE
index 794584f4ebfb34ccaa73eb909e5f44036c50873f..da9691404ac43b66c25f6623958c2c9846bbab88 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2000, 2001  Internet Software Consortium.
+ * Copyright (C) 2000, 2001, 2003  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: rndc.c,v 1.77.2.4 2003/07/17 06:36:46 marka Exp $ */
+/* $Id: rndc.c,v 1.77.2.5 2003/07/22 04:03:37 marka Exp $ */
 
 /*
  * Principal Author: DCL
index 31414688fe303dcf9d39e0df5487bd42b81dd6f3..5c95d31e14ef6dc94f4c2122dd72c16b9114c45a 100644 (file)
@@ -1,19 +1,19 @@
-# Copyright (C) 1999-2001  Internet Software Consortium.\r
-#\r
-# Permission to use, copy, modify, and distribute this software for any\r
-# purpose with or without fee is hereby granted, provided that the above\r
-# copyright notice and this permission notice appear in all copies.\r
-#\r
-# THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM\r
-# DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL\r
-# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL\r
-# INTERNET SOFTWARE CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT,\r
-# INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING\r
-# FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,\r
-# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION\r
-# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\r
-\r
-# $Id: rbt_test.txt,v 1.13.2.1 2003/05/16 05:46:15 marka Exp $\r
+# Copyright (C) 1999-2001, 2003  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
+# INTERNET SOFTWARE CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT,
+# INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING
+# 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: rbt_test.txt,v 1.13.2.2 2003/07/22 04:03:37 marka Exp $\r
 \r
 add a.vix.com\r
 add b.vix.com\r
index 7efe3b6b37bb90382f83431af7c95444e8f85fa5..b7617d46947213699b63674d8c5d8c765094c20e 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# Copyright (C) 2000-2002  Internet Software Consortium.
+# Copyright (C) 2000-2003  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 @@
 # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
 # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 
-# $Id: ifconfig.sh,v 1.35.2.6 2003/07/01 06:05:37 marka Exp $
+# $Id: ifconfig.sh,v 1.35.2.7 2003/07/22 04:03:38 marka Exp $
 
 #
 # Set up interface aliases for bind9 system tests.
index 49c0f25829db145fb6a1d289ea1924ac05ffa00c..35c2c294adca058a91f0f74307a71b67de97f8b1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2000-2002  Internet Software Consortium.
+ * Copyright (C) 2000-2003  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: lwtest.c,v 1.22.2.3 2003/05/19 05:46:25 marka Exp $ */
+/* $Id: lwtest.c,v 1.22.2.4 2003/07/22 04:03:38 marka Exp $ */
 
 #include <config.h>
 
index a9c5d550183e38da548c92c82f520d313493b8a5..6b5d157d15eaf487473e791b22c06f310ab46005 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Portions Copyright (C) 2001, 2002  Internet Software Consortium.
+ * Portions Copyright (C) 2001-2003  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: BINDInstallDlg.cpp,v 1.6.2.4 2003/05/20 07:30:06 marka Exp $ */
+/* $Id: BINDInstallDlg.cpp,v 1.6.2.5 2003/07/22 04:03:38 marka Exp $ */
 
 /*
  * Copyright (c) 1999-2000 by Nortel Networks Corporation
index 9284744218321b8319c33f64414b1a0bf93dcee5..78344205c7d044f559fe6ad3e90649469cc096fd 100644 (file)
@@ -1,4 +1,4 @@
-Copyright (C) 2000, 2001  Internet Software Consortium.
+Copyright (C) 2000, 2001, 2003  Internet Software Consortium.
 See COPYRIGHT in the source root or http://isc.org/copyright.html for terms.
 
                    BIND 8 to BIND 9 Migration Notes
@@ -243,4 +243,4 @@ necessary, the umask should be set explicitly in the script used to
 start the named process.
 
 
-$Id: migration,v 1.37.2.2 2003/04/22 04:30:06 marka Exp $
+$Id: migration,v 1.37.2.3 2003/07/22 04:03:39 marka Exp $
index 7267c6dc8e3933c309b522cafa22198e043b196e..2e1278b043a701b68e9262209d9a7cd03301d5be 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2001, 2002  Internet Software Consortium.
+# Copyright (C) 2001-2003  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
@@ -13,7 +13,7 @@
 # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
 # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 
-# $Id: Makefile.in,v 1.12.2.4 2003/05/12 06:39:52 marka Exp $
+# $Id: Makefile.in,v 1.12.2.5 2003/07/22 04:03:40 marka Exp $
 
 srcdir =        @srcdir@
 VPATH =         @srcdir@
index e5e10798c0eedcc926307e496968f3afb60bfd64..0e1e6b2fe1e48e9a43bf87cea9d073eeee2e6c02 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 1998-2001  Internet Software Consortium.
+# Copyright (C) 1998-2001, 2003  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
@@ -13,7 +13,7 @@
 # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
 # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 
-# $Id: Makefile.in,v 1.126.2.2 2003/05/12 06:39:53 marka Exp $
+# $Id: Makefile.in,v 1.126.2.3 2003/07/22 04:03:40 marka Exp $
 
 srcdir =       @srcdir@
 VPATH =                @srcdir@
index a89e6e5b04f14cd99655f4db20bdf2037113303b..73e90446184a5483a3f11fb16d0706b66b3e2d99 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1999-2002  Internet Software Consortium.
+ * Copyright (C) 1999-2003  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: dispatch.c,v 1.101.2.5 2003/05/12 06:11:52 marka Exp $ */
+/* $Id: dispatch.c,v 1.101.2.6 2003/07/22 04:03:40 marka Exp $ */
 
 #include <config.h>
 
index 8a409978d0ce169baa687c2f2f7722b318859250..92740790fd67c48abbef2b373aeea28ea1e8f2ab 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1999-2002  Internet Software Consortium.
+ * Copyright (C) 1999-2003  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.4 2003/05/12 05:52:08 marka Exp $
+ * $Id: dnssec.c,v 1.69.2.5 2003/07/22 04:03:41 marka Exp $
  */
 
 
index a00ac2fbd756add3269e60f36934f8b183ff15b7..2b20424ac34f88763f48234e715f9865652185ce 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1998-2002  Internet Software Consortium.
+ * Copyright (C) 1998-2003  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: gen.c,v 1.65.2.3 2003/07/18 00:55:54 marka Exp $ */
+/* $Id: gen.c,v 1.65.2.4 2003/07/22 04:03:41 marka Exp $ */
 
 #include <config.h>
 
index a641df31a9873c52b5efdb7608febb489f826dca..84ba8c501de1b6f168618fef1b0c4da2686fbc9e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1999-2002  Internet Software Consortium.
+ * Copyright (C) 1999-2003  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: adb.h,v 1.66.2.4 2003/05/19 04:47:06 marka Exp $ */
+/* $Id: adb.h,v 1.66.2.5 2003/07/22 04:03:45 marka Exp $ */
 
 #ifndef DNS_ADB_H
 #define DNS_ADB_H 1
index 061d82c77e5861c24809ffe3d3dda77c349d4422..5416cebe7f1c49a65ca4fdc550f313a3fd621eee 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1999-2001  Internet Software Consortium.
+ * Copyright (C) 1999-2001, 2003  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.h,v 1.31.2.2 2003/05/15 06:30:18 marka Exp $ */
+/* $Id: master.h,v 1.31.2.3 2003/07/22 04:03:45 marka Exp $ */
 
 #ifndef DNS_MASTER_H
 #define DNS_MASTER_H 1
index c82b9f671382db9681b546b66afeb1e7b9cd8305..18ed4ed6ad7d5dc4514d163e451be79271350021 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1999-2002  Internet Software Consortium.
+ * Copyright (C) 1999-2003  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: rdataset.h,v 1.41.2.4 2003/05/15 04:52:05 marka Exp $ */
+/* $Id: rdataset.h,v 1.41.2.5 2003/07/22 04:03:45 marka Exp $ */
 
 #ifndef DNS_RDATASET_H
 #define DNS_RDATASET_H 1
index 407842f68aa2bd97e3ab7e0872ea5ee6a880bf19..999d772e135c594aed6ab832580d6737435d00fe 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1999-2001  Internet Software Consortium.
+ * Copyright (C) 1999-2001, 2003  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: rdataslab.h,v 1.20.2.1 2003/05/13 03:57:53 marka Exp $ */
+/* $Id: rdataslab.h,v 1.20.2.2 2003/07/22 04:03:45 marka Exp $ */
 
 #ifndef DNS_RDATASLAB_H
 #define DNS_RDATASLAB_H 1
index 6dd2fe32adbb86a3e0213418e31e83fd9c6995b9..bac139785b353bce4892dddcb3689ca4c971e77d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1998-2002  Internet Software Consortium.
+ * Copyright (C) 1998-2003  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: result.h,v 1.81.2.6 2003/05/15 05:41:13 marka Exp $ */
+/* $Id: result.h,v 1.81.2.7 2003/07/22 04:03:46 marka Exp $ */
 
 #ifndef DNS_RESULT_H
 #define DNS_RESULT_H 1
index 75448439c659df21e943bc9e8e8859533719ae7f..cb6794bdc24ae2cff660d6b26dc2a6c3d69b8306 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1999-2002  Internet Software Consortium.
+ * Copyright (C) 1999-2003  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: view.h,v 1.73.2.3 2003/05/19 04:47:06 marka Exp $ */
+/* $Id: view.h,v 1.73.2.4 2003/07/22 04:03:46 marka Exp $ */
 
 #ifndef DNS_VIEW_H
 #define DNS_VIEW_H 1
index 47877d9c8a5767803f32b69bc931de35e184310e..566bce877588e7bf9172d1a8471a8d58379d1bc0 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1999-2002  Internet Software Consortium.
+ * Copyright (C) 1999-2003  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.7 2003/05/15 06:30:16 marka Exp $ */
+/* $Id: master.c,v 1.122.2.8 2003/07/22 04:03:41 marka Exp $ */
 
 #include <config.h>
 
index b52a83c0f95b0c3e8eea8138495345d0fca05dc3..f945f46c91524940524f716d1be7dd427dbb4710 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1999-2001  Internet Software Consortium.
+ * Copyright (C) 1999-2001, 2003  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: masterdump.c,v 1.56.2.4 2003/07/21 00:37:25 marka Exp $ */
+/* $Id: masterdump.c,v 1.56.2.5 2003/07/22 04:03:41 marka Exp $ */
 
 #include <config.h>
 
index 78423265e9f3a1a21c2f814fd3449b2406315f6a..7521d1cdbd55e0abe242830ed14f90647c85daf6 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1999-2002  Internet Software Consortium.
+ * Copyright (C) 1999-2003  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.9 2003/05/12 07:18:36 marka Exp $ */
+/* $Id: message.c,v 1.194.2.10 2003/07/22 04:03:41 marka Exp $ */
 
 /***
  *** Imports
index 3f8c77e50e813ce0acbeeba005bdad053afb5b42..61c09bb3e70ed9f41d72ed13984e2cd16557a45f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1999-2002  Internet Software Consortium.
+ * Copyright (C) 1999-2003  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.3 2003/05/14 05:47:21 marka Exp $ */
+/* $Id: ncache.c,v 1.24.2.4 2003/07/22 04:03:42 marka Exp $ */
 
 #include <config.h>
 
index e0ae2d72d2bf001602b2786cb8c70dc751392ca3..1a688a374f9275b2c0457cd7f6c7ce06b155c228 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1999-2001  Internet Software Consortium.
+ * Copyright (C) 1999-2001, 2003  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: rbt.c,v 1.115.2.1 2003/05/15 06:51:53 marka Exp $ */
+/* $Id: rbt.c,v 1.115.2.2 2003/07/22 04:03:42 marka Exp $ */
 
 /* Principal Authors: DCL */
 
index c6e2b61283f685695e2a3b0f55d4d9a5c14d82b2..67d04f04409663fc4997e6b6220bec2ae3720a15 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1999-2002  Internet Software Consortium.
+ * Copyright (C) 1999-2003  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: rbtdb.c,v 1.168.2.10 2003/05/15 06:08:40 marka Exp $ */
+/* $Id: rbtdb.c,v 1.168.2.11 2003/07/22 04:03:43 marka Exp $ */
 
 /*
  * Principal Author: Bob Halley
index 538bdf97f51b1e01e36e514457a29952cfaed4f9..e9b29441ab50426f81a3693ee0d8952d65b8fe76 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1998-2002  Internet Software Consortium.
+ * Copyright (C) 1998-2003  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: rdata.c,v 1.147.2.8 2003/07/18 00:55:54 marka Exp $ */
+/* $Id: rdata.c,v 1.147.2.9 2003/07/22 04:03:43 marka Exp $ */
 
 #include <config.h>
 #include <ctype.h>
index a83f6bb021d33091069ffd1bd91e99746b62a1e1..09e2eba40d62b58ce4d1f3d62c0fff732857f17c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1999-2001  Internet Software Consortium.
+ * Copyright (C) 1999-2001, 2003  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: nxt_30.c,v 1.49.2.1 2003/05/15 05:41:13 marka Exp $ */
+/* $Id: nxt_30.c,v 1.49.2.2 2003/07/22 04:03:46 marka Exp $ */
 
 /* reviewed: Wed Mar 15 18:21:15 PST 2000 by brister */
 
index e1b2b03987fdfabc5733e29620c4ab75479bdd76..3bfc85ac580cc4382cf58d49a3bbfa823c194665 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1999-2001  Internet Software Consortium.
+ * Copyright (C) 1999-2001, 2003  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: rdatalist.c,v 1.25.2.1 2003/05/15 04:52:04 marka Exp $ */
+/* $Id: rdatalist.c,v 1.25.2.2 2003/07/22 04:03:43 marka Exp $ */
 
 #include <config.h>
 
index 97584a37b7ee46099cb06988bcb2d141a3882d3b..d56adeceae69e9b4f81bf26d9ca8b7f5dd368807 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1999-2001  Internet Software Consortium.
+ * Copyright (C) 1999-2001, 2003  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: rdataset.c,v 1.58.2.1 2003/05/15 04:52:05 marka Exp $ */
+/* $Id: rdataset.c,v 1.58.2.2 2003/07/22 04:03:43 marka Exp $ */
 
 #include <config.h>
 
index 5c6d23533cebbdac815e89250a35782b5b6c7811..d75c84a55cd0d81204c18143426ac80c77acc882 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1999-2001  Internet Software Consortium.
+ * Copyright (C) 1999-2001, 2003  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: rdataslab.c,v 1.29.2.1 2003/05/13 03:57:52 marka Exp $ */
+/* $Id: rdataslab.c,v 1.29.2.2 2003/07/22 04:03:43 marka Exp $ */
 
 #include <config.h>
 
index fff2411e175bd79de36f0828fcc99930f42bb648..21c22b2b99d602eb7049817837180b27b652e51c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1998-2002  Internet Software Consortium.
+ * Copyright (C) 1998-2003  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: result.c,v 1.90.2.8 2003/05/15 05:41:12 marka Exp $ */
+/* $Id: result.c,v 1.90.2.9 2003/07/22 04:03:44 marka Exp $ */
 
 #include <config.h>
 
index 3cf4539f794410776e928649b5fe9f396d616852..800050636305cafffcdcbca00d8509fd3e0cf7cf 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1999-2001  Internet Software Consortium.
+ * Copyright (C) 1999-2001, 2003  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: rootns.c,v 1.20.2.2 2003/05/12 05:36:48 marka Exp $ */
+/* $Id: rootns.c,v 1.20.2.3 2003/07/22 04:03:44 marka Exp $ */
 
 #include <config.h>
 
index b1e50bb73f68a5024f619e317138c93c19dfe989..3bad9480e67c0caebff9f25c251eff9639e33668 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Portions Copyright (C) 1999-2001  Internet Software Consortium.
+ * Portions Copyright (C) 1999-2001, 2003  Internet Software Consortium.
  * Portions Copyright (C) 1995-2000 by Network Associates, Inc.
  *
  * Permission to use, copy, modify, and distribute this software for any
@@ -19,7 +19,7 @@
 
 /*
  * Principal Author: Brian Wellington
- * $Id: openssl_link.c,v 1.46.2.1 2003/03/06 04:38:23 marka Exp $
+ * $Id: openssl_link.c,v 1.46.2.2 2003/07/22 04:03:47 marka Exp $
  */
 #ifdef OPENSSL
 
index ceb8be25c261322e8996a38298c11c7e98fab8e5..b2908401523c76c12368a7205e0d6693dece24ef 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1998-2001  Internet Software Consortium.
+ * Copyright (C) 1998-2001, 2003  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: time.c,v 1.18.2.2 2003/05/20 07:32:31 marka Exp $ */
+/* $Id: time.c,v 1.18.2.3 2003/07/22 04:03:44 marka Exp $ */
 
 #include <config.h>
 
index 6da313b6baf6294e12e625388fc235b65331c172..170b23b69fb6fd34f2b9c3f9ba3543f86c593180 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1999-2002  Internet Software Consortium.
+ * Copyright (C) 1999-2003  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: view.c,v 1.103.2.3 2003/05/19 04:47:06 marka Exp $ */
+/* $Id: view.c,v 1.103.2.4 2003/07/22 04:03:45 marka Exp $ */
 
 #include <config.h>
 
index 498908fbd2abeb97fcfb142fcc0d03249e977db8..5a1e4bcc7543b14f9d149b9bdbaedfeb66f85188 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1999-2001  Internet Software Consortium.
+ * Copyright (C) 1999-2001, 2003  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: xfrin.c,v 1.124.2.3 2003/05/15 06:30:16 marka Exp $ */
+/* $Id: xfrin.c,v 1.124.2.4 2003/07/22 04:03:45 marka Exp $ */
 
 #include <config.h>
 
index a35c719e463de7dc822a2af0d099e0bdeafd764a..278c2f0606a1aff9e7c4ec0ebbf4bef562158a9c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1998-2001  Internet Software Consortium.
+ * Copyright (C) 1998-2001, 2003  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: base64.c,v 1.23.2.1 2003/05/15 06:34:24 marka Exp $ */
+/* $Id: base64.c,v 1.23.2.2 2003/07/22 04:03:47 marka Exp $ */
 
 #include <config.h>
 
index 60844fd51764fc36a0e6c253c9cfd77407de7296..0bfaebb51a0ed3311f74201c10cce96ab2233da4 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1999-2002  Internet Software Consortium.
+ * Copyright (C) 1999-2003  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.h,v 1.39.2.3 2003/05/12 05:29:24 marka Exp $ */
+/* $Id: log.h,v 1.39.2.4 2003/07/22 04:03:49 marka Exp $ */
 
 #ifndef ISC_LOG_H
 #define ISC_LOG_H 1
index 3bea3bdfcd2bcb3b72b99eb547ef94d760b2c4dc..569cea461654fc025a57bd0c0e0e6d645d17139f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1998-2001  Internet Software Consortium.
+ * Copyright (C) 1998-2001, 2003  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: rwlock.h,v 1.18.2.2 2003/07/21 01:28:23 marka Exp $ */
+/* $Id: rwlock.h,v 1.18.2.3 2003/07/22 04:03:49 marka Exp $ */
 
 #ifndef ISC_RWLOCK_H
 #define ISC_RWLOCK_H 1
index 11f16797ef935167c9a96546d9e64e752a4f94e0..d0211510185c4b71fdc4e68abb076528c8afae63 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2002  Internet Software Consortium.
+ * Copyright (C) 1996-2003  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
@@ -17,7 +17,7 @@
 
 #if defined(LIBC_SCCS) && !defined(lint)
 static char rcsid[] =
-       "$Id: inet_pton.c,v 1.10.2.3 2003/05/15 05:12:18 marka Exp $";
+       "$Id: inet_pton.c,v 1.10.2.4 2003/07/22 04:03:47 marka Exp $";
 #endif /* LIBC_SCCS and not lint */
 
 #include <config.h>
index 4bf2f7ab650f549ba6b7dc942fd135eed4d4fbb0..6dde5c6e3814bdbf2b3aeef4c7b19440f6d241bc 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1999-2001  Internet Software Consortium.
+ * Copyright (C) 1999-2001, 2003  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: lfsr.c,v 1.11.2.1 2003/05/12 06:18:07 marka Exp $ */
+/* $Id: lfsr.c,v 1.11.2.2 2003/07/22 04:03:47 marka Exp $ */
 
 #include <config.h>
 
index 8216238e49dd531cd58850edd3bd124aeb4dd6af..d462123b001a82f00fe80d489adf9c285656c12d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1999-2002  Internet Software Consortium.
+ * Copyright (C) 1999-2003  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.7 2003/05/20 07:35:49 marka Exp $ */
+/* $Id: log.c,v 1.70.2.8 2003/07/22 04:03:47 marka Exp $ */
 
 /* Principal Authors: DCL */
 
index f9328ec081f8bccb3a5a86c4304a47fa7002979b..57cc5408005abc2f4d53f077adb4053078579a2a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1999-2001  Internet Software Consortium.
+ * Copyright (C) 1999-2001, 2003  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: print.c,v 1.22.2.2 2003/07/18 02:43:30 marka Exp $ */
+/* $Id: print.c,v 1.22.2.3 2003/07/22 04:03:47 marka Exp $ */
 
 #include <config.h>
 
index eb437a859bb8186ac9ee1a5232daba10469fb7f6..5138b97aff963c1f2bb8e54cfcab66a4e5da5d93 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1998-2001  Internet Software Consortium.
+ * Copyright (C) 1998-2001, 2003  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: rwlock.c,v 1.33.2.2 2003/07/21 01:28:23 marka Exp $ */
+/* $Id: rwlock.c,v 1.33.2.3 2003/07/22 04:03:48 marka Exp $ */
 
 #include <config.h>
 
index 2d866ce16c42cccc08a91a6bee71417a8338432f..63d127f05b4da76f3f461c43b4befcbc8096ab77 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2000, 2001  Internet Software Consortium.
+ * Copyright (C) 2000, 2001, 2003  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: sha1.c,v 1.10.2.1 2003/05/13 03:26:38 marka Exp $ */
+/* $Id: sha1.c,v 1.10.2.2 2003/07/22 04:03:48 marka Exp $ */
 
 /*     $NetBSD: sha1.c,v 1.5 2000/01/22 22:19:14 mycroft Exp $ */
 /*     $OpenBSD: sha1.c,v 1.9 1997/07/23 21:12:32 kstailey Exp $       */
index 021191ec455baed1a6068c32eca9ee1866009e9f..4eafb6e94874b82a6e7be2ccc0fc5597a1f42fc9 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1999-2001  Internet Software Consortium.
+ * Copyright (C) 1999-2001, 2003  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: ifiter_ioctl.c,v 1.19.2.4 2003/05/15 06:39:59 marka Exp $ */
+/* $Id: ifiter_ioctl.c,v 1.19.2.5 2003/07/22 04:03:49 marka Exp $ */
 
 /*
  * Obtain the list of network interfaces using the SIOCGLIFCONF ioctl.
index 881cefc66bf9661ba134eb0330de78d2962571f8..547d031a40d5a3eeaeec460b2a6a38b606fba944 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1998-2002  Internet Software Consortium.
+ * Copyright (C) 1998-2003  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.17 2003/05/14 05:47:24 marka Exp $ */
+/* $Id: socket.c,v 1.207.2.18 2003/07/22 04:03:49 marka Exp $ */
 
 #include <config.h>
 
index 6511f93bfe51619494543af58b238e561c29f9f9..b9cf084d48331a93ed293c73a0dac61d94b7b74b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2000-2002  Internet Software Consortium.
+ * Copyright (C) 2000-2003  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: errno2result.c,v 1.4.2.4 2003/07/09 05:17:49 marka Exp $ */
+/* $Id: errno2result.c,v 1.4.2.5 2003/07/22 04:03:50 marka Exp $ */
 
 #include <config.h>
 
index 480045241b72280c2aec210369de9ff81d619d6d..c45ee52bc9cb3623471cd1076a015ee984d6508d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2000, 2001  Internet Software Consortium.
+ * Copyright (C) 2000, 2001, 2003  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: ipv6.h,v 1.9.2.1 2003/05/24 02:22:38 marka Exp $ */
+/* $Id: ipv6.h,v 1.9.2.2 2003/07/22 04:03:52 marka Exp $ */
 
 #ifndef ISC_IPV6_H
 #define ISC_IPV6_H 1
index 8c5181e750bca4410d7bff9fde58c31cdbc4d241..b75840f987083e803a2ae72a00cbed3ea5d3055c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2000, 2001  Internet Software Consortium.
+ * Copyright (C) 2000, 2001, 2003  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: stat.h,v 1.3.2.1 2003/05/12 05:29:24 marka Exp $ */
+/* $Id: stat.h,v 1.3.2.2 2003/07/22 04:03:52 marka Exp $ */
 
 #ifndef ISC_STAT_H
 #define ISC_STAT_H 1
index 3b433c2e72dd6bc29f51c7cd560d7e4c3a642ff9..1f4d33489d3dbd56a0bb7ae41b4579ad4058427f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002 Internet Software Consortium.
+ * Copyright (C) 200 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: win32os.h,v 1.2.176.1 2003/06/24 07:26:35 marka Exp $ */
+/* $Id: win32os.h,v 1.2.176.2 2003/07/22 04:03:52 marka Exp $ */
 
 #ifndef ISC_WIN32OS_H
 #define ISC_WIN32OS_H 1
index 3417f6e328ebefbef449cbfa411a53c153380a7e..a55a8181b142f98d36bc10d7f646753ec1aa8c42 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1999-2001  Internet Software Consortium.
+ * Copyright (C) 1999-2001, 2003  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: ipv6.c,v 1.4.2.1 2003/05/24 02:22:37 marka Exp $ */
+/* $Id: ipv6.c,v 1.4.2.2 2003/07/22 04:03:50 marka Exp $ */
 
 #define off_t _off_t
 
index cfffd2b70263eb38b0bb7302ef38e8722d3522ad..ecbb7387d57a143748bb778eef2f5d1e5a071c94 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2000, 2001  Internet Software Consortium.
+ * Copyright (C) 2000, 2001, 2003  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: netdb.h,v 1.2.2.1 2003/05/24 02:22:38 marka Exp $ */
+/* $Id: netdb.h,v 1.2.2.2 2003/07/22 04:03:50 marka Exp $ */
 
 #ifndef NETDB_H
 #define NETDB_H 1
index 2a56fe4f5ca7b65c878738092ba51d8576d23fdc..eecab87cd89b48e76489c02c7ba8546f69df534c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2000, 2001  Internet Software Consortium.
+ * Copyright (C) 2000-2003  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.12 2003/07/09 04:58:19 marka Exp $ */
+/* $Id: socket.c,v 1.5.2.13 2003/07/22 04:03:50 marka Exp $ */
 
 /* This code has been rewritten to take advantage of Windows Sockets
  * I/O Completion Ports and Events. I/O Completion Ports is ONLY
index 1acb640d6c564f85ad319ac19ce85ef09a1d230d..ceb45c8bca58a661437fd20eda053e5ee345e668 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002  Internet Software Consortium.
+ * Copyright (C) 2003  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: strerror.c,v 1.5.186.1 2003/07/09 04:58:19 marka Exp $ */
+/* $Id: strerror.c,v 1.5.186.2 2003/07/22 04:03:51 marka Exp $ */
 
 #include <config.h>
 
index 17e1e26d8a92574c3ce23855aa2bbe46090f195a..45b3c6caa7cf249894bbd689c6da9954410125f3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002 Internet Software Consortium.
+ * Copyright (C) 200 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: win32os.c,v 1.2.176.1 2003/06/24 07:26:34 marka Exp $ */
+/* $Id: win32os.c,v 1.2.176.2 2003/07/22 04:03:51 marka Exp $ */
 
 #include <windows.h>
 
index a1b1d27f81d8d56a69e4ba4113d931d947038cd4..daf5223a30743f8ee27aaf7b523621b443e51412 100644 (file)
@@ -1,6 +1,6 @@
 /*
- * Portions Copyright (C) 2001  Internet Software Consortium.
- * Portions Copyright (C) 2001  Nominum, Inc.
+ * Portions Copyright (C) 2001, 2003  Internet Software Consortium.
+ * Portions Copyright (C) 2001, 2003  Nominum, Inc.
  *
  * 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 @@
  * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: result.h,v 1.3.2.1 2003/07/17 06:36:47 marka Exp $ */
+/* $Id: result.h,v 1.3.2.2 2003/07/22 04:03:53 marka Exp $ */
 
 #ifndef ISCCC_RESULT_H
 #define ISCCC_RESULT_H 1
index 12ab939248d7f7ada55ceddc2df3d18f8f6c3345..764d04d16cc5176361f76eef2c475d6e30220bc4 100644 (file)
@@ -1,6 +1,6 @@
 /*
- * Portions Copyright (C) 2001  Internet Software Consortium.
- * Portions Copyright (C) 2001  Nominum, Inc.
+ * Portions Copyright (C) 2001, 2003  Internet Software Consortium.
+ * Portions Copyright (C) 2001, 2003  Nominum, Inc.
  *
  * 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 @@
  * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: result.c,v 1.3.2.1 2003/07/17 06:36:46 marka Exp $ */
+/* $Id: result.c,v 1.3.2.2 2003/07/22 04:03:52 marka Exp $ */
 
 #include <config.h>
 
index a8460260cb8e875bd6024fe6d95c12dfe0aeef11..179c17d1af51d6264f8dba35020587c78651108e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2001, 2002  Internet Software Consortium.
+ * Copyright (C) 2001-2003  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.17 2003/07/18 06:07:25 marka Exp $ */
+/* $Id: check.c,v 1.14.2.18 2003/07/22 04:03:53 marka Exp $ */
 
 #include <config.h>
 
index 23c3159b7116cc71d0fd93b2c47056ebc4d0dc4e..8809542bcd553916dc7bc6d58cf65ba6ff7f94f3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Portions Copyright (C) 1999-2001  Internet Software Consortium.
+ * Portions Copyright (C) 1999-2001, 2003  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: getnameinfo.c,v 1.30.2.1 2003/07/04 05:22:34 marka Exp $ */
+/* $Id: getnameinfo.c,v 1.30.2.2 2003/07/22 04:03:53 marka Exp $ */
 
 /*
  * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
index ecb519fdd1c14659a9c8a738674287cc4cffbc66..32a72bb4675f89f57f142eb5a7a5ace5acb2627b 100644 (file)
@@ -1,6 +1,6 @@
 <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN">
 <!--
- - Copyright (C) 2001  Internet Software Consortium.
+ - Copyright (C) 2001, 2003  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: lwres_context.docbook,v 1.3.2.1 2003/03/19 17:48:00 marka Exp $ -->
+<!-- $Id: lwres_context.docbook,v 1.3.2.2 2003/07/22 04:03:54 marka Exp $ -->
 
 <refentry>
 <refentryinfo>