Index: /trunk/src/VBox/Main/Makefile.kmk
===================================================================
--- /trunk/src/VBox/Main/Makefile.kmk	(revision 71143)
+++ /trunk/src/VBox/Main/Makefile.kmk	(revision 71144)
@@ -1203,5 +1203,5 @@
  VBoxProxyStub_DEFPATH  = $(VBoxCOM_0_OUTDIR)/# Hack to workaround drive letter in $(VBoxCOM_0_OUTDIR)/ for CFLAGS hack below.
  VBoxProxyStub_INCS     = $(VBoxCOM_0_OUTDIR)/ \
-    $(VBOX_PATH_MAIN_SRC)/include/ 
+    $(VBOX_PATH_MAIN_SRC)/include/
  VBoxProxyStub_SOURCES := \
  	VirtualBox_p.c \
@@ -1219,5 +1219,5 @@
  VBoxProxyStubLegacy_DEFS     = $(VBoxProxyStub_DEFS) VBOX_IN_PROXY_STUB_LEGACY
  VBoxProxyStubLegacy_INCS     = $(VBoxCOM_0_OUTDIR)/legacy/ \
-    $(VBOX_PATH_MAIN_SRC)/include/ 
+    $(VBOX_PATH_MAIN_SRC)/include/
  VBoxProxyStubLegacy_SOURCES  = \
  	$(VBoxCOM_0_OUTDIR)/legacy/VirtualBox_p.c \
@@ -1235,5 +1235,5 @@
   VBoxProxyStub-x86_DEFS     = $(VBoxProxyStub_DEFS) VBOX_PROXY_STUB_32_ON_64 WIN32
   VBoxProxyStub-x86_INCS     = $(VBoxCOM-x86_0_OUTDIR)/ \
-    $(VBOX_PATH_MAIN_SRC)/include/ 
+    $(VBOX_PATH_MAIN_SRC)/include/
   VBoxProxyStub-x86_SOURCES  = \
   	$(VBoxCOM-x86_0_OUTDIR)/VirtualBox_p.c \
Index: /trunk/src/VBox/Main/include/VirtualBoxSDSImpl.h
===================================================================
--- /trunk/src/VBox/Main/include/VirtualBoxSDSImpl.h	(revision 71143)
+++ /trunk/src/VBox/Main/include/VirtualBoxSDSImpl.h	(revision 71144)
@@ -4,6 +4,9 @@
  */
 
-/*
- * Copyright (C) 2015-2017 Oracle Corporation
+ /*
+ * Copyright(C) 2017 - 2018 Oracle Corporation
+ *
+ * Oracle Corporation confidential
+ * All rights reserved
  *
  * This file is part of VirtualBox Open Source Edition (OSE), as
Index: /trunk/src/VBox/Main/src-all/win/VBoxProxyStub.c
===================================================================
--- /trunk/src/VBox/Main/src-all/win/VBoxProxyStub.c	(revision 71143)
+++ /trunk/src/VBox/Main/src-all/win/VBoxProxyStub.c	(revision 71144)
@@ -7,6 +7,9 @@
  */
 
-/*
- * Copyright (C) 2006-2018 Oracle Corporation
+ /*
+ * Copyright(C) 2006 - 2018 Oracle Corporation
+ *
+ * Oracle Corporation confidential
+ * All rights reserved
  *
  * This file is part of VirtualBox Open Source Edition (OSE), as
@@ -2604,3 +2607,2 @@
     return VINF_SUCCESS;
 }
-
Index: /trunk/src/VBox/Main/src-global/VirtualBoxSDSImpl.cpp
===================================================================
--- /trunk/src/VBox/Main/src-global/VirtualBoxSDSImpl.cpp	(revision 71143)
+++ /trunk/src/VBox/Main/src-global/VirtualBoxSDSImpl.cpp	(revision 71144)
@@ -5,5 +5,8 @@
 
 /*
- * Copyright (C) 2015-2018 Oracle Corporation
+ * Copyright(C) 2017 - 2018 Oracle Corporation
+ *
+ * Oracle Corporation confidential
+ * All rights reserved
  *
  * This file is part of VirtualBox Open Source Edition (OSE), as
Index: /trunk/src/VBox/Main/src-global/win/VBoxSDS.cpp
===================================================================
--- /trunk/src/VBox/Main/src-global/win/VBoxSDS.cpp	(revision 71143)
+++ /trunk/src/VBox/Main/src-global/win/VBoxSDS.cpp	(revision 71144)
@@ -4,6 +4,9 @@
  */
 
-/*
- * Copyright (C) 2015-2018 Oracle Corporation
+ /*
+ * Copyright(C) 2017 - 2018 Oracle Corporation
+ *
+ * Oracle Corporation confidential
+ * All rights reserved
  *
  * This file is part of VirtualBox Open Source Edition (OSE), as
Index: /trunk/src/VBox/Main/src-server/win/svcmain.cpp
===================================================================
--- /trunk/src/VBox/Main/src-server/win/svcmain.cpp	(revision 71143)
+++ /trunk/src/VBox/Main/src-server/win/svcmain.cpp	(revision 71144)
@@ -158,8 +158,8 @@
 {
     ComPtr<IVirtualBoxClientList> ptrClientList;
-    /*
+    /**
     * Connect to VBoxSDS.
+    * here we close all API client processes: our own and customers
     */
-    // TODO: here we close all API client processes: our own and customers
     LogRelFunc(("Forcibly close API clients during system shutdown on Windows 7:\n"));
     HRESULT hrc = CoCreateInstance(CLSID_VirtualBoxClientList, NULL, CLSCTX_LOCAL_SERVER, IID_IVirtualBoxClientList,
