]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
update copyright notice / whitespace
authorTinderbox User <tbox@isc.org>
Fri, 18 Sep 2015 23:45:23 +0000 (23:45 +0000)
committerTinderbox User <tbox@isc.org>
Fri, 18 Sep 2015 23:45:23 +0000 (23:45 +0000)
lib/dns/gen.c
lib/dns/rdata.c
lib/dns/tests/Makefile.in
lib/irs/resconf.c

index daa020c3bdc398c7a278d1cad47aa54e6764f0fa..4a8d50ea5415125ebff171a98717a1ed0a675026 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2009, 2012-2014  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2009, 2012-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 073dfbe34436072154ca9465ad26d6dbaba41e51..a2984129a8c716d39d2e26ff28e30a8ae21e4c91 100644 (file)
@@ -451,11 +451,11 @@ typemap_totext(isc_region_t *sr, dns_rdata_textctx_t *tctx,
        isc_boolean_t first = ISC_FALSE;
 
        for (i = 0; i < sr->length; i += len) {
-                if (tctx != NULL &&
+               if (tctx != NULL &&
                    (tctx->flags & DNS_STYLEFLAG_MULTILINE) != 0) {
-                        RETERR(str_totext(tctx->linebreak, target));
-                        first = ISC_TRUE;
-                }
+                       RETERR(str_totext(tctx->linebreak, target));
+                       first = ISC_TRUE;
+               }
                INSIST(i + 2 <= sr->length);
                window = sr->base[i];
                len = sr->base[i + 1];
index d54e6ba152fe8bb28f00ee771c6d64ee47b5b2c5..6cfe520e3f339c6d0b1ab19753e6315cd4a81f54 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2011-2014  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 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 766c050b723387c7c96639a48852b443d05af95c..f7e8b36ec2bf7b86369d4400301f75323206aa7f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2009, 2011, 2012, 2014  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2009, 2011, 2012, 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