]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
update copyright notice
authorAutomatic Updater <source@isc.org>
Mon, 2 Mar 2009 23:47:11 +0000 (23:47 +0000)
committerAutomatic Updater <source@isc.org>
Mon, 2 Mar 2009 23:47:11 +0000 (23:47 +0000)
bin/tests/cfg_test.c
bin/tests/dst/dst_test.c
lib/dns/dst_parse.c
lib/tests/t_api.c

index 83d822ea00774ca85f782dd889a75930d5d089e4..48febad8b486d00fd3a757cdd2fd40bdb369cc9e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004, 2005, 2007  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004, 2005, 2007, 2009  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 2001, 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: cfg_test.c,v 1.19.332.1 2009/03/02 02:37:30 marka Exp $ */
+/* $Id: cfg_test.c,v 1.19.332.2 2009/03/02 23:47:11 tbox Exp $ */
 
 /*! \file */
 
@@ -70,7 +70,7 @@ main(int argc, char **argv) {
        cfg_obj_t *cfg = NULL;
        cfg_type_t *type = NULL;
        isc_boolean_t grammar = ISC_FALSE;
-       isc_boolean_t memstats = ISC_FALSE;     
+       isc_boolean_t memstats = ISC_FALSE;
        char *filename = NULL;
 
        RUNTIME_CHECK(isc_mem_create(0, 0, &mctx) == ISC_R_SUCCESS);
@@ -116,7 +116,7 @@ main(int argc, char **argv) {
                } else {
                        filename = argv[1];
                }
-               argv++, argc--;       
+               argv++, argc--;
        }
 
        if (grammar) {
index 2ff73c4ffbc9c82b20570b66570497d4662f59d8..68eeaa93b24f81fb81d74d04bccd37bedb32207e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004, 2005, 2007  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004, 2005, 2007, 2009  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 1999-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: dst_test.c,v 1.43.332.1 2009/03/02 02:46:26 marka Exp $ */
+/* $Id: dst_test.c,v 1.43.332.2 2009/03/02 23:47:11 tbox Exp $ */
 
 #include <config.h>
 
index ccd408c567306090dd6b4cc852947248c94cb00f..2da72ae6415a19becc3fe4d46b0d692f26890a2d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Portions Copyright (C) 2004-2008  Internet Systems Consortium, Inc. ("ISC")
+ * Portions Copyright (C) 2004-2009  Internet Systems Consortium, Inc. ("ISC")
  * Portions Copyright (C) 1999-2002  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
@@ -31,7 +31,7 @@
 
 /*%
  * Principal Author: Brian Wellington
- * $Id: dst_parse.c,v 1.14.120.1 2009/03/02 02:54:15 marka Exp $
+ * $Id: dst_parse.c,v 1.14.120.2 2009/03/02 23:47:11 tbox Exp $
  */
 
 #include <config.h>
index b300a6857209a78d68ff3306d339a91a447806fa..ea8f45b7cf1c373d6a8bd2cb02a03ea3f3906a19 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) 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: t_api.c,v 1.63.156.1 2009/03/02 01:56:07 marka Exp $ */
+/* $Id: t_api.c,v 1.63.156.2 2009/03/02 23:47:11 tbox Exp $ */
 
 /*! \file */