]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
update copyright notice
authorAutomatic Updater <source@isc.org>
Thu, 7 Jul 2011 23:47:50 +0000 (23:47 +0000)
committerAutomatic Updater <source@isc.org>
Thu, 7 Jul 2011 23:47:50 +0000 (23:47 +0000)
bin/tests/startperf/setup.sh
bin/tests/startperf/smallzone.db
lib/isc/Makefile.in
lib/isc/include/isc/taskpool.h
lib/isc/taskpool.c

index 99600df8aa7fe914f9f544099cbbad7eb1e8f841..da1cf03d37daa80f6e611f72c33d4ab10abc56ae 100644 (file)
@@ -1,4 +1,20 @@
 #!/bin/sh
+#
+# Copyright (C) 2011  Internet Systems Consortium, Inc. ("ISC")
+#
+# Permission to use, copy, modify, and/or distribute this software for any
+# purpose with or without fee is hereby granted, provided that the above
+# copyright notice and this permission notice appear in all copies.
+#
+# THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
+# REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
+# AND FITNESS.  IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
+# INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
+# 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: setup.sh,v 1.3 2011/07/07 23:47:49 tbox Exp $
 
 if [ "$#" -ne 1 ]; then
     echo "Usage: $0 <number of zones>"
index 5401c0d51a2ec87677bda78166e2ba944f23e424..5156a0659555eb34e6100ba3338f4d2b46e9a6c7 100644 (file)
@@ -1,3 +1,19 @@
+; Copyright (C) 2011  Internet Systems Consortium, Inc. ("ISC")
+;
+; Permission to use, copy, modify, and/or distribute this software for any
+; purpose with or without fee is hereby granted, provided that the above
+; copyright notice and this permission notice appear in all copies.
+;
+; THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
+; REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
+; AND FITNESS.  IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
+; INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
+; 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: smallzone.db,v 1.3 2011/07/07 23:47:49 tbox Exp $
+
 $TTL 300       ; 5 minutes
 @                      IN SOA  mname1. . (
                                2000042407 ; serial
index 7df5ad9a431aedbc641a439e7f30dadfbc60ca19..6780be4cbf9f6e75a275e016ce43965116561bb7 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2004-2010  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2004-2011  Internet Systems Consortium, Inc. ("ISC")
 # Copyright (C) 1998-2003  Internet Software Consortium.
 #
 # Permission to use, copy, modify, and/or distribute this software for any
@@ -13,7 +13,7 @@
 # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 # PERFORMANCE OF THIS SOFTWARE.
 
-# $Id: Makefile.in,v 1.110 2011/07/06 01:36:32 each Exp $
+# $Id: Makefile.in,v 1.111 2011/07/07 23:47:49 tbox Exp $
 
 srcdir =       @srcdir@
 VPATH =                @srcdir@
index af25ddb69ba82a4f71e78f67f8969378ad63421b..14a1f60ea33a821503c8061cda46d1e2f1f5c113 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2007  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2007, 2011  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: taskpool.h,v 1.16 2011/07/06 01:36:32 each Exp $ */
+/* $Id: taskpool.h,v 1.17 2011/07/07 23:47:50 tbox Exp $ */
 
 #ifndef ISC_TASKPOOL_H
 #define ISC_TASKPOOL_H 1
@@ -83,7 +83,7 @@ isc_taskpool_create(isc_taskmgr_t *tmgr, isc_mem_t *mctx,
  *\li  #ISC_R_UNEXPECTED
  */
 
-void 
+void
 isc_taskpool_gettask(isc_taskpool_t *pool, isc_task_t **targetp);
 /*%<
  * Attach to a task from the pool.  Currently the next task is chosen
@@ -114,7 +114,7 @@ isc_taskpool_expand(isc_taskpool_t **sourcep, unsigned int size,
  * In either case, 'sourcep' is detached.
  *
  * Requires:
- * 
+ *
  * \li 'sourcep' is not NULL and '*source' is not NULL
  * \li 'targetp' is not NULL and '*source' is NULL
  *
index e4ca2fc5d711e1ce4257c6098a2656da4dec2ba1..49f9832dd1535aed0ebfdb16a1de23459e023ae7 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004, 2005, 2007  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004, 2005, 2007, 2011  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: taskpool.c,v 1.19 2011/07/06 01:36:32 each Exp $ */
+/* $Id: taskpool.c,v 1.20 2011/07/07 23:47:49 tbox Exp $ */
 
 /*! \file */
 
@@ -78,7 +78,7 @@ isc_taskpool_create(isc_taskmgr_t *tmgr, isc_mem_t *mctx,
        isc_result_t result;
 
        INSIST(ntasks > 0);
-       
+
        /* Allocate the pool structure */
        result = alloc_pool(tmgr, mctx, ntasks, quantum, &pool);
        if (result != ISC_R_SUCCESS)