]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
update copyright notice / whitespace
authorTinderbox User <tbox@isc.org>
Tue, 29 Sep 2015 23:45:32 +0000 (23:45 +0000)
committerTinderbox User <tbox@isc.org>
Tue, 29 Sep 2015 23:45:32 +0000 (23:45 +0000)
bin/named/builtin.c
bin/named/server.c
bin/tests/system/cacheclean/ns2/named.conf
bin/tests/system/checkconf/max-cache-size-good.conf
lib/isc/Makefile.in
lib/isc/include/isc/commandline.h
lib/isc/include/isc/meminfo.h
lib/isc/unix/Makefile.in
lib/isc/win32/Makefile.in

index 96d624a21b43edc083636d6c57d0d661a835c16d..f0bfb91e3faef82ffb3ee99969337d36085c3720 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004, 2005, 2007, 2009-2014  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004, 2005, 2007, 2009-2015  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 2001-2003  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
index 02665cd97b1b37cc95ed47357e36c0a3adb8e4fe..9f5201eb7ae7af4a352948058de02eca3351ffd5 100644 (file)
@@ -1370,9 +1370,9 @@ configure_dyndb(const cfg_obj_t *dyndb, isc_mem_t *mctx,
 
        if (result != ISC_R_SUCCESS)
                isc_log_write(ns_g_lctx, NS_LOGCATEGORY_GENERAL,
-                             NS_LOGMODULE_SERVER, ISC_LOG_ERROR,
-                             "dynamic database '%s' configuration failed: %s",
-                             name, isc_result_totext(result));
+                             NS_LOGMODULE_SERVER, ISC_LOG_ERROR,
+                             "dynamic database '%s' configuration failed: %s",
+                             name, isc_result_totext(result));
        return (result);
 }
 
index accfda855879a8f1fadac078c5c3d50e38527e23..47aaf27f4ca681bbd496866481edac921f83aac3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004, 2005, 2007, 2011, 2013, 2014  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004, 2005, 2007, 2011, 2013-2015  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 2001  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
index 952b0221b2c2798583278c9eac21c404771e2ab8..ccd64dbf712b40ede6367ec94f92a0956a6fe3fc 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.
+ */
+
 options {
        max-cache-size 60%;
 };
index 9702b8d171f5af881262f48ac332b2f225b44576..1a58783d3127b0d81075d59a120742e2d965ca30 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2004-2014  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2004-2015  Internet Systems Consortium, Inc. ("ISC")
 # Copyright (C) 1998-2003  Internet Software Consortium.
 #
 # Permission to use, copy, modify, and/or distribute this software for any
index d35ccbf1ae0d8ac5ac110e2460d5d641086ac8f1..00341954bbaf2e2b134f924e62e95c3572f18bea 100644 (file)
@@ -15,6 +15,8 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
+/* $Id$ */
+
 #ifndef ISC_COMMANDLINE_H
 #define ISC_COMMANDLINE_H 1
 
index 3291a1724e1fce4423f688ebdb03dacac2bd3c67..60f41c2e9262cc2e5853030eb145bc1d62864d47 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2015 Internet Systems Consortium, Inc. ("ISC")
+ * 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
@@ -26,7 +26,7 @@ ISC_LANG_BEGINDECLS
 isc_uint64_t
 isc_meminfo_totalphys(void);
 /*%<
- * Return total available physical memory in bytes, or 0 if this cannot 
+ * Return total available physical memory in bytes, or 0 if this cannot
  * be determined
 */
 
index 71150ae0a55b4cf6d5922b9e9284b1f65a973bf9..bc50f9d9b6696cecf8dba4aba223a0965633ab7f 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2004, 2007, 2009, 2012, 2014  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2004, 2007, 2009, 2012, 2014, 2015  Internet Systems Consortium, Inc. ("ISC")
 # Copyright (C) 1998-2001  Internet Software Consortium.
 #
 # Permission to use, copy, modify, and/or distribute this software for any
index 9e2934467ede305967025d8142cb4eff3152fe2a..3aa8a36a55a317275b191c6ccc94439a5c9e809d 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2004, 2007, 2009, 2012, 2014  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2004, 2007, 2009, 2012, 2014, 2015  Internet Systems Consortium, Inc. ("ISC")
 # Copyright (C) 1999-2001  Internet Software Consortium.
 #
 # Permission to use, copy, modify, and/or distribute this software for any