]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
update copyright notice / whitespace
authorTinderbox User <tbox@isc.org>
Mon, 20 Jun 2016 23:45:20 +0000 (23:45 +0000)
committerTinderbox User <tbox@isc.org>
Mon, 20 Jun 2016 23:45:20 +0000 (23:45 +0000)
lib/dns/rdata/in_1/apl_42.c
lib/dns/rdata/in_1/apl_42.h

index 29866a8b5ac9bcf9c7ffae6a03890079f8289bdd..e7c81ddf7d8bbc01b7413b982172898b0147d582 100644 (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
index 8d3a1ccb10e4230b92d881fbd2e7fc31f7ab39eb..b459badf3a7bd9aebe43c9f71d807d21c3fabefd 100644 (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;
 
 /*