mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-02 15:45:25 +00:00
update copyright notice
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Portions Copyright (C) 2004-2007 Internet Systems Consortium, Inc. ("ISC")
|
* Portions Copyright (C) 2004-2008 Internet Systems Consortium, Inc. ("ISC")
|
||||||
* Portions Copyright (C) 2001, 2003 Internet Software Consortium.
|
* Portions Copyright (C) 2001, 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
|
||||||
@@ -15,7 +15,7 @@
|
|||||||
* PERFORMANCE OF THIS SOFTWARE.
|
* PERFORMANCE OF THIS SOFTWARE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* $Id: BINDInstallDlg.cpp,v 1.38 2008/12/14 21:27:24 marka Exp $ */
|
/* $Id: BINDInstallDlg.cpp,v 1.39 2008/12/14 21:33:22 tbox Exp $ */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 1999-2000 by Nortel Networks Corporation
|
* Copyright (c) 1999-2000 by Nortel Networks Corporation
|
||||||
@@ -349,7 +349,7 @@ void CBINDInstallDlg::OnUninstall() {
|
|||||||
QueryServiceStatus(hService, &ss);
|
QueryServiceStatus(hService, &ss);
|
||||||
if (ss.dwCurrentState == SERVICE_RUNNING) {
|
if (ss.dwCurrentState == SERVICE_RUNNING) {
|
||||||
BOOL rc = ControlService(hService,
|
BOOL rc = ControlService(hService,
|
||||||
SERVICE_CONTROL_STOP, &ss);
|
SERVICE_CONTROL_STOP, &ss);
|
||||||
if (rc == FALSE || ss.dwCurrentState != SERVICE_STOPPED) {
|
if (rc == FALSE || ss.dwCurrentState != SERVICE_STOPPED) {
|
||||||
MsgBox(IDS_ERR_STOP_SERVICE, GetErrMessage());
|
MsgBox(IDS_ERR_STOP_SERVICE, GetErrMessage());
|
||||||
return;
|
return;
|
||||||
@@ -497,7 +497,7 @@ void CBINDInstallDlg::OnInstall() {
|
|||||||
#endif
|
#endif
|
||||||
try {
|
try {
|
||||||
CreateDirs();
|
CreateDirs();
|
||||||
CopyFiles();
|
CopyFiles();
|
||||||
RegisterService();
|
RegisterService();
|
||||||
RegisterMessages();
|
RegisterMessages();
|
||||||
|
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
<!--
|
<!--
|
||||||
- Copyright (C) 2006, 2007 Internet Systems Consortium, Inc. ("ISC")
|
- Copyright (C) 2006-2008 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
|
||||||
@@ -14,7 +14,7 @@
|
|||||||
- PERFORMANCE OF THIS SOFTWARE.
|
- PERFORMANCE OF THIS SOFTWARE.
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<!-- $Id: index.html,v 1.7 2008/12/14 21:14:54 marka Exp $ -->
|
<!-- $Id: index.html,v 1.8 2008/12/14 21:33:25 tbox Exp $ -->
|
||||||
|
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
|
@@ -1,8 +1,8 @@
|
|||||||
Copyright (C) 2004, 2005, 2007 Internet Systems Consortium, Inc. ("ISC")
|
Copyright (C) 2004, 2005, 2007, 2008 Internet Systems Consortium, Inc. ("ISC")
|
||||||
Copyright (C) 2001, 2003 Internet Software Consortium.
|
Copyright (C) 2001, 2003 Internet Software Consortium.
|
||||||
See COPYRIGHT in the source root or http://isc.org/copyright.html for terms.
|
See COPYRIGHT in the source root or http://isc.org/copyright.html for terms.
|
||||||
|
|
||||||
$Id: readme1st.txt,v 1.19 2008/12/14 21:14:54 marka Exp $
|
$Id: readme1st.txt,v 1.20 2008/12/14 21:33:25 tbox Exp $
|
||||||
|
|
||||||
Release of BIND 9.5 for Window 2000/XP/2003
|
Release of BIND 9.5 for Window 2000/XP/2003
|
||||||
|
|
||||||
|
@@ -1,8 +1,8 @@
|
|||||||
Copyright (C) 2004, 2005 Internet Systems Consortium, Inc. ("ISC")
|
Copyright (C) 2004, 2005, 2008 Internet Systems Consortium, Inc. ("ISC")
|
||||||
Copyright (C) 2001, 2002 Internet Software Consortium.
|
Copyright (C) 2001, 2002 Internet Software Consortium.
|
||||||
See COPYRIGHT in the source root or http://isc.org/copyright.html for terms.
|
See COPYRIGHT in the source root or http://isc.org/copyright.html for terms.
|
||||||
|
|
||||||
$Id: win32-build.txt,v 1.12 2008/12/14 21:14:54 marka Exp $
|
$Id: win32-build.txt,v 1.13 2008/12/14 21:33:25 tbox Exp $
|
||||||
|
|
||||||
BIND 9.4 for Win32 Source Build Instructions. 28-May-2005
|
BIND 9.4 for Win32 Source Build Instructions. 28-May-2005
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user