]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
update copyright notice
authorAutomatic Updater <source@isc.org>
Fri, 27 Jan 2012 23:46:59 +0000 (23:46 +0000)
committerAutomatic Updater <source@isc.org>
Fri, 27 Jan 2012 23:46:59 +0000 (23:46 +0000)
13 files changed:
lib/dns/include/dns/time.h
lib/dns/nsec3.c
lib/dns/tests/Makefile.in
lib/dns/tests/testdata/nsec3/1024.db
lib/dns/tests/testdata/nsec3/2048.db
lib/dns/tests/testdata/nsec3/4096.db
lib/dns/tests/testdata/nsec3/min-1024.db
lib/dns/tests/testdata/nsec3/min-2048.db
lib/dns/time.c
lib/dns/zone.c
lib/isc/include/isc/result.h
lib/isc/result.c
lib/isc/unix/socket.c

index ff817a92e6ce214b6ecdd3a5f448ced1a46f9464..6a59c8a056eed9953bbc538c511046c53258a381 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2007  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2007, 2012  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 1999-2001  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: time.h,v 1.18 2012/01/27 01:43:52 marka Exp $ */
+/* $Id: time.h,v 1.19 2012/01/27 23:46:58 tbox Exp $ */
 
 #ifndef DNS_TIME_H
 #define DNS_TIME_H 1
@@ -70,7 +70,7 @@ dns_time32_totext(isc_uint32_t value, isc_buffer_t *target);
 isc_int64_t
 dns_time64_from32(isc_uint32_t value);
 /*%<
- * Covert a 32-bit cyclic time value into a 64 bit time stamp. 
+ * Covert a 32-bit cyclic time value into a 64 bit time stamp.
  */
 
 ISC_LANG_ENDDECLS
index a85ef2a97a28c5fc3a48ac778e65bcc4f1f19981..747acb861d6d09f91fb863aa8fde7e8cece3b569 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006, 2008-2011  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2006, 2008-2012  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
@@ -14,7 +14,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: nsec3.c,v 1.25 2012/01/27 00:49:41 marka Exp $ */
+/* $Id: nsec3.c,v 1.26 2012/01/27 23:46:58 tbox Exp $ */
 
 #include <config.h>
 
index e2238979516886edd90df77058633ad5a5108007..2126a3361011be01d593682fcb008be8d71d97cd 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2011  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2011, 2012  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
@@ -12,7 +12,7 @@
 # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 # PERFORMANCE OF THIS SOFTWARE.
 
-# $Id: Makefile.in,v 1.13 2012/01/27 00:49:41 marka Exp $
+# $Id: Makefile.in,v 1.14 2012/01/27 23:46:58 tbox Exp $
 
 srcdir =       @srcdir@
 VPATH =                @srcdir@
index 0e0a62306e788490e5aad41c23a1f1521c53118f..d5138449fe89552ab8252d74f60ed3362bfd0410 100644 (file)
@@ -1,4 +1,19 @@
-; Copyright
+; Copyright (C) 2012  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
+; copyright notice and this permission notice appear in all copies.
+;
+; THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
+; REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
+; AND FITNESS.  IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
+; INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
+; LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
+; OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
+; PERFORMANCE OF THIS SOFTWARE.
+
+; $Id: 1024.db,v 1.3 2012/01/27 23:46:58 tbox Exp $
+
 $TTL 0
 test. SOA . . 0 0 0 0 0
 test. NS .
index 7a1157b50e983990e79c50c97932ab19b2445c7e..391ab0ab8574f7a79974a2349259742af1446f12 100644 (file)
@@ -1,4 +1,19 @@
-; Copyright
+; Copyright (C) 2012  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
+; copyright notice and this permission notice appear in all copies.
+;
+; THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
+; REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
+; AND FITNESS.  IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
+; INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
+; LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
+; OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
+; PERFORMANCE OF THIS SOFTWARE.
+
+; $Id: 2048.db,v 1.3 2012/01/27 23:46:58 tbox Exp $
+
 $TTL 0
 test. SOA . . 0 0 0 0 0
 test. NS .
