2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 22:15:20 +00:00

update copyright notice / whitespace

This commit is contained in:
Tinderbox User
2016-06-20 23:45:20 +00:00
parent fda4ac481c
commit 9f76893bbc
2 changed files with 5 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2004, 2005, 2007-2009, 2014, 2015 Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 2004, 2005, 2007-2009, 2014-2016 Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 2002 Internet Software Consortium.
*
* Permission to use, copy, modify, and/or distribute this software for any

View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2004, 2005, 2007 Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 2004, 2005, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 2002 Internet Software Consortium.
*
* Permission to use, copy, modify, and/or distribute this software for any
@@ -34,9 +34,9 @@ typedef struct dns_rdata_in_apl {
isc_mem_t *mctx;
/* type & class specific elements */
unsigned char *apl;
isc_uint16_t apl_len;
/* private */
isc_uint16_t offset;
isc_uint16_t apl_len;
/* private */
isc_uint16_t offset;
} dns_rdata_in_apl_t;
/*