]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
update copyright notice
authorTinderbox User <tbox@isc.org>
Wed, 3 Apr 2013 23:45:38 +0000 (23:45 +0000)
committerTinderbox User <tbox@isc.org>
Wed, 3 Apr 2013 23:45:38 +0000 (23:45 +0000)
bin/tests/system/resolver/clean.sh
bin/tests/system/resolver/tests.sh
lib/dns/client.c
lib/dns/ecdb.c
lib/export/isccfg/Makefile.in
lib/export/samples/sample.c
lib/tests/t_api.c

index a0104b9f1d3161211fd6a0ff9800ba9fc3ea425f..c5bd75ed0e235c8312f5d7f7a48ddf02f400e850 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# Copyright (C) 2008-2012  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2008-2013  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 6bfb3b7d7f3a04e8e6a757e25b9c322d59cb6112..9323f255eee85061a019134f50962c7916f22e08 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# Copyright (C) 2004, 2007, 2009-2012  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2004, 2007, 2009-2013  Internet Systems Consortium, Inc. ("ISC")
 # Copyright (C) 2000, 2001  Internet Software Consortium.
 #
 # Permission to use, copy, modify, and/or distribute this software for any
index 4a281782496560878f42270a84fb792066118a4a..4952c40bfbdf9afa2e5f9a27045c704e1b8701f4 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2009-2012  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2009-2013  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
@@ -380,16 +380,16 @@ dns_client_create(dns_client_t **clientp, unsigned int options) {
        if (result != ISC_R_SUCCESS)
                goto cleanup;
 #if 0
-        result = isc_log_create(mctx, &lctx, &logconfig);
+       result = isc_log_create(mctx, &lctx, &logconfig);
        if (result != ISC_R_SUCCESS)
                goto cleanup;
-        isc_log_setcontext(lctx);
-        dns_log_init(lctx);
-        dns_log_setcontext(lctx);
-        result = isc_log_usechannel(logconfig, "default_debug", NULL, NULL);
+       isc_log_setcontext(lctx);
+       dns_log_init(lctx);
+       dns_log_setcontext(lctx);
+       result = isc_log_usechannel(logconfig, "default_debug", NULL, NULL);
        if (result != ISC_R_SUCCESS)
                goto cleanup;
-        isc_log_setdebuglevel(lctx, logdebuglevel);
+       isc_log_setdebuglevel(lctx, logdebuglevel);
 #endif
        result = dns_client_createx(mctx, actx, taskmgr, socketmgr, timermgr,
                                    options, clientp);
index a2d41695de3ffbf57896c0af2d2bcea6315e7c2c..8b3f7740081bdd49aa16129243a00d583d7b59a1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2009-2011  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2009-2011, 2013  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 4aa5fc66d71ea919534e0f663333cf64d75289a0..2a791a4de6fdd464e633148ea1cadb849a1bfb52 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2009, 2011, 2012  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2009, 2011-2013  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 4799d5ec45ffce017d46008f08100dff87ec3de2..1b3f33ff3d1d233a92e3156f53adebd999283acb 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2009, 2012  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2009, 2012, 2013  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 80c9f15cc6ec81879223af851e76bd29e87c8439..4011375189bda6e8e4dab86231670cf9f22c8b1a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004, 2005, 2007-2010  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004, 2005, 2007-2010, 2013  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 1999-2003  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any