From da035d9f4429b9679e537542b2ab9a7c279cf2df Mon Sep 17 00:00:00 2001 From: Automatic Updater Date: Tue, 25 Aug 2009 23:47:51 +0000 Subject: [PATCH] update copyright notice --- bin/named/server.c | 4 ++-- bin/win32/BINDInstall/BINDInstallDlg.h | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/bin/named/server.c b/bin/named/server.c index 4246ed79ee..7302cdf064 100644 --- a/bin/named/server.c +++ b/bin/named/server.c @@ -15,7 +15,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: server.c,v 1.541 2009/08/25 02:42:46 marka Exp $ */ +/* $Id: server.c,v 1.542 2009/08/25 23:47:51 tbox Exp $ */ /*! \file */ @@ -438,7 +438,7 @@ configure_view_nametable(const cfg_obj_t *vconfig, const cfg_obj_t *config, str, confname, isc_result_totext(result)); goto cleanup; } - + } return (result); diff --git a/bin/win32/BINDInstall/BINDInstallDlg.h b/bin/win32/BINDInstall/BINDInstallDlg.h index 927e6c1da6..f8e02968c0 100644 --- a/bin/win32/BINDInstall/BINDInstallDlg.h +++ b/bin/win32/BINDInstall/BINDInstallDlg.h @@ -1,5 +1,5 @@ /* - * Portions Copyright (C) 2004, 2007 Internet Systems Consortium, Inc. ("ISC") + * Portions Copyright (C) 2004, 2007, 2009 Internet Systems Consortium, Inc. ("ISC") * Portions Copyright (C) 2001 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any @@ -15,7 +15,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: BINDInstallDlg.h,v 1.9 2009/08/25 06:47:06 marka Exp $ */ +/* $Id: BINDInstallDlg.h,v 1.10 2009/08/25 23:47:51 tbox Exp $ */ /* * Copyright (c) 1999-2000 by Nortel Networks Corporation @@ -78,7 +78,7 @@ protected: void RegisterMessages(); void UnregisterMessages(BOOL uninstall); - + void FailedInstall(); void SetItemStatus(UINT nID, BOOL bSuccess = TRUE); @@ -92,7 +92,7 @@ protected: BOOL CheckBINDService(); void SetCurrent(int id, ...); void ProgramGroup(BOOL create = TRUE); - + HICON m_hIcon; CString m_defaultDir; CString m_etcDir; @@ -107,7 +107,7 @@ protected: CString m_accountPasswordConfirm; CString m_accountPassword; BOOL m_serviceExists; - + // Generated message map functions //{{AFX_MSG(CBINDInstallDlg) virtual BOOL OnInitDialog();