index c3e04e0275ce7a9dd4853da83d5e88f1b4f0d53f..fe84a88a703491c83f6e389cfc8cf1bcef0b5472 100644 (file)
@@ -1,4 +1,19 @@
-; Copyright
+; Copyright (C) 2012  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
+; copyright notice and this permission notice appear in all copies.
+;
+; THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
+; REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
+; AND FITNESS.  IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
+; INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
+; LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
+; OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
+; PERFORMANCE OF THIS SOFTWARE.
+
+; $Id: 4096.db,v 1.3 2012/01/27 23:46:58 tbox Exp $
+
 $TTL 0
 test. SOA . . 0 0 0 0 0
 test. NS .
index 7457bfbba15ba59e7950cdb303dded0e093ea561..7baccd6aaf813483560f0ba8cfd56b8d7deb5197 100644 (file)
@@ -1,4 +1,19 @@
-; Copyright
+; Copyright (C) 2012  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
+; copyright notice and this permission notice appear in all copies.
+;
+; THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
+; REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
+; AND FITNESS.  IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
+; INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
+; LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
+; OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
+; PERFORMANCE OF THIS SOFTWARE.
+
+; $Id: min-1024.db,v 1.3 2012/01/27 23:46:58 tbox Exp $
+
 $TTL 0
 test. SOA . . 0 0 0 0 0
 test. NS .
index 9159425a0dd317834327143b93a223e1433d570c..096e185d6d7194f4276fad696032f74687d89885 100644 (file)
@@ -1,4 +1,19 @@
-; Copyright
+; Copyright (C) 2012  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
+; copyright notice and this permission notice appear in all copies.
+;
+; THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
+; REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
+; AND FITNESS.  IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
+; INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
+; LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
+; OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
+; PERFORMANCE OF THIS SOFTWARE.
+
+; $Id: min-2048.db,v 1.3 2012/01/27 23:46:58 tbox Exp $
+
 $TTL 0
 test. SOA . . 0 0 0 0 0
 test. NS .
index 5c6cead24406a8b9d9acc0238f2d39543317c4ec..1fe43db4a62a1d67a89241aa4e3d142f9b7c44cc 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004, 2005, 2007, 2009-2011  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004, 2005, 2007, 2009-2012  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 1998-2003  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: time.c,v 1.38 2012/01/27 01:43:51 marka Exp $ */
+/* $Id: time.c,v 1.39 2012/01/27 23:46:58 tbox Exp $ */
 
 /*! \file */
 
index 3da0a313181c4addaa0ac866103f98c1cf0f9ef2..0c1326544debc4c6cb59da0624da22de727726ea 100644 (file)
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: zone.c,v 1.665 2012/01/27 01:43:51 marka Exp $ */
+/* $Id: zone.c,v 1.666 2012/01/27 23:46:58 tbox Exp $ */
 
 /*! \file */
 
@@ -5236,7 +5236,7 @@ del_sigs(dns_zone_t *zone, dns_db_t *db, dns_dbversion_t *ver, dns_name_t *name,
 #if defined(STDTIME_ON_32BITS)
                else
                        dns_zone_log(zone, ISC_LOG_ERROR,
-                                    "key expiry warning time out of range");
+                                    "key expiry warning time out of range");
 #endif
        }
  failure:
index 8b0c797c1b7a3fb1fe3c0a5ad177d62932a37095..1491ca732a552b46d0d1fc21f8bdae0f4c67cb35 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2009  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2009, 2012  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 1998-2001, 2003  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: result.h,v 1.74 2012/01/27 01:21:41 marka Exp $ */
+/* $Id: result.h,v 1.75 2012/01/27 23:46:59 tbox Exp $ */
 
 #ifndef ISC_RESULT_H
 #define ISC_RESULT_H 1
index 28269bafaf3b627314b5972ba76ba8d053c3bdbf..f3bcbc251dd309917533a536759b1c07afade5c3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004, 2005, 2007, 2008  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004, 2005, 2007, 2008, 2012  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 1998-2001, 2003  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: result.c,v 1.72 2012/01/27 01:21:41 marka Exp $ */
+/* $Id: result.c,v 1.73 2012/01/27 23:46:59 tbox Exp $ */
 
 /*! \file */
 
index 42d2b73e79b1ecbba9477e8ebc11f0935f85bb33..bce726d9ff2615f6a2af53a2a32781f926a9ec8f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2011  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2012  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 1998-2003  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: socket.c,v 1.350 2012/01/27 01:21:41 marka Exp $ */
+/* $Id: socket.c,v 1.351 2012/01/27 23:46:59 tbox Exp $ */
 
 /*! \file */