]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
update copyright notice
authorTinderbox User <tbox@isc.org>
Thu, 19 Jun 2014 23:46:53 +0000 (23:46 +0000)
committerTinderbox User <tbox@isc.org>
Thu, 19 Jun 2014 23:46:53 +0000 (23:46 +0000)
bin/tests/system/genzone.sh
bin/tests/system/masterformat/ns1/example.db
bin/tests/system/masterformat/tests.sh
lib/dns/rdata/generic/cdnskey_60.c
lib/dns/rdata/generic/cdnskey_60.h
lib/dns/rdata/generic/cds_59.c
lib/dns/rdata/generic/cds_59.h

index 7c6cdfa17b538ee1271443b6515cf43b205d7487..13ed0236281b6fb18bca02e32f6db61efa03322e 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# Copyright (C) 2004, 2007, 2009, 2012, 2013  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2004, 2007, 2009, 2012-2014  Internet Systems Consortium, Inc. ("ISC")
 # Copyright (C) 2001-2003  Internet Software Consortium.
 #
 # Permission to use, copy, modify, and/or distribute this software for any
index 1d7043ec7646d808c043bb616cd9a59aa46012f6..edee9e1289b782fdd600a9405bb5cdc2a435a274 100644 (file)
@@ -1,4 +1,4 @@
-; Copyright (C) 2005, 2007  Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) 2005, 2007, 2014  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 975421a90865110f089ca3f4db1b0f7ba6251932..3909608126f83c87ff81bee72cdbe1719c79a726 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# Copyright (C) 2005, 2007, 2012, 2013  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2005, 2007, 2012-2014  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 e9339b45f962f27df6cc3202d76ee887fd131777..fc5ace763499da5352756d4ba3609ce512b762a0 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * Copyright (C) 2004, 2005, 2007, 2009, 2012, 2013  Internet Systems Consortium, Inc. ("ISC")
- * Copyright (C) 2003  Internet Software Consortium.
+ * Copyright (C) 2014  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 692abb5b98f105f4e11625de71d71bcc5264c796..d284177c118d7989ae47f41582b2c0b338d43af9 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * Copyright (C) 2004, 2005, 2007, 2014  Internet Systems Consortium, Inc. ("ISC")
- * Copyright (C) 2003  Internet Software Consortium.
+ * Copyright (C) 2014  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
 
 /* CDNSKEY records have the same RDATA fields as DNSKEY records. */
 typedef struct dns_rdata_cdnskey {
-        dns_rdatacommon_t      common;
-        isc_mem_t *            mctx;
-        isc_uint16_t           flags;
-        isc_uint8_t            protocol;
-        isc_uint8_t            algorithm;
-        isc_uint16_t           datalen;
-        unsigned char *                data;
+       dns_rdatacommon_t       common;
+       isc_mem_t *             mctx;
+       isc_uint16_t            flags;
+       isc_uint8_t             protocol;
+       isc_uint8_t             algorithm;
+       isc_uint16_t            datalen;
+       unsigned char *         data;
 } dns_rdata_cdnskey_t;
 
 
index 061942f52b8a6603aec65ca359fab7408f376dd8..a18a6323e9eaa2d1e6fb5119a93bc372954a7e93 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * Copyright (C) 2004, 2005, 2007, 2009, 2010, 2012  Internet Systems Consortium, Inc. ("ISC")
- * Copyright (C) 2002  Internet Software Consortium.
+ * Copyright (C) 2014  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 08d82c3cd4f7e961d5ff6c5439701be00e1dc9aa..099cba39468c544aa72c1a55b508c5fa19344546 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * Copyright (C) 2004, 2005, 2007, 2014  Internet Systems Consortium, Inc. ("ISC")
- * Copyright (C) 2002  Internet Software Consortium.
+ * Copyright (C) 2014  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