VirtualBox

Changeset 71144 in vbox for trunk/src/VBox/Main


Ignore:
Timestamp:
Feb 27, 2018 10:45:00 PM (7 years ago)
Author:
vboxsync
Message:

Main/VBoxSVC,VBoxSDS: fix for ​​​​​​​​bugref:8161: fix scm warnings about copyright

Location:
trunk/src/VBox/Main
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/Makefile.kmk

    r71139 r71144  
    12031203 VBoxProxyStub_DEFPATH  = $(VBoxCOM_0_OUTDIR)/# Hack to workaround drive letter in $(VBoxCOM_0_OUTDIR)/ for CFLAGS hack below.
    12041204 VBoxProxyStub_INCS     = $(VBoxCOM_0_OUTDIR)/ \
    1205     $(VBOX_PATH_MAIN_SRC)/include/ 
     1205    $(VBOX_PATH_MAIN_SRC)/include/
    12061206 VBoxProxyStub_SOURCES := \
    12071207        VirtualBox_p.c \
     
    12191219 VBoxProxyStubLegacy_DEFS     = $(VBoxProxyStub_DEFS) VBOX_IN_PROXY_STUB_LEGACY
    12201220 VBoxProxyStubLegacy_INCS     = $(VBoxCOM_0_OUTDIR)/legacy/ \
    1221     $(VBOX_PATH_MAIN_SRC)/include/ 
     1221    $(VBOX_PATH_MAIN_SRC)/include/
    12221222 VBoxProxyStubLegacy_SOURCES  = \
    12231223        $(VBoxCOM_0_OUTDIR)/legacy/VirtualBox_p.c \
     
    12351235  VBoxProxyStub-x86_DEFS     = $(VBoxProxyStub_DEFS) VBOX_PROXY_STUB_32_ON_64 WIN32
    12361236  VBoxProxyStub-x86_INCS     = $(VBoxCOM-x86_0_OUTDIR)/ \
    1237     $(VBOX_PATH_MAIN_SRC)/include/ 
     1237    $(VBOX_PATH_MAIN_SRC)/include/
    12381238  VBoxProxyStub-x86_SOURCES  = \
    12391239        $(VBoxCOM-x86_0_OUTDIR)/VirtualBox_p.c \
  • trunk/src/VBox/Main/include/VirtualBoxSDSImpl.h

    r71139 r71144  
    44 */
    55
    6 /*
    7  * Copyright (C) 2015-2017 Oracle Corporation
     6 /*
     7 * Copyright(C) 2017 - 2018 Oracle Corporation
     8 *
     9 * Oracle Corporation confidential
     10 * All rights reserved
    811 *
    912 * This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/Main/src-all/win/VBoxProxyStub.c

    r71142 r71144  
    77 */
    88
    9 /*
    10  * Copyright (C) 2006-2018 Oracle Corporation
     9 /*
     10 * Copyright(C) 2006 - 2018 Oracle Corporation
     11 *
     12 * Oracle Corporation confidential
     13 * All rights reserved
    1114 *
    1215 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    26042607    return VINF_SUCCESS;
    26052608}
    2606 
  • trunk/src/VBox/Main/src-global/VirtualBoxSDSImpl.cpp

    r71142 r71144  
    55
    66/*
    7  * Copyright (C) 2015-2018 Oracle Corporation
     7 * Copyright(C) 2017 - 2018 Oracle Corporation
     8 *
     9 * Oracle Corporation confidential
     10 * All rights reserved
    811 *
    912 * This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/Main/src-global/win/VBoxSDS.cpp

    r71142 r71144  
    44 */
    55
    6 /*
    7  * Copyright (C) 2015-2018 Oracle Corporation
     6 /*
     7 * Copyright(C) 2017 - 2018 Oracle Corporation
     8 *
     9 * Oracle Corporation confidential
     10 * All rights reserved
    811 *
    912 * This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/Main/src-server/win/svcmain.cpp

    r71143 r71144  
    158158{
    159159    ComPtr<IVirtualBoxClientList> ptrClientList;
    160     /*
     160    /**
    161161    * Connect to VBoxSDS.
     162    * here we close all API client processes: our own and customers
    162163    */
    163     // TODO: here we close all API client processes: our own and customers
    164164    LogRelFunc(("Forcibly close API clients during system shutdown on Windows 7:\n"));
    165165    HRESULT hrc = CoCreateInstance(CLSID_VirtualBoxClientList, NULL, CLSCTX_LOCAL_SERVER, IID_IVirtualBoxClientList,
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette