2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-09-02 07:35:26 +00:00

update copyright notice / whitespace

This commit is contained in:
Tinderbox User
2015-09-18 23:45:23 +00:00
parent 8f1a00cf8b
commit 9268c62bd0
4 changed files with 7 additions and 7 deletions

View 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. * Copyright (C) 1998-2003 Internet Software Consortium.
* *
* Permission to use, copy, modify, and/or distribute this software for any * Permission to use, copy, modify, and/or distribute this software for any

View File

@@ -451,11 +451,11 @@ typemap_totext(isc_region_t *sr, dns_rdata_textctx_t *tctx,
isc_boolean_t first = ISC_FALSE; isc_boolean_t first = ISC_FALSE;
for (i = 0; i < sr->length; i += len) { for (i = 0; i < sr->length; i += len) {
if (tctx != NULL && if (tctx != NULL &&
(tctx->flags & DNS_STYLEFLAG_MULTILINE) != 0) { (tctx->flags & DNS_STYLEFLAG_MULTILINE) != 0) {
RETERR(str_totext(tctx->linebreak, target)); RETERR(str_totext(tctx->linebreak, target));
first = ISC_TRUE; first = ISC_TRUE;
} }
INSIST(i + 2 <= sr->length); INSIST(i + 2 <= sr->length);
window = sr->base[i]; window = sr->base[i];
len = sr->base[i + 1]; len = sr->base[i + 1];

View 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 # Permission to use, copy, modify, and/or distribute this software for any
# purpose with or without fee is hereby granted, provided that the above # purpose with or without fee is hereby granted, provided that the above

View 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 * Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above * purpose with or without fee is hereby granted, provided that the above