]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
update_copyrights
authorMark Andrews <marka@isc.org>
Tue, 26 Mar 2002 00:55:15 +0000 (00:55 +0000)
committerMark Andrews <marka@isc.org>
Tue, 26 Mar 2002 00:55:15 +0000 (00:55 +0000)
17 files changed:
bin/tests/system/ifconfig.sh
lib/dns/dispatch.c
lib/dns/gen.c
lib/dns/include/dns/result.h
lib/dns/include/dns/tsig.h
lib/dns/name.c
lib/dns/resolver.c
lib/dns/result.c
lib/dns/tsig.c
lib/isc/include/isc/result.h
lib/isc/inet_pton.c
lib/isc/lex.c
lib/isc/result.c
lib/isc/win32/file.c
lib/isc/win32/include/isc/strerror.h
lib/isccc/cc.c
make/rules.in

index aaabbbf3d1d1e7ef8426691ddbabb8b8fb43e4d7..7bbabeb31be9a06593a00de56ac7297cf1fd2cd2 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# 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 @@
 # 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.2 2002/03/20 19:59:50 marka Exp $
+# $Id: ifconfig.sh,v 1.35.2.3 2002/03/26 00:54:50 marka Exp $
 
 #
 # Set up interface aliases for bind9 system tests.
index 200778be86bf9913205faab381f7d7baf031f3d1..3796487c6d952251d79fb879af322fec35c739d2 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: dispatch.c,v 1.101.2.1 2002/03/20 20:39:51 marka Exp $ */
+/* $Id: dispatch.c,v 1.101.2.2 2002/03/26 00:54:52 marka Exp $ */
 
 #include <config.h>
 
index 11f0c9eaaa21e3ec04c0f4c70a2df68d57c18bc7..3373ac3c462434962e0549790790e4c9e382ff70 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: gen.c,v 1.65.2.1 2002/03/20 22:41:57 marka Exp $ */
+/* $Id: gen.c,v 1.65.2.2 2002/03/26 00:54:54 marka Exp $ */
 
 #include <config.h>
 
index b981d5f39c42507618eca94cb5e1ec6e0aa8f680..768033cb5173c3901a4a376d2cefa4188dcbee8b 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: result.h,v 1.81.2.2 2002/03/20 19:24:36 marka Exp $ */
+/* $Id: result.h,v 1.81.2.3 2002/03/26 00:55:02 marka Exp $ */
 
 #ifndef DNS_RESULT_H
 #define DNS_RESULT_H 1
index 592761558d0add1a071876741c071d0eca80ecef..1debf9c9d28e317e8faf42a46d94f84f1fc31b0c 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: tsig.h,v 1.40.2.1 2002/03/20 19:24:37 marka Exp $ */
+/* $Id: tsig.h,v 1.40.2.2 2002/03/26 00:55:04 marka Exp $ */
 
 #ifndef DNS_TSIG_H
 #define DNS_TSIG_H 1
index b5383d1917f65f652bc51e5a05f11f3df6449504..ed6581ffd93b236895c85c0320adffa013c98641 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: name.c,v 1.127.2.1 2002/03/20 19:38:49 marka Exp $ */
+/* $Id: name.c,v 1.127.2.2 2002/03/26 00:54:55 marka Exp $ */
 
 #include <config.h>
 
index 50c0c0daac8226975151e499d3ed86d41a8bdd81..f52bdb1669b9518d4099d4c6cceca4f57d8c223f 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: resolver.c,v 1.218.2.8 2002/02/26 23:24:18 halley Exp $ */
+/* $Id: resolver.c,v 1.218.2.9 2002/03/26 00:54:58 marka Exp $ */
 
 #include <config.h>
 
index e89398fbea62314b2519c739d6b168d2df5b6578..2bc2d0983a9c5a1931b0a4cff26b4db2fd5e5afd 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: result.c,v 1.90.2.4 2002/03/20 20:27:21 marka Exp $ */
+/* $Id: result.c,v 1.90.2.5 2002/03/26 00:55:00 marka Exp $ */
 
 #include <config.h>
 
index 47ac4978d01daec4f139f933120506883918405d..574d64c36ed4d02f669d36d9194d274e26c4ed85 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: tsig.c,v 1.112.2.2 2002/03/20 19:24:34 marka Exp $
+ * $Id: tsig.c,v 1.112.2.3 2002/03/26 00:55:01 marka Exp $
  */
 
 #include <config.h>
index 7c0f8a792e20a61c910c91c618bda31689347115..b990debe83da9bc3d46653fd8f10bfb6906a251f 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: result.h,v 1.57.2.1 2002/03/20 21:29:47 marka Exp $ */
+/* $Id: result.h,v 1.57.2.2 2002/03/26 00:55:09 marka Exp $ */
 
 #ifndef ISC_RESULT_H
 #define ISC_RESULT_H 1
index 57c5b6dc7e3c5eaf9fcaa28cde884eca922193f6..f05d1331a77f4a747bbf1926ff26048a97ba5508 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2001  Internet Software Consortium.
+ * Copyright (C) 1996-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
@@ -17,7 +17,7 @@
 
 #if defined(LIBC_SCCS) && !defined(lint)
 static char rcsid[] =
-       "$Id: inet_pton.c,v 1.10.2.1 2002/03/20 19:20:29 marka Exp $";
+       "$Id: inet_pton.c,v 1.10.2.2 2002/03/26 00:55:06 marka Exp $";
 #endif /* LIBC_SCCS and not lint */
 
 #include <config.h>
index b20aa85607ac3acdf37ea1644b4985b4f4a2aa2b..a440467fa2edf1f8cf76d5697fbf8a9bee7c2ca5 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.c,v 1.66.2.4 2002/03/20 20:44:18 marka Exp $ */
+/* $Id: lex.c,v 1.66.2.5 2002/03/26 00:55:07 marka Exp $ */
 
 #include <config.h>
 
index 1fba04d26011b91aa87e65ed4d0121f9bf56f4f8..b2e9d1c3fea8f0f3efe0485b3adb5501eafd658b 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: result.c,v 1.56.2.1 2002/03/20 22:20:59 marka Exp $ */
+/* $Id: result.c,v 1.56.2.2 2002/03/26 00:55:08 marka Exp $ */
 
 #include <config.h>
 
index abd97520e9f3febec9c362bdd3c58a4e403afee6..32dada2a6067477f990923632fb272d6297ba990 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: file.c,v 1.20.2.3 2002/03/20 19:50:54 marka Exp $ */
+/* $Id: file.c,v 1.20.2.4 2002/03/26 00:55:11 marka Exp $ */
 
 #include <config.h>
 
index 662e82c2101dcc1ac2cb0aac0ab3c34c1739e295..4678404f52fa279eb389d4f8f660af03edd2b68b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2001  Internet Software Consortium.
+ * Copyright (C) 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: strerror.h,v 1.2.2.1 2002/02/27 07:20:25 marka Exp $ */
+/* $Id: strerror.h,v 1.2.2.2 2002/03/26 00:55:12 marka Exp $ */
 
 #ifndef ISC_STRERROR_H
 #define ISC_STRERROR_H
index 19be976a5c5c2cd2a59ea62a8fb62c71aee879e3..9ac82ad7b6801333f18f9a2a5d0c42923355cfec 100644 (file)
@@ -1,6 +1,6 @@
 /*
- * Portions Copyright (C) 2001  Internet Software Consortium.
- * Portions Copyright (C) 2001  Nominum, Inc.
+ * Portions Copyright (C) 2001, 2002  Internet Software Consortium.
+ * Portions Copyright (C) 2001, 2002  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: cc.c,v 1.4.2.1 2002/03/20 20:53:06 marka Exp $ */
+/* $Id: cc.c,v 1.4.2.2 2002/03/26 00:55:13 marka Exp $ */
 
 #include <config.h>
 
index e7a3fd2514aaf1c73dffb562d262468b364b87c3..86e42869b8fa9e039f26696613ee3964e0804cc9 100644 (file)
@@ -1,4 +1,4 @@
-# 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
@@ -13,7 +13,7 @@
 # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
 # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 
-# $Id: rules.in,v 1.40.2.1 2002/03/20 20:48:16 marka Exp $
+# $Id: rules.in,v 1.40.2.2 2002/03/26 00:55:15 marka Exp $
 
 ###
 ### Common Makefile rules for BIND 9.