From ee980d3fc4c23b7f87fed96d3ba5e928937c9ed4 Mon Sep 17 00:00:00 2001 From: Tinderbox User Date: Sat, 28 Apr 2012 23:45:42 +0000 Subject: [PATCH] update copyright notice --- bin/tests/adb_test.c | 2 +- bin/tests/byaddr_test.c | 8 ++++---- bin/tests/byname_test.c | 2 +- bin/tests/resolver/t_resolver.c | 2 +- lib/dns/client.c | 2 +- lib/dns/dispatch.c | 10 +++++----- lib/dns/include/dns/dispatch.h | 2 +- lib/dns/include/dns/resolver.h | 2 +- lib/dns/tests/dispatch_test.c | 2 +- 9 files changed, 16 insertions(+), 16 deletions(-) diff --git a/bin/tests/adb_test.c b/bin/tests/adb_test.c index b76b2ed4b9..584a732508 100644 --- a/bin/tests/adb_test.c +++ b/bin/tests/adb_test.c @@ -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) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any diff --git a/bin/tests/byaddr_test.c b/bin/tests/byaddr_test.c index c682839be8..613d43a4d5 100644 --- a/bin/tests/byaddr_test.c +++ b/bin/tests/byaddr_test.c @@ -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-2002 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any @@ -164,7 +164,7 @@ main(int argc, char *argv[]) { 512, 6, 1024, 17, 19, attrs, attrs, &disp4) - == ISC_R_SUCCESS); + == ISC_R_SUCCESS); INSIST(disp4 != NULL); } @@ -191,9 +191,9 @@ main(int argc, char *argv[]) { disp4, disp6) == ISC_R_SUCCESS); - if (disp4 != NULL) + if (disp4 != NULL) dns_dispatch_detach(&disp4); - if (disp6 != NULL) + if (disp6 != NULL) dns_dispatch_detach(&disp6); } diff --git a/bin/tests/byname_test.c b/bin/tests/byname_test.c index 3ef7392056..79d4c71b15 100644 --- a/bin/tests/byname_test.c +++ b/bin/tests/byname_test.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004, 2005, 2007, 2009 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004, 2005, 2007, 2009, 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 diff --git a/bin/tests/resolver/t_resolver.c b/bin/tests/resolver/t_resolver.c index abb6269b92..3d611b60cb 100644 --- a/bin/tests/resolver/t_resolver.c +++ b/bin/tests/resolver/t_resolver.c @@ -1,5 +1,5 @@ /* - * 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 diff --git a/lib/dns/client.c b/lib/dns/client.c index 0b496661f3..7af3e330f0 100644 --- a/lib/dns/client.c +++ b/lib/dns/client.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2011 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2009-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 diff --git a/lib/dns/dispatch.c b/lib/dns/dispatch.c index d8e4a153dd..b05cea6b5a 100644 --- a/lib/dns/dispatch.c +++ b/lib/dns/dispatch.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2009, 2011 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004-2009, 2011, 2012 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 1999-2003 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any @@ -1148,7 +1148,7 @@ free_sevent(isc_event_t *ev) { static inline isc_socketevent_t * allocate_sevent(dns_dispatch_t *disp, isc_socket_t *socket, - isc_eventtype_t type, isc_taskaction_t action, const void *arg) + isc_eventtype_t type, isc_taskaction_t action, const void *arg) { isc_socketevent_t *ev; void *deconst_arg; @@ -1735,7 +1735,7 @@ startrecv(dns_dispatch_t *disp, dispsocket_t *dispsock) { isc_task_t *dt = dispsock->task; isc_socketevent_t *sev = allocate_sevent(disp, socket, - ISC_SOCKEVENT_RECVDONE, + ISC_SOCKEVENT_RECVDONE, udp_exrecv, dispsock); if (sev == NULL) { free_buffer(disp, region.base, region.length); @@ -1751,7 +1751,7 @@ startrecv(dns_dispatch_t *disp, dispsocket_t *dispsock) { isc_task_t *dt = disp->task[0]; isc_socketevent_t *sev = allocate_sevent(disp, socket, - ISC_SOCKEVENT_RECVDONE, + ISC_SOCKEVENT_RECVDONE, udp_shrecv, disp); if (sev == NULL) { free_buffer(disp, region.base, region.length); @@ -3796,7 +3796,7 @@ dns_dispatchset_create(isc_mem_t *mctx, isc_socketmgr_t *sockmgr, fail: UNLOCK(&mgr->lock); - + for (j = 0; j < i; j++) dns_dispatch_detach(&(dset->dispatches[j])); isc_mem_put(mctx, dset->dispatches, sizeof(dns_dispatch_t *) * n); diff --git a/lib/dns/include/dns/dispatch.h b/lib/dns/include/dns/dispatch.h index f34037f62f..1235f7ca40 100644 --- a/lib/dns/include/dns/dispatch.h +++ b/lib/dns/include/dns/dispatch.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2009, 2011 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004-2009, 2011, 2012 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 1999-2003 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any diff --git a/lib/dns/include/dns/resolver.h b/lib/dns/include/dns/resolver.h index 6cdfcbac11..095269ea2d 100644 --- a/lib/dns/include/dns/resolver.h +++ b/lib/dns/include/dns/resolver.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2011 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004-2012 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 1999-2001, 2003 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any diff --git a/lib/dns/tests/dispatch_test.c b/lib/dns/tests/dispatch_test.c index f9ab090b17..bac061ad54 100644 --- a/lib/dns/tests/dispatch_test.c +++ b/lib/dns/tests/dispatch_test.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011, 2012 Internet Systems Consortium, Inc. ("ISC") + * 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