]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
update copyright notice
authorTinderbox User <tbox@isc.org>
Sat, 6 Oct 2012 23:46:11 +0000 (23:46 +0000)
committerTinderbox User <tbox@isc.org>
Sat, 6 Oct 2012 23:46:11 +0000 (23:46 +0000)
bin/tests/rbt/t_rbt.c
bin/tests/system/dlzexternal/driver.c
bin/tests/system/dnssec/ns3/secure.example.db.in
bin/tests/system/lwresd/lwtest.c
lib/dns/gssapictx.c
lib/dns/include/dns/name.h
lib/lwres/getrrset.c

index 38728208aa534579b7e440f3190902297655b024..4a464872b1a775f6d228df54d4b9b095597a5041 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004, 2005, 2007, 2009, 2011  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004, 2005, 2007, 2009, 2011, 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
index dd9dd109255d4423967c35bcbc2e104537674ffc..5635e0c7432f9e805539e06212047df581dbf0fe 100644 (file)
@@ -377,7 +377,7 @@ dlz_allnodes(const char *zone, void *dbdata, dns_sdlzallnodes_t *allnodes) {
        int i;
 
        UNUSED(zone);
-       
+
        if (state->putnamedrr == NULL)
                return (ISC_R_NOTIMPLEMENTED);
 
index 95b7372cd9331163314864cdb935f7e4d2da427a..c9de3e5b6d1d163e6e5f7f3c48a231caf186c09e 100644 (file)
@@ -1,4 +1,4 @@
-; Copyright (C) 2004, 2007, 2008, 2010  Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) 2004, 2007, 2008, 2010, 2012  Internet Systems Consortium, Inc. ("ISC")
 ; Copyright (C) 2000, 2001  Internet Software Consortium.
 ;
 ; Permission to use, copy, modify, and/or distribute this software for any
index ed49c69ec8b4305927a31b5533bf428c4d29130d..0d415eab09c6e31b2d658166a73b7e99a8f9c8f8 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004, 2007, 2008  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004, 2007, 2008, 2012  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 2000-2002  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
index 2c32d8cde23fd6889f835b82e84f212998e73b44..a8c5900e6d14a602dd166482a5bb612d8f6f9a2e 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) 2000, 2001  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
@@ -602,7 +602,7 @@ dst_gssapi_initctx(dns_name_t *name, isc_buffer_t *intoken,
                                *err_message);
                else
                        gss_log(3, "Failure initiating security context");
-                       
+
                result = ISC_R_FAILURE;
                goto out;
        }
index ffbc8369435e81668aae060c82550a0a70bbd362..1a88e53264b462864b49dda2cb6cea0938ddc83d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2007, 2009-2011  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-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
index bcc307460f9e64843320fd20033235878bc79d0b..16af741d2e43bea8f2b6bf8700c4cff05caca613 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004, 2005, 2007  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004, 2005, 2007, 2012  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 2000-2003  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
 
 /**
  * DESCRIPTION
- * 
+ *
  *    lwres_getrrsetbyname() gets a set of resource records associated with
  *    a hostname, class, and type. hostname is a pointer a to
  *    null-terminated string. The flags field is currently unused and must
  *    be zero.
- * 
+ *
  *    After a successful call to lwres_getrrsetbyname(), *res is a pointer
  *    to an #rrsetinfo structure, containing a list of one or more #rdatainfo
  *    structures containing resource records and potentially another list of
@@ -37,7 +37,7 @@
  *    in uncompressed DNS wire format. Properties of the rdataset are
  *    represented in the #rri_flags bitfield. If the #RRSET_VALIDATED bit is
  *    set, the data has been DNSSEC validated and the signatures verified.
- * 
+ *
  *    All of the information returned by lwres_getrrsetbyname() is
  *    dynamically allocated: the rrsetinfo and rdatainfo structures, and the
  *    canonical host name strings pointed to by the rrsetinfostructure.
  *    successful call to lwres_getrrsetbyname() is released by
  *    lwres_freerrset(). rrset is a pointer to a struct rrset created by a
  *    call to lwres_getrrsetbyname().
- * 
+ *
  *    The following structures are used:
- * 
+ *
  * \code
  * struct  rdatainfo {
  *         unsigned int            rdi_length;     // length of data
  *         unsigned char           *rdi_data;      // record data
  * };
- * 
+ *
  * struct  rrsetinfo {
  *         unsigned int            rri_flags;      // RRSET_VALIDATED...
  *         unsigned int            rri_rdclass;    // class number
  *         struct rdatainfo        *rri_sigs;      // individual signatures
  * };
  * \endcode
- * 
+ *
  * \section getrrset_return Return Values
- * 
+ *
  *    lwres_getrrsetbyname() returns zero on success, and one of the
  *    following error codes if an error occurred:
- * 
+ *
  * \li   #ERRSET_NONAME: the name does not exist
- * 
+ *
  * \li   #ERRSET_NODATA:
  *           the name exists, but does not have data of the desired type
- * 
+ *
  * \li   #ERRSET_NOMEMORY:
  *           memory could not be allocated
- * 
+ *
  * \li   #ERRSET_INVAL:
  *           a parameter is invalid
- * 
+ *
  * \li   #ERRSET_FAIL:
  *           other failure
  */
@@ -179,7 +179,7 @@ lwres_getrrsetbyname(const char *hostname, unsigned int rdclass,
        lwflags = 0;
 
        lwresult = lwres_getrdatabyname(lwrctx, hostname,
-                                       (lwres_uint16_t)rdclass, 
+                                       (lwres_uint16_t)rdclass,
                                        (lwres_uint16_t)rdtype,
                                        lwflags, &response);
        if (lwresult != LWRES_R_SUCCESS) {