From 803d8426030e1f40c45d6861e95587189173f368 Mon Sep 17 00:00:00 2001 From: Tinderbox User Date: Fri, 30 May 2014 23:45:21 +0000 Subject: [PATCH] update copyright notice --- lib/dns/include/dns/keytable.h | 4 ++-- lib/dns/include/dns/nta.h | 2 +- lib/dns/include/dns/result.h | 2 +- lib/dns/nta.c | 6 +++--- lib/dns/result.c | 2 +- lib/dns/tests/dnstest.h | 2 +- lib/dns/tests/keytable_test.c | 2 +- 7 files changed, 10 insertions(+), 10 deletions(-) diff --git a/lib/dns/include/dns/keytable.h b/lib/dns/include/dns/keytable.h index c44fca8a40..ecabaf94ca 100644 --- a/lib/dns/include/dns/keytable.h +++ b/lib/dns/include/dns/keytable.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004, 2005, 2007, 2009, 2010 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004, 2005, 2007, 2009, 2010, 2014 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any @@ -399,7 +399,7 @@ dns_keytable_issecuredomain(dns_keytable_t *keytable, dns_name_t *name, *\li 'foundanme' is NULL or is a pointer to an initialized dns_name_t * *\li '*wantsdnssecp' is a valid isc_boolean_t. - + * Ensures: * *\li On success, *wantsdnssecp will be ISC_TRUE if and only if 'name' diff --git a/lib/dns/include/dns/nta.h b/lib/dns/include/dns/nta.h index 7eeacb747f..3231171da8 100644 --- a/lib/dns/include/dns/nta.h +++ b/lib/dns/include/dns/nta.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2013 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 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/dns/include/dns/result.h b/lib/dns/include/dns/result.h index 137bfd8567..9fd086b311 100644 --- a/lib/dns/include/dns/result.h +++ b/lib/dns/include/dns/result.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2013 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004-2014 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 1998-2003 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any diff --git a/lib/dns/nta.c b/lib/dns/nta.c index 3cd7dfca30..2ba0a315e5 100644 --- a/lib/dns/nta.c +++ b/lib/dns/nta.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2013 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 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 @@ -171,7 +171,7 @@ dns_ntatable_add(dns_ntatable_t *ntatable, dns_name_t *name, nta_detach(ntatable->mctx, &nta); } result = ISC_R_SUCCESS; - } + } RWUNLOCK(&ntatable->rwlock, isc_rwlocktype_write); @@ -213,7 +213,7 @@ dns_ntatable_delete(dns_ntatable_t *ntatable, dns_name_t *name) { RWLOCK(&ntatable->rwlock, isc_rwlocktype_write); result = delete(ntatable, name); RWUNLOCK(&ntatable->rwlock, isc_rwlocktype_write); - + return (result); } diff --git a/lib/dns/result.c b/lib/dns/result.c index e4bc5528ca..c4094631a6 100644 --- a/lib/dns/result.c +++ b/lib/dns/result.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004, 2005, 2007-2013 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004, 2005, 2007-2014 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 1998-2003 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any diff --git a/lib/dns/tests/dnstest.h b/lib/dns/tests/dnstest.h index cd430477b3..b8ccdd45cb 100644 --- a/lib/dns/tests/dnstest.h +++ b/lib/dns/tests/dnstest.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011, 2012 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 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/dns/tests/keytable_test.c b/lib/dns/tests/keytable_test.c index 2d97463d95..58766fcd35 100644 --- a/lib/dns/tests/keytable_test.c +++ b/lib/dns/tests/keytable_test.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014 Infoblox Inc. All Rights Reserved. + * Copyright (C) 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