2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-29 13:38:26 +00:00

update copyright notice

This commit is contained in:
Tinderbox User 2014-05-30 23:45:21 +00:00
parent a98018050a
commit 803d842603
7 changed files with 10 additions and 10 deletions

View File

@ -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. * Copyright (C) 2000, 2001 Internet Software Consortium.
* *
* Permission to use, copy, modify, and/or distribute this software for any * 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 'foundanme' is NULL or is a pointer to an initialized dns_name_t
* *
*\li '*wantsdnssecp' is a valid isc_boolean_t. *\li '*wantsdnssecp' is a valid isc_boolean_t.
* Ensures: * Ensures:
* *
*\li On success, *wantsdnssecp will be ISC_TRUE if and only if 'name' *\li On success, *wantsdnssecp will be ISC_TRUE if and only if 'name'

View File

@ -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 * Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above * purpose with or without fee is hereby granted, provided that the above

View File

@ -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. * Copyright (C) 1998-2003 Internet Software Consortium.
* *
* Permission to use, copy, modify, and/or distribute this software for any * Permission to use, copy, modify, and/or distribute this software for any

View File

@ -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 * Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above * 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); nta_detach(ntatable->mctx, &nta);
} }
result = ISC_R_SUCCESS; result = ISC_R_SUCCESS;
} }
RWUNLOCK(&ntatable->rwlock, isc_rwlocktype_write); 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); RWLOCK(&ntatable->rwlock, isc_rwlocktype_write);
result = delete(ntatable, name); result = delete(ntatable, name);
RWUNLOCK(&ntatable->rwlock, isc_rwlocktype_write); RWUNLOCK(&ntatable->rwlock, isc_rwlocktype_write);
return (result); return (result);
} }

View File

@ -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. * Copyright (C) 1998-2003 Internet Software Consortium.
* *
* Permission to use, copy, modify, and/or distribute this software for any * Permission to use, copy, modify, and/or distribute this software for any

View File

@ -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 * Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above * purpose with or without fee is hereby granted, provided that the above

View File

@ -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 * Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above * purpose with or without fee is hereby granted, provided that the above