]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
update copyright notice / whitespace
authorTinderbox User <tbox@isc.org>
Tue, 5 May 2015 23:45:24 +0000 (23:45 +0000)
committerTinderbox User <tbox@isc.org>
Tue, 5 May 2015 23:45:24 +0000 (23:45 +0000)
bin/tests/system/checkconf/good-nested.conf
bin/tests/system/dnssec/prereq.sh
bin/tests/system/nsupdate/prereq.sh
lib/isc/radix.c
lib/isccc/result.c

index 03bc22b2d59f606cb1840f854422b12aa8cf60a0..4f96ab947673a0659d47cabab24d69be6aac0e86 100644 (file)
@@ -1,3 +1,19 @@
+/*
+ * Copyright (C) 2015  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.
+ */
+
 acl a { 127.0.0.1; ::1; };
 acl b { a; };
 acl c { !b; };
index b8fecb9c7b6fdc0b8bd7ee231dd33c377de857e3..5211e10942425524644629198140be34bcad2759 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# Copyright (C) 2004, 2006, 2007, 2009, 2012, 2014  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2004, 2006, 2007, 2009, 2012, 2014, 2015  Internet Systems Consortium, Inc. ("ISC")
 # Copyright (C) 2000-2002  Internet Software Consortium.
 #
 # Permission to use, copy, modify, and/or distribute this software for any
index 5e380a4848d24bcbb6dd93a518f1cb7aef9bf60b..b2947c49dea82443558f9e4cd3a6131fe9556e2a 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# Copyright (C) 2014  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2014, 2015  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
index b302f8c920f3ba7997bc9415312a5fa84f359243..3bda44ad062161caa36241f62e94a55deb73c51a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2009, 2011-2014  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2007-2009, 2011-2015  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
index dc3e6d7188e0e2bf3169263305a874a4dbd04dfe..19ff162582a254a97b7ac4aef85af80cecc9e69c 100644 (file)
@@ -29,6 +29,8 @@
  * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
+/* $Id$ */
+
 /*! \file */
 
 #include <config.h>