]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
update copyright notice
authorMark Andrews <marka@isc.org>
Mon, 8 Jan 2007 02:45:04 +0000 (02:45 +0000)
committerMark Andrews <marka@isc.org>
Mon, 8 Jan 2007 02:45:04 +0000 (02:45 +0000)
bin/named/query.c
configure.in
lib/dns/include/dns/validator.h
lib/dns/openssldh_link.c
lib/dns/openssldsa_link.c
lib/dns/validator.c

index 58c9dd38957b037ebd652d4d637a9544594affbf..4b7a36cf4eac83023eb92ebfb38ee1d0a54d6c52 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2006  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2007  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 1999-2003  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and distribute this software for any
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: query.c,v 1.291 2007/01/08 00:54:15 marka Exp $ */
+/* $Id: query.c,v 1.292 2007/01/08 02:45:04 marka Exp $ */
 
 /*! \file */
 
index 0dd37dfe19d6e06fb3891f0714de62973a4816f0..fc6f605b1df925ff058a5faadd5b7209d1bc392b 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2004-2006  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2004-2007  Internet Systems Consortium, Inc. ("ISC")
 # Copyright (C) 1998-2003  Internet Software Consortium.
 #
 # Permission to use, copy, modify, and distribute this software for any
@@ -18,7 +18,7 @@ AC_DIVERT_PUSH(1)dnl
 esyscmd([sed "s/^/# /" COPYRIGHT])dnl
 AC_DIVERT_POP()dnl
 
-AC_REVISION($Revision: 1.425 $)
+AC_REVISION($Revision: 1.426 $)
 
 AC_INIT(lib/dns/name.c)
 AC_PREREQ(2.59)
index 159134e3e421b6a9d2b13feb5edbcf6c60d74a75..443dec2d36a832dd9dec6c213c54d96e888d8729 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2006  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2007  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 2000-2003  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and distribute this software for any
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: validator.h,v 1.36 2007/01/08 01:13:38 marka Exp $ */
+/* $Id: validator.h,v 1.37 2007/01/08 02:45:04 marka Exp $ */
 
 #ifndef DNS_VALIDATOR_H
 #define DNS_VALIDATOR_H 1
index 589200bd6dcc806edf24427baf209d49377f2503..a8b4d4d8703c89e3059fd6b16889762229d66ec1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Portions Copyright (C) 2004-2006  Internet Systems Consortium, Inc. ("ISC")
+ * Portions Copyright (C) 2004-2007  Internet Systems Consortium, Inc. ("ISC")
  * Portions Copyright (C) 1999-2002  Internet Software Consortium.
  * Portions Copyright (C) 1995-2000 by Network Associates, Inc.
  *
@@ -18,7 +18,7 @@
 
 /*
  * Principal Author: Brian Wellington
- * $Id: openssldh_link.c,v 1.9 2007/01/08 02:35:58 marka Exp $
+ * $Id: openssldh_link.c,v 1.10 2007/01/08 02:45:04 marka Exp $
  */
 
 #ifdef OPENSSL
index 7fbf08dbd6c2fa38837843e4b91c0fce005ee2e1..17fc52f0aef419c13a571084c9258d9b39073597 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Portions Copyright (C) 2004-2006  Internet Systems Consortium, Inc. ("ISC")
+ * Portions Copyright (C) 2004-2007  Internet Systems Consortium, Inc. ("ISC")
  * Portions Copyright (C) 1999-2002  Internet Software Consortium.
  * Portions Copyright (C) 1995-2000 by Network Associates, Inc.
  *
@@ -16,7 +16,7 @@
  * IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: openssldsa_link.c,v 1.7 2007/01/08 01:52:27 marka Exp $ */
+/* $Id: openssldsa_link.c,v 1.8 2007/01/08 02:45:04 marka Exp $ */
 
 #ifdef OPENSSL
 
index dedd9026f1ace8c25c2ad585660a7b93ac8e0793..e3c2f2b59a70f0dbdd0b9bd2b019c5ab147b1f8a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2006  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2007  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 2000-2003  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and distribute this software for any
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: validator.c,v 1.148 2007/01/08 01:13:38 marka Exp $ */
+/* $Id: validator.c,v 1.149 2007/01/08 02:45:04 marka Exp $ */
 
 #include <config.h>