2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-09-01 15:05:23 +00:00

update copyright notice

This commit is contained in:
Tinderbox User
2013-04-03 23:46:07 +00:00
parent 0a50626faa
commit f9adb48aea
6 changed files with 12 additions and 12 deletions

View File

@@ -1,6 +1,6 @@
#!/bin/sh #!/bin/sh
# #
# Copyright (C) 2008-2012 Internet Systems Consortium, Inc. ("ISC") # Copyright (C) 2008-2013 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,6 +1,6 @@
#!/bin/sh #!/bin/sh
# #
# Copyright (C) 2004, 2007, 2009-2012 Internet Systems Consortium, Inc. ("ISC") # Copyright (C) 2004, 2007, 2009-2013 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

View File

@@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2009-2012 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 2009-2013 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
@@ -380,16 +380,16 @@ dns_client_create(dns_client_t **clientp, unsigned int options) {
if (result != ISC_R_SUCCESS) if (result != ISC_R_SUCCESS)
goto cleanup; goto cleanup;
#if 0 #if 0
result = isc_log_create(mctx, &lctx, &logconfig); result = isc_log_create(mctx, &lctx, &logconfig);
if (result != ISC_R_SUCCESS) if (result != ISC_R_SUCCESS)
goto cleanup; goto cleanup;
isc_log_setcontext(lctx); isc_log_setcontext(lctx);
dns_log_init(lctx); dns_log_init(lctx);
dns_log_setcontext(lctx); dns_log_setcontext(lctx);
result = isc_log_usechannel(logconfig, "default_debug", NULL, NULL); result = isc_log_usechannel(logconfig, "default_debug", NULL, NULL);
if (result != ISC_R_SUCCESS) if (result != ISC_R_SUCCESS)
goto cleanup; goto cleanup;
isc_log_setdebuglevel(lctx, logdebuglevel); isc_log_setdebuglevel(lctx, logdebuglevel);
#endif #endif
result = dns_client_createx(mctx, actx, taskmgr, socketmgr, timermgr, result = dns_client_createx(mctx, actx, taskmgr, socketmgr, timermgr,
options, clientp); options, clientp);

View File

@@ -1,4 +1,4 @@
# Copyright (C) 2009, 2011, 2012 Internet Systems Consortium, Inc. ("ISC") # Copyright (C) 2009, 2011-2013 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) 2009, 2012 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 2009, 2012, 2013 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, 2005, 2007-2010 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 2004, 2005, 2007-2010, 2013 Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 1999-2003 Internet Software Consortium. * Copyright (C) 1999-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