mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-26 16:47:31 -04:00
update copyright notice / whitespace
This commit is contained in:
parent
c8b5ccfbca
commit
8c4a217078
3 changed files with 3 additions and 3 deletions
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Portions Copyright (C) 2004, 2007, 2009, 2013 Internet Systems Consortium, Inc. ("ISC")
|
||||
* Portions Copyright (C) 2004, 2007, 2009, 2013, 2017 Internet Systems Consortium, Inc. ("ISC")
|
||||
* Portions Copyright (C) 2001, 2002 Internet Software Consortium.
|
||||
*
|
||||
* Permission to use, copy, modify, and/or distribute this software for any
|
||||
|
|
|
|||
|
|
@ -1175,7 +1175,7 @@ void CBINDInstallDlg::RegisterMessages() {
|
|||
(LPCTSTR)m_binDir, "bindevt.dll");
|
||||
if (n < 0 || (size_t)n >= sizeof(pszMsgDLL))
|
||||
throw(Exception(IDS_ERR_CREATE_KEY,
|
||||
"<m_binDir>\\bindevt.dll too long"));
|
||||
"<m_binDir>\\bindevt.dll too long"));
|
||||
|
||||
SetCurrent(IDS_REGISTER_MESSAGES);
|
||||
/* Create a new key for named */
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Portions Copyright (C) 2004, 2007, 2009, 2015 Internet Systems Consortium, Inc. ("ISC")
|
||||
* Portions Copyright (C) 2004, 2007, 2009, 2015, 2017 Internet Systems Consortium, Inc. ("ISC")
|
||||
* Portions Copyright (C) 2001 Internet Software Consortium.
|
||||
*
|
||||
* Permission to use, copy, modify, and/or distribute this software for any
|
||||
|
|
|
|||
Loading…
Reference in a new issue