]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
update copyright notice
authorAutomatic Updater <source@isc.org>
Mon, 5 Jan 2009 23:47:54 +0000 (23:47 +0000)
committerAutomatic Updater <source@isc.org>
Mon, 5 Jan 2009 23:47:54 +0000 (23:47 +0000)
15 files changed:
COPYRIGHT
bin/named/log.c
bin/named/xfrout.c
lib/dns/diff.c
lib/dns/include/dns/db.h
lib/dns/include/dns/validator.h
lib/dns/include/dns/view.h
lib/dns/include/dns/zone.h
lib/dns/resolver.c
lib/dns/validator.c
lib/isc/include/isc/log.h
lib/isc/log.c
lib/isc/unix/include/isc/time.h
lib/isc/win32/include/isc/time.h
lib/isc/win32/socket.c

index 065c64fd243346813490e8f8cdff6b4aa5f94b56..452f97d7b0de9c381e4dac94223083e9d9b1072a 100644 (file)
--- a/COPYRIGHT
+++ b/COPYRIGHT
@@ -1,4 +1,4 @@
-Copyright (C) 2004-2008  Internet Systems Consortium, Inc. ("ISC")
+Copyright (C) 2004-2009  Internet Systems Consortium, Inc. ("ISC")
 Copyright (C) 1996-2003  Internet Software Consortium.
 
 Permission to use, copy, modify, and/or distribute this software for any
@@ -13,7 +13,7 @@ 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.14 2008/01/02 23:47:01 tbox Exp $
+$Id: COPYRIGHT,v 1.15 2009/01/05 23:47:53 tbox Exp $
 
 Portions Copyright (C) 1996-2001  Nominum, Inc.
 
index f0a3899b55ec2440488dc2c9748ac4d65abb2b4e..5739e25140fd6e72f02ad16b79437a8f0e333c50 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2007  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2007, 2009  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 1999-2002  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: log.c,v 1.47 2009/01/05 23:20:21 jinmei Exp $ */
+/* $Id: log.c,v 1.48 2009/01/05 23:47:53 tbox Exp $ */
 
 /*! \file */
 
index c24b976452a177a6bc34dffa4b6f367ae3f20974..2cdcd907bbef58efe929e9aac1a3ded176c85c09 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2008  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2009  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 1999-2003  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: xfrout.c,v 1.132 2009/01/05 23:20:21 jinmei Exp $ */
+/* $Id: xfrout.c,v 1.133 2009/01/05 23:47:53 tbox Exp $ */
 
 #include <config.h>
 
index 1fa20cc01cec21c7a65f8de0c88161875a6e5179..2c2c531b283742c7a45135646ee79aba4875f2ec 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004, 2005, 2007, 2008  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004, 2005, 2007-2009  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 2000-2003  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: diff.c,v 1.19 2009/01/05 23:20:21 jinmei Exp $ */
+/* $Id: diff.c,v 1.20 2009/01/05 23:47:53 tbox Exp $ */
 
 /*! \file */
 
index 4c128e169f8b08be9c29a0c8ca5e303ab769fa46..4404b97b1853bad8374386a7f360ea4922686209 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2008  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2009  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 1999-2003  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: db.h,v 1.94 2009/01/05 23:20:22 jinmei Exp $ */
+/* $Id: db.h,v 1.95 2009/01/05 23:47:53 tbox Exp $ */
 
 #ifndef DNS_DB_H
 #define DNS_DB_H 1
index 2baa8578c9d03d4b0fd5c637ac2331b7d1bb776e..8718199092b0c3ee98c185850624fbad247ade25 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2008  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2009  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 2000-2003  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: validator.h,v 1.42 2009/01/05 23:20:22 jinmei Exp $ */
+/* $Id: validator.h,v 1.43 2009/01/05 23:47:53 tbox Exp $ */
 
 #ifndef DNS_VALIDATOR_H
 #define DNS_VALIDATOR_H 1
index 221223ad4c6e72b51832e16a45900661faa59c55..feae030acdb11c53930f06f205328da01a9c9ec1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2008  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2009  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 1999-2003  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: view.h,v 1.112 2009/01/05 23:20:22 jinmei Exp $ */
+/* $Id: view.h,v 1.113 2009/01/05 23:47:53 tbox Exp $ */
 
 #ifndef DNS_VIEW_H
 #define DNS_VIEW_H 1
index eaf3f7e980f485563c70ef33390ae1aebecfef5b..03bcfe6a93b1b73da2d7ddd8f3c044f5abf834cc 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2008  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2009  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 1999-2003  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: zone.h,v 1.161 2009/01/05 23:20:22 jinmei Exp $ */
+/* $Id: zone.h,v 1.162 2009/01/05 23:47:53 tbox Exp $ */
 
 #ifndef DNS_ZONE_H
 #define DNS_ZONE_H 1
index 471a677d2ad903e3dfab1120b86c7881c96a5d9d..f4a6f5302d37d5a64760e837c928a2b698dc4405 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2008  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2009  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 1999-2003  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: resolver.c,v 1.385 2009/01/05 23:20:21 jinmei Exp $ */
+/* $Id: resolver.c,v 1.386 2009/01/05 23:47:53 tbox Exp $ */
 
 /*! \file */
 
index 1a1f39af1b675c080076e002b97213fa749deeba..ccb6b415f1abe1ea30480d2dad23e20a4321bc33 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2008  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2009  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 2000-2003  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: validator.c,v 1.165 2009/01/05 23:20:22 jinmei Exp $ */
+/* $Id: validator.c,v 1.166 2009/01/05 23:47:53 tbox Exp $ */
 
 #include <config.h>
 
index c0bd1207a59ac372f840acaa36401fbb51f04a91..d250eac1ad209ad4e06a15569a921087b4a5756d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2007  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2007, 2009  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 1999-2002  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: log.h,v 1.55 2009/01/05 23:20:22 jinmei Exp $ */
+/* $Id: log.h,v 1.56 2009/01/05 23:47:54 tbox Exp $ */
 
 #ifndef ISC_LOG_H
 #define ISC_LOG_H 1
index 09f079eea5c47d92921cfc1a2818e147a979dce3..a67b5f75ae05e728502be198ee4969187798a498 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2007  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2007, 2009  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 1999-2003  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: log.c,v 1.95 2009/01/05 23:20:22 jinmei Exp $ */
+/* $Id: log.c,v 1.96 2009/01/05 23:47:53 tbox Exp $ */
 
 /*! \file
  * \author  Principal Authors: DCL */
index 4b7dfb74a8c83d6814b9b2695e394df0c7af04ae..dc1cef9ad3f23a2581c4d3d5e567467e937cfc37 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2008  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2009  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 1998-2001  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: time.h,v 1.39 2009/01/05 23:20:22 jinmei Exp $ */
+/* $Id: time.h,v 1.40 2009/01/05 23:47:54 tbox Exp $ */
 
 #ifndef ISC_TIME_H
 #define ISC_TIME_H 1
index 0c4d52cd8e41acf880ecec6f016265fc1242f041..8ffb24b11428c3c217b65d5fc9298479b9a70c69 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004, 2006-2008  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004, 2006-2009  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 1998-2001  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: time.h,v 1.34 2009/01/05 23:20:22 jinmei Exp $ */
+/* $Id: time.h,v 1.35 2009/01/05 23:47:54 tbox Exp $ */
 
 #ifndef ISC_TIME_H
 #define ISC_TIME_H 1
index 69b6b275cdd3802498cc45ac5d8608361d6a62d8..5a67819fe2458759f70c8797cbbf49c3463dbde6 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2008  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2009  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 2000-2003  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: socket.c,v 1.71 2009/01/05 23:20:22 jinmei Exp $ */
+/* $Id: socket.c,v 1.72 2009/01/05 23:47:54 tbox Exp $ */
 
 /* This code uses functions which are only available on Server 2003 and
  * higher, and Windows XP and higher.