From: Tinderbox User Date: Thu, 24 Apr 2014 23:45:43 +0000 (+0000) Subject: update copyright notice X-Git-Tag: v9.10.0~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=18c4d53ad7a4662c4dec3622cbceedf42193d4ad;p=thirdparty%2Fbind9.git update copyright notice --- diff --git a/CHANGES b/CHANGES index 46daf574328..d2f2b109966 100644 --- 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. diff --git a/lib/dns/rdata/generic/nsec3_50.c b/lib/dns/rdata/generic/nsec3_50.c index 0b876896f73..35fcf5d5822 100644 --- a/lib/dns/rdata/generic/nsec3_50.c +++ b/lib/dns/rdata/generic/nsec3_50.c @@ -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 diff --git a/lib/isc/event.c b/lib/isc/event.c index 2f082779399..895e3d82fe8 100644 --- a/lib/isc/event.c +++ b/lib/isc/event.c @@ -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; diff --git a/lib/isc/include/isc/base32.h b/lib/isc/include/isc/base32.h index 4144d25ebfd..347b8ed40a0 100644 --- a/lib/isc/include/isc/base32.h +++ b/lib/isc/include/isc/base32.h @@ -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 diff --git a/lib/isc/include/isc/event.h b/lib/isc/include/isc/event.h index 40e01fae406..38206f53b9c 100644 --- a/lib/isc/include/isc/event.h +++ b/lib/isc/include/isc/event.h @@ -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