]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
update copyright notice
authorAutomatic Updater <source@isc.org>
Fri, 18 Jun 2010 23:46:26 +0000 (23:46 +0000)
committerAutomatic Updater <source@isc.org>
Fri, 18 Jun 2010 23:46:26 +0000 (23:46 +0000)
bin/tests/virtual-time/slave/ns1/example.db.in
bin/tests/virtual-time/slave/ns1/named.conf
bin/tests/virtual-time/slave/ns1/root.db
bin/tests/virtual-time/slave/ns1/wrap.sh
bin/tests/virtual-time/vtwrapper.c

index 961f819f61b18f7d39f81a2feada5dad50ffb5e9..92ab144646dcf41f8643b3703f5ae85cc258a5de 100644 (file)
@@ -1,3 +1,19 @@
+; Copyright (C) 2010  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: example.db.in,v 1.2.2.3 2010/06/18 23:46:26 tbox Exp $
+
 $TTL 300       ; 5 minutes
 @                      IN SOA  ns root (
                                2000042100      ; serial
index a9d386c92e461fdf0b477e127309bb73fae69558..ce440a2888c5828dce6918cd85e5971be4b17d10 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2009  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2010  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
@@ -14,7 +14,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: named.conf,v 1.2.2.2 2010/06/17 05:43:52 marka Exp $ */
+/* $Id: named.conf,v 1.2.2.3 2010/06/18 23:46:26 tbox Exp $ */
 
 controls { /* empty */ };
 
index 58de3744f152fabfbcde86973b2af6de18c2bc12..8b0e894c0bb546872a84776cabd1c90086c3fa90 100644 (file)
@@ -1,4 +1,4 @@
-; Copyright (C) 2009  Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) 2010  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
@@ -12,7 +12,7 @@
 ; OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 ; PERFORMANCE OF THIS SOFTWARE.
 
-; $Id: root.db,v 1.2.2.2 2010/06/17 05:43:52 marka Exp $
+; $Id: root.db,v 1.2.2.3 2010/06/18 23:46:26 tbox Exp $
 
 $TTL 300
 .                      IN SOA  gson.nominum.com. a.root.servers.nil. (
index 437b1bd8d4c07bd83597b3e93cce2bc31e3fb6af..24e27a971054f7e3e9688e4dc374355ab5f0d7be 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2009  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2010  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
@@ -12,7 +12,7 @@
 # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 # PERFORMANCE OF THIS SOFTWARE.
 
-# $Id: wrap.sh,v 1.2.2.2 2010/06/17 05:43:52 marka Exp $
+# $Id: wrap.sh,v 1.2.2.3 2010/06/18 23:46:26 tbox Exp $
 
 #
 # Wrapper for named
index fb2409bd6da6801fe4173a94016ddc3036882066..f47eddb7df344b3240623db81f709b4c68b09ded 100644 (file)
@@ -14,7 +14,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: vtwrapper.c,v 1.2.2.2 2010/06/17 05:43:51 marka Exp $ */
+/* $Id: vtwrapper.c,v 1.2.2.3 2010/06/18 23:46:26 tbox Exp $ */
 
 #define _GNU_SOURCE
 #include <sys/syscall.h>
@@ -278,7 +278,7 @@ kevent(int kq, struct kevent *changelist, int nchanges,
                       nevents, &ts);
 #else
        return syscall(SYS_kevent, kq, changelist, nchanges, eventlist,
-                       nevents, timeout);
+                       nevents, timeout);
 #endif
 }
 #endif