]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
update_copyrights
authorAndreas Gustafsson <source@isc.org>
Tue, 17 Jul 2001 20:29:36 +0000 (20:29 +0000)
committerAndreas Gustafsson <source@isc.org>
Tue, 17 Jul 2001 20:29:36 +0000 (20:29 +0000)
18 files changed:
bin/rndc/util.c
bin/rndc/util.h
bin/tests/system/tkey/prereq.sh
configure.in
doc/misc/dnssec
lib/dns/win32/DLLMain.c
lib/isc/win32/errno2result.c
lib/isc/win32/errno2result.h
lib/isc/win32/file.c
lib/isc/win32/include/isc/ipv6.h
lib/isc/win32/include/isc/keyboard.h
lib/isc/win32/interfaceiter.c
lib/isc/win32/keyboard.c
lib/isc/win32/os.c
lib/isc/win32/socket.c
lib/isc/win32/stdio.c
lib/isccc/win32/version.c
lib/isccfg/win32/DLLMain.c

index 98d52e5e294512ce8bdd074e33064dd74e3aad45..8529260a266541d1e3965261d2bb189cab82125f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2001  Internet Software Consortium.
+ * Copyright (C) 2000, 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
@@ -15,7 +15,7 @@
  * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: util.c,v 1.1 2001/06/22 17:22:26 tale Exp $ */
+/* $Id: util.c,v 1.2 2001/07/17 20:29:18 gson Exp $ */
 
 #include <config.h>
 
index 40aa59a3dd2920cb572ee769aef9919cc2d81402..5ad58e15c5133aec78640f8de3a6a90224e09ebd 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2001  Internet Software Consortium.
+ * Copyright (C) 2000, 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
@@ -15,7 +15,7 @@
  * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: util.h,v 1.3 2001/07/02 00:06:22 bwelling Exp $ */
+/* $Id: util.h,v 1.4 2001/07/17 20:29:19 gson Exp $ */
 
 #ifndef RNDC_UTIL_H
 #define RNDC_UTIL_H 1
index 0811968e783e445f6cb62fb5b44b1b8953dd4cde..285e2805948f08eea1317e4e208ceec1b473fa7f 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# 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
@@ -15,7 +15,7 @@
 # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
 # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 
-# $Id: prereq.sh,v 1.3 2001/07/13 18:29:00 gson Exp $
+# $Id: prereq.sh,v 1.4 2001/07/17 20:29:20 gson Exp $
 
 if $KEYGEN -a RSA -b 512 -n zone -r $KEYGEN foo > /dev/null 2>&1
 then
index 4741e4fc1aebdb1c2b268202bd6de335f6e87ade..4c85b351d3231aa4c71f17230e7451a4905bbd6a 100644 (file)
@@ -1,4 +1,4 @@
-e# Copyright (C) 1998-2001  Internet Software Consortium.
+# Copyright (C) 1998-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
@@ -18,7 +18,7 @@ AC_DIVERT_PUSH(AC_DIVERSION_NOTICE)dnl
 esyscmd([sed "s/^/# /" COPYRIGHT])dnl
 AC_DIVERT_POP()dnl
 
-AC_REVISION($Revision: 1.279 $)
+AC_REVISION($Revision: 1.280 $)
 
 AC_INIT(lib/dns/name.c)
 AC_PREREQ(2.13)
index 145e298b3bc7f0d30f26cc004c4f0fd2a6f61b42..39721604deeb3cbecf2e3cfdeb84934c148537f0 100644 (file)
@@ -1,4 +1,3 @@
-
 Copyright (C) 2000, 2001  Internet Software Consortium.
 See COPYRIGHT in the source root or http://isc.org/copyright.html for terms.
 
@@ -81,4 +80,4 @@ an update occurs.  Advanced access control is possible using the
 "update-policy" statement in the zone definition.
 
 
-$Id: dnssec,v 1.13 2001/07/13 00:48:46 gson Exp $
+$Id: dnssec,v 1.14 2001/07/17 20:29:22 gson Exp $
index 206c850c65a1dc9240aacd0cb66b03d5f637342a..9a68317ee94cafaf7e1b6eeb0f373391960a4306 100644 (file)
@@ -14,7 +14,8 @@
  * NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
  * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
-/* $Id: DLLMain.c,v 1.2 2001/07/17 19:16:50 gson Exp $ */
+
+/* $Id: DLLMain.c,v 1.3 2001/07/17 20:29:23 gson Exp $ */
 
 #include <windows.h>
 #include <signal.h>
index 4189320e6c0d5b39a1bf98f3e12cb713f20c6231..5e1acdb388487e7f185139b7743618dca38bb6f4 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2000  Internet Software Consortium.
+ * Copyright (C) 2000, 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
@@ -15,7 +15,7 @@
  * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: errno2result.c,v 1.3 2001/07/09 21:06:04 gson Exp $ */
+/* $Id: errno2result.c,v 1.4 2001/07/17 20:29:24 gson Exp $ */
 
 #include <config.h>
 
index 368167cf4a5fe6c6a7541cd776a892f3976089a6..51645b38ab7231911d8db59da938d8bbbc6f7838 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2000  Internet Software Consortium.
+ * Copyright (C) 2000, 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
@@ -15,7 +15,7 @@
  * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: errno2result.h,v 1.3 2001/07/09 21:06:05 gson Exp $ */
+/* $Id: errno2result.h,v 1.4 2001/07/17 20:29:25 gson Exp $ */
 
 #ifndef UNIX_ERRNO2RESULT_H
 #define UNIX_ERRNO2RESULT_H 1
index d6335e297f27b671ccf0b60145b30e186d9d627f..790c3439f857e99f6ca39def1933f417401df94d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2000  Internet Software Consortium.
+ * Copyright (C) 2000, 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
@@ -15,7 +15,7 @@
  * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: file.c,v 1.19 2001/07/16 18:33:02 gson Exp $ */
+/* $Id: file.c,v 1.20 2001/07/17 20:29:26 gson Exp $ */
 
 #include <config.h>
 
index 264ccde119560b18090d09291f1bb0e7433d216a..000e9ff64cc8fa83239f67f716efe27f13f19e0a 100644 (file)
@@ -15,6 +15,8 @@
  * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
+/* $Id: ipv6.h,v 1.9 2001/07/17 20:29:33 gson Exp $ */
+
 #ifndef ISC_IPV6_H
 #define ISC_IPV6_H 1
 
index 5af77dfc933aa095db5fc8e988c1179e5bce9aa7..6ff49b6cec9c9185305776e15595d4d156b7003d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2000  Internet Software Consortium.
+ * Copyright (C) 2000, 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
@@ -15,7 +15,7 @@
  * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: keyboard.h,v 1.2 2001/07/08 05:09:27 mayer Exp $ */
+/* $Id: keyboard.h,v 1.3 2001/07/17 20:29:34 gson Exp $ */
 
 #ifndef ISC_KEYBOARD_H
 #define ISC_KEYBOARD_H 1
index 97ecd06ad3099903d7e97e028b5391a3f1cbac48..77950f427055b574b360e4818b893fcef8fd48c9 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1999, 2000  Internet Software Consortium.
+ * Copyright (C) 1999-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
@@ -15,7 +15,7 @@
  * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: interfaceiter.c,v 1.3 2001/07/09 21:06:09 gson Exp $ */
+/* $Id: interfaceiter.c,v 1.4 2001/07/17 20:29:27 gson Exp $ */
 
 /*
  * Note that this code will need to be revisited to support IPv6 Interfaces.
index 8b0d14a36f6431fddd92cb7fafcceb2c222b7b78..fd70333e90ffaef3e6ddb1b47b3284a1bfeb7b23 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2000-2001  Internet Software Consortium.
+ * Copyright (C) 20002001  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: keyboard.c,v 1.3 2001/07/09 21:06:11 gson Exp $ */
+/* $Id: keyboard.c,v 1.4 2001/07/17 20:29:28 gson Exp $ */
 
 #include <config.h>
 
index ddf5751c046674359ed70ea127b67a1530f5e0c4..41190987298567529ecff3e1138dcf919e46e8c7 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2000-2001  Internet Software Consortium.
+ * Copyright (C) 20002001  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: os.c,v 1.3 2001/07/09 21:06:17 gson Exp $ */
+/* $Id: os.c,v 1.4 2001/07/17 20:29:30 gson Exp $ */
 
 #include <windows.h>
 
index 601ec5037d36a2bcdf9d7b01c002187f309abe5e..b1e098590744ccbd1015ff2240f12310d3867e59 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1998-2001  Internet Software Consortium.
+ * Copyright (C) 2000, 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
@@ -15,7 +15,7 @@
  * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: socket.c,v 1.4 2001/07/10 06:27:44 mayer Exp $ */
+/* $Id: socket.c,v 1.5 2001/07/17 20:29:31 gson Exp $ */
 
 
 #define MAKE_EXTERNAL 1
index 27da10cbc92d006ac9ac96c296b8aec850c4037c..c2fc6add7d92c5be06e3445058e774f02cd7ae67 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2000  Internet Software Consortium.
+ * Copyright (C) 2000, 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
@@ -15,7 +15,7 @@
  * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: stdio.c,v 1.2 2001/07/08 05:09:13 mayer Exp $ */
+/* $Id: stdio.c,v 1.3 2001/07/17 20:29:32 gson Exp $ */
 
 #include <config.h>
 
index bf3081586b4920b79e3184e3f8da567516b2a909..ceff0fef28c7fd6428ae8602580e8ed9419e3f9a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1998-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
@@ -15,7 +15,7 @@
  * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: version.c,v 1.1 2001/07/17 06:10:26 mayer Exp $ */
+/* $Id: version.c,v 1.2 2001/07/17 20:29:35 gson Exp $ */
 
 #include <versions.h>
 
index a7b5639bc529593027471c958a1065f7ec4252f9..a79bcf6b942f326fef0b5dc34e3f4941ab23b16c 100644 (file)
@@ -15,6 +15,8 @@
  * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
+/* $Id: DLLMain.c,v 1.3 2001/07/17 20:29:36 gson Exp $ */
+
 #include <windows.h>
 #include <signal.h>