Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
BIND
Commits
f9adb48a
Commit
f9adb48a
authored
Apr 03, 2013
by
Tinderbox User
Browse files
update copyright notice
parent
0a50626f
Changes
6
Hide whitespace changes
Inline
Side-by-side
bin/tests/system/resolver/clean.sh
View file @
f9adb48a
#!/bin/sh
#
# Copyright (C) 2008-201
2
Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 2008-201
3
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
...
...
bin/tests/system/resolver/tests.sh
View file @
f9adb48a
#!/bin/sh
#
# Copyright (C) 2004, 2007, 2009-201
2
Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 2004, 2007, 2009-201
3
Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 2000, 2001 Internet Software Consortium.
#
# Permission to use, copy, modify, and/or distribute this software for any
...
...
lib/dns/client.c
View file @
f9adb48a
/*
* Copyright (C) 2009-201
2
Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 2009-201
3
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
...
...
@@ -380,16 +380,16 @@ dns_client_create(dns_client_t **clientp, unsigned int options) {
if
(
result
!=
ISC_R_SUCCESS
)
goto
cleanup
;
#if 0
result = isc_log_create(mctx, &lctx, &logconfig);
result = isc_log_create(mctx, &lctx, &logconfig);
if (result != ISC_R_SUCCESS)
goto cleanup;
isc_log_setcontext(lctx);
dns_log_init(lctx);
dns_log_setcontext(lctx);
result = isc_log_usechannel(logconfig, "default_debug", NULL, NULL);
isc_log_setcontext(lctx);
dns_log_init(lctx);
dns_log_setcontext(lctx);
result = isc_log_usechannel(logconfig, "default_debug", NULL, NULL);
if (result != ISC_R_SUCCESS)
goto cleanup;
isc_log_setdebuglevel(lctx, logdebuglevel);
isc_log_setdebuglevel(lctx, logdebuglevel);
#endif
result
=
dns_client_createx
(
mctx
,
actx
,
taskmgr
,
socketmgr
,
timermgr
,
options
,
clientp
);
...
...
lib/export/isccfg/Makefile.in
View file @
f9adb48a
# Copyright (C) 2009, 2011
,
201
2
Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 2009, 2011
-
201
3
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
...
...
lib/export/samples/sample.c
View file @
f9adb48a
/*
* 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
* purpose with or without fee is hereby granted, provided that the above
...
...
lib/tests/t_api.c
View file @
f9adb48a
/*
* 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.
*
* Permission to use, copy, modify, and/or distribute this software for any
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment