]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
update copyright notice
authorTinderbox User <tbox@isc.org>
Thu, 19 Jun 2014 23:45:51 +0000 (23:45 +0000)
committerTinderbox User <tbox@isc.org>
Thu, 19 Jun 2014 23:45:51 +0000 (23:45 +0000)
bin/named/include/named/seccomp.h
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 ebc947113df4d64530decb9de67c9e8015146bb9..e810d5902cb49cf228df3cbef0b418eca22e6ce0 100644 (file)
@@ -228,7 +228,7 @@ const char *scmp_syscall_names[] = {
        "gettimeofday",
        "unlink",
 #ifndef ISC_PLATFORM_USETHREADS
-        "fcntl64",
+       "fcntl64",
 #endif
 };
 #endif /* __i386__ */
index 67deb5f0331e68779e1084b5b53bf5c7c4b0a7bc..e5afbe2d211799fee4bc912e1bf127601d1bd3e4 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# Copyright (C) 2004, 2007, 2009, 2011-2013  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2004, 2007, 2009, 2011-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 9dfdb29e0e98b09a347bfff7d536ea0b241b4bbc..cbce8694faae89a53020887a933cff4d3e3ed1ae 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# Copyright (C) 2005, 2007, 2011-2013  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2005, 2007, 2011-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 3e732d8265a4c481401d23756f721ae27d14bc10..8bf876d2e1e1079112746a3b2c217e22e5574c5f 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * Copyright (C) 2004, 2005, 2007, 2009, 2011-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
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 f201003fe694638d3700c51c194e407d87934b3e..62884ffdf07ab06da71a34ccef97fd618899939a 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * Copyright (C) 2004, 2005, 2007, 2009-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
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