]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
update copyright notice
authorTinderbox User <tbox@isc.org>
Thu, 24 Apr 2014 23:45:43 +0000 (23:45 +0000)
committerTinderbox User <tbox@isc.org>
Thu, 24 Apr 2014 23:45:43 +0000 (23:45 +0000)
CHANGES
lib/dns/rdata/generic/nsec3_50.c
lib/isc/event.c
lib/isc/include/isc/base32.h
lib/isc/include/isc/event.h

diff --git a/CHANGES b/CHANGES
index 46daf5743285a6af44398d133e6f9297df11db24..d2f2b109966ed7fb8f499451846e2741dcd07cab 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -2,7 +2,7 @@
                        displayed without padding.  This is not a issue for
                        currently defined algorithms but may be for future
                        hash algorithms. [RT #27925]
-                       
+
 3818.  [bug]           Stop lying to the optimizer that 'void *arg' is a
                        constant in isc_event_allocate.
 
index 0b876896f73d1b3e1f01bcdfe222c0a52adf5f8b..35fcf5d5822906fefc238f9329119893e5905edd 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2008, 2009, 2011, 2012  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2008, 2009, 2011, 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 2f0827793991efa86c06c694b656f2e061ffb46a..895e3d82fe8d7a189bec78dfd8c1b3b9113435bc 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004, 2005, 2007  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004, 2005, 2007, 2014  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 1998-2001  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
@@ -60,7 +60,7 @@ isc_event_allocate(isc_mem_t *mctx, void *sender, isc_eventtype_t type,
 
 isc_event_t *
 isc_event_constallocate(isc_mem_t *mctx, void *sender, isc_eventtype_t type,
-                       isc_taskaction_t action, const void *arg, size_t size)
+                       isc_taskaction_t action, const void *arg, size_t size)
 {
        isc_event_t *event;
        void *deconst_arg;
index 4144d25ebfd3545fbf41c2c2aeb2bd4b5c95097e..347b8ed40a09b96df88364705308b1710abe2112 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2008  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2008, 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 40e01fae406682382562f4c054195012e3abcd85..38206f53b9c9f9b9d0f6420fd34f35beb94c7ed1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2007  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2007, 2014  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 1998-2002  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
@@ -93,9 +93,9 @@ isc_event_allocate(isc_mem_t *mctx, void *sender, isc_eventtype_t type,
                   isc_taskaction_t action, void *arg, size_t size);
 isc_event_t *
 isc_event_constallocate(isc_mem_t *mctx, void *sender, isc_eventtype_t type,
-                       isc_taskaction_t action, const void *arg, size_t size);
+                       isc_taskaction_t action, const void *arg, size_t size);
 /*%<
- * Allocate an event structure. 
+ * Allocate an event structure.
  *
  * Allocate and initialize in a structure with initial elements
  * defined by:
@@ -106,7 +106,7 @@ isc_event_constallocate(isc_mem_t *mctx, void *sender, isc_eventtype_t type,
  *             ...
  *     };
  * \endcode
- *     
+ *
  * Requires:
  *\li  'size' >= sizeof(struct isc_event)
  *\li  'action' to be non NULL