Changeset 106061 in vbox for trunk/src/VBox/HostServices
- Timestamp:
- Sep 16, 2024 2:03:52 PM (7 months ago)
- svn:sync-xref-src-repo-rev:
- 164827
- Location:
- trunk/src/VBox/HostServices
- Files:
-
- 76 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/.scm-settings
r98103 r106061 5 5 6 6 # 7 # Copyright (C) 2019-202 3Oracle and/or its affiliates.7 # Copyright (C) 2019-2024 Oracle and/or its affiliates. 8 8 # 9 9 # This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/HostServices/DragAndDrop/Makefile.kmk
r98415 r106061 5 5 6 6 # 7 # Copyright (C) 2011-202 3Oracle and/or its affiliates.7 # Copyright (C) 2011-2024 Oracle and/or its affiliates. 8 8 # 9 9 # This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/HostServices/DragAndDrop/VBoxDragAndDropSvc.cpp
r104628 r106061 5 5 6 6 /* 7 * Copyright (C) 2011-202 3Oracle and/or its affiliates.7 * Copyright (C) 2011-2024 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/HostServices/DragAndDrop/VBoxDragAndDropSvc.rc
r98103 r106061 5 5 6 6 /* 7 * Copyright (C) 2015-202 3Oracle and/or its affiliates.7 * Copyright (C) 2015-2024 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/HostServices/DragAndDrop/dndmanager.cpp
r98103 r106061 5 5 6 6 /* 7 * Copyright (C) 2011-202 3Oracle and/or its affiliates.7 * Copyright (C) 2011-2024 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/HostServices/DragAndDrop/dndmanager.h
r98103 r106061 4 4 5 5 /* 6 * Copyright (C) 2011-202 3Oracle and/or its affiliates.6 * Copyright (C) 2011-2024 Oracle and/or its affiliates. 7 7 * 8 8 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/HostServices/GuestControl/Makefile.kmk
r98526 r106061 5 5 6 6 # 7 # Copyright (C) 2011-202 3Oracle and/or its affiliates.7 # Copyright (C) 2011-2024 Oracle and/or its affiliates. 8 8 # 9 9 # This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/HostServices/GuestControl/VBoxGuestControlSvc.cpp
r104561 r106061 5 5 6 6 /* 7 * Copyright (C) 2011-202 3Oracle and/or its affiliates.7 * Copyright (C) 2011-2024 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/HostServices/GuestControl/VBoxGuestControlSvc.rc
r98103 r106061 5 5 6 6 /* 7 * Copyright (C) 2015-202 3Oracle and/or its affiliates.7 * Copyright (C) 2015-2024 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/HostServices/GuestControl/testcase/Makefile.kmk
r98578 r106061 5 5 6 6 # 7 # Copyright (C) 2010-202 3Oracle and/or its affiliates.7 # Copyright (C) 2010-2024 Oracle and/or its affiliates. 8 8 # 9 9 # This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/HostServices/GuestControl/testcase/tstGuestControlMockHGCM.cpp
r98578 r106061 5 5 6 6 /* 7 * Copyright (C) 2023 Oracle and/or its affiliates.7 * Copyright (C) 2023-2024 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/HostServices/GuestControl/testcase/tstGuestControlSvc.cpp
r99775 r106061 5 5 6 6 /* 7 * Copyright (C) 2011-202 3Oracle and/or its affiliates.7 * Copyright (C) 2011-2024 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/HostServices/GuestProperties/Makefile.kmk
r98133 r106061 5 5 6 6 # 7 # Copyright (C) 2006-202 3Oracle and/or its affiliates.7 # Copyright (C) 2006-2024 Oracle and/or its affiliates. 8 8 # 9 9 # This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/HostServices/GuestProperties/VBoxGuestPropSvc.cpp
r105353 r106061 5 5 6 6 /* 7 * Copyright (C) 2008-202 3Oracle and/or its affiliates.7 * Copyright (C) 2008-2024 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/HostServices/GuestProperties/VBoxGuestPropSvc.rc
r98103 r106061 5 5 6 6 /* 7 * Copyright (C) 2015-202 3Oracle and/or its affiliates.7 * Copyright (C) 2015-2024 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/HostServices/GuestProperties/testcase/Makefile.kmk
r98415 r106061 5 5 6 6 # 7 # Copyright (C) 2006-202 3Oracle and/or its affiliates.7 # Copyright (C) 2006-2024 Oracle and/or its affiliates. 8 8 # 9 9 # This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/HostServices/GuestProperties/testcase/tstGuestPropSvc.cpp
r103144 r106061 6 6 7 7 /* 8 * Copyright (C) 2008-202 3Oracle and/or its affiliates.8 * Copyright (C) 2008-2024 Oracle and/or its affiliates. 9 9 * 10 10 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/HostServices/HostChannel/HostChannel.cpp
r98103 r106061 4 4 5 5 /* 6 * Copyright (C) 2012-202 3Oracle and/or its affiliates.6 * Copyright (C) 2012-2024 Oracle and/or its affiliates. 7 7 * 8 8 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/HostServices/HostChannel/HostChannel.h
r98103 r106061 5 5 6 6 /* 7 * Copyright (C) 2012-202 3Oracle and/or its affiliates.7 * Copyright (C) 2012-2024 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/HostServices/HostChannel/Makefile.kmk
r98133 r106061 5 5 6 6 # 7 # Copyright (C) 2012-202 3Oracle and/or its affiliates.7 # Copyright (C) 2012-2024 Oracle and/or its affiliates. 8 8 # 9 9 # This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/HostServices/HostChannel/VBoxHostChannelSvc.cpp
r98359 r106061 5 5 6 6 /* 7 * Copyright (C) 2012-202 3Oracle and/or its affiliates.7 * Copyright (C) 2012-2024 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/HostServices/HostChannel/VBoxHostChannelSvc.rc
r98103 r106061 5 5 6 6 /* 7 * Copyright (C) 2015-202 3Oracle and/or its affiliates.7 * Copyright (C) 2015-2024 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/HostServices/Makefile.kmk
r98103 r106061 5 5 6 6 # 7 # Copyright (C) 2006-202 3Oracle and/or its affiliates.7 # Copyright (C) 2006-2024 Oracle and/or its affiliates. 8 8 # 9 9 # This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/HostServices/SharedClipboard/Makefile.kmk
r102188 r106061 5 5 6 6 # 7 # Copyright (C) 2006-202 3Oracle and/or its affiliates.7 # Copyright (C) 2006-2024 Oracle and/or its affiliates. 8 8 # 9 9 # This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/HostServices/SharedClipboard/VBoxSharedClipboardSvc-darwin.cpp
r100655 r106061 5 5 6 6 /* 7 * Copyright (C) 2008-202 3Oracle and/or its affiliates.7 * Copyright (C) 2008-2024 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/HostServices/SharedClipboard/VBoxSharedClipboardSvc-internal.h
r105636 r106061 5 5 6 6 /* 7 * Copyright (C) 2006-202 3Oracle and/or its affiliates.7 * Copyright (C) 2006-2024 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/HostServices/SharedClipboard/VBoxSharedClipboardSvc-transfers.cpp
r105635 r106061 5 5 6 6 /* 7 * Copyright (C) 2019-202 3Oracle and/or its affiliates.7 * Copyright (C) 2019-2024 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/HostServices/SharedClipboard/VBoxSharedClipboardSvc-transfers.h
r100367 r106061 5 5 6 6 /* 7 * Copyright (C) 2019-202 3Oracle and/or its affiliates.7 * Copyright (C) 2019-2024 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/HostServices/SharedClipboard/VBoxSharedClipboardSvc-utils.cpp
r98103 r106061 5 5 6 6 /* 7 * Copyright (C) 2019-202 3Oracle and/or its affiliates.7 * Copyright (C) 2019-2024 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/HostServices/SharedClipboard/VBoxSharedClipboardSvc-win.cpp
r103631 r106061 5 5 6 6 /* 7 * Copyright (C) 2006-202 3Oracle and/or its affiliates.7 * Copyright (C) 2006-2024 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/HostServices/SharedClipboard/VBoxSharedClipboardSvc-x11-stubs.cpp
r98103 r106061 5 5 6 6 /* 7 * Copyright (C) 2006-202 3Oracle and/or its affiliates.7 * Copyright (C) 2006-2024 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/HostServices/SharedClipboard/VBoxSharedClipboardSvc-x11.cpp
r104627 r106061 5 5 6 6 /* 7 * Copyright (C) 2006-202 3Oracle and/or its affiliates.7 * Copyright (C) 2006-2024 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/HostServices/SharedClipboard/VBoxSharedClipboardSvc.cpp
r105635 r106061 5 5 6 6 /* 7 * Copyright (C) 2006-202 3Oracle and/or its affiliates.7 * Copyright (C) 2006-2024 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/HostServices/SharedClipboard/VBoxSharedClipboardSvc.rc
r98103 r106061 5 5 6 6 /* 7 * Copyright (C) 2015-202 3Oracle and/or its affiliates.7 * Copyright (C) 2015-2024 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/HostServices/SharedClipboard/darwin-pasteboard.cpp
r104773 r106061 7 7 * Includes contributions from François Revol 8 8 * 9 * Copyright (C) 2008-202 3Oracle and/or its affiliates.9 * Copyright (C) 2008-2024 Oracle and/or its affiliates. 10 10 * 11 11 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/HostServices/SharedClipboard/darwin-pasteboard.h
r103143 r106061 5 5 6 6 /* 7 * Copyright (C) 2008-202 3Oracle and/or its affiliates.7 * Copyright (C) 2008-2024 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/HostServices/SharedClipboard/testcase/.scm-settings
r98103 r106061 5 5 6 6 # 7 # Copyright (C) 2019-202 3Oracle and/or its affiliates.7 # Copyright (C) 2019-2024 Oracle and/or its affiliates. 8 8 # 9 9 # This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/HostServices/SharedClipboard/testcase/Makefile.kmk
r102166 r106061 5 5 6 6 # 7 # Copyright (C) 2011-202 3Oracle and/or its affiliates.7 # Copyright (C) 2011-2024 Oracle and/or its affiliates. 8 8 # 9 9 # This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/HostServices/SharedClipboard/testcase/VBoxOrgCfHtml1.h
r98103 r106061 5 5 6 6 /* 7 * Copyright (C) 2022-202 3Oracle and/or its affiliates.7 * Copyright (C) 2022-2024 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/HostServices/SharedClipboard/testcase/VBoxOrgMimeHtml1.h
r98103 r106061 5 5 6 6 /* 7 * Copyright (C) 2022-202 3Oracle and/or its affiliates.7 * Copyright (C) 2022-2024 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/HostServices/SharedClipboard/testcase/tstClipboardMockHGCM.cpp
r103631 r106061 5 5 6 6 /* 7 * Copyright (C) 2011-202 3Oracle and/or its affiliates.7 * Copyright (C) 2011-2024 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/HostServices/SharedClipboard/testcase/tstClipboardServiceHost.cpp
r102911 r106061 5 5 6 6 /* 7 * Copyright (C) 2011-202 3Oracle and/or its affiliates.7 * Copyright (C) 2011-2024 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/HostServices/SharedClipboard/testcase/tstClipboardServiceImpl.cpp
r105635 r106061 5 5 6 6 /* 7 * Copyright (C) 2020-202 3Oracle and/or its affiliates.7 * Copyright (C) 2020-2024 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/HostServices/SharedClipboard/testcase/tstClipboardTransfers.cpp
r104317 r106061 5 5 6 6 /* 7 * Copyright (C) 2019-202 3Oracle and/or its affiliates.7 * Copyright (C) 2019-2024 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/HostServices/SharedFolders/Makefile.kmk
r105087 r106061 5 5 6 6 # 7 # Copyright (C) 2006-202 3Oracle and/or its affiliates.7 # Copyright (C) 2006-2024 Oracle and/or its affiliates. 8 8 # 9 9 # This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/HostServices/SharedFolders/VBoxSharedFoldersSvc.cpp
r105087 r106061 5 5 6 6 /* 7 * Copyright (C) 2006-202 3Oracle and/or its affiliates.7 * Copyright (C) 2006-2024 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/HostServices/SharedFolders/VBoxSharedFoldersSvc.rc
r98103 r106061 5 5 6 6 /* 7 * Copyright (C) 2015-202 3Oracle and/or its affiliates.7 * Copyright (C) 2015-2024 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/HostServices/SharedFolders/mappings.cpp
r105087 r106061 5 5 6 6 /* 7 * Copyright (C) 2006-202 3Oracle and/or its affiliates.7 * Copyright (C) 2006-2024 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/HostServices/SharedFolders/mappings.h
r105087 r106061 5 5 6 6 /* 7 * Copyright (C) 2006-202 3Oracle and/or its affiliates.7 * Copyright (C) 2006-2024 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/HostServices/SharedFolders/shfl.h
r105087 r106061 4 4 5 5 /* 6 * Copyright (C) 2006-202 3Oracle and/or its affiliates.6 * Copyright (C) 2006-2024 Oracle and/or its affiliates. 7 7 * 8 8 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/HostServices/SharedFolders/shflhandle.cpp
r99775 r106061 5 5 6 6 /* 7 * Copyright (C) 2006-202 3Oracle and/or its affiliates.7 * Copyright (C) 2006-2024 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/HostServices/SharedFolders/shflhandle.h
r98103 r106061 5 5 6 6 /* 7 * Copyright (C) 2006-202 3Oracle and/or its affiliates.7 * Copyright (C) 2006-2024 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/HostServices/SharedFolders/testcase/Makefile.kmk
r105087 r106061 5 5 6 6 # 7 # Copyright (C) 2006-202 3Oracle and/or its affiliates.7 # Copyright (C) 2006-2024 Oracle and/or its affiliates. 8 8 # 9 9 # This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/HostServices/SharedFolders/testcase/tstSharedFolderService.cpp
r105087 r106061 11 11 12 12 /* 13 * Copyright (C) 2011-202 3Oracle and/or its affiliates.13 * Copyright (C) 2011-2024 Oracle and/or its affiliates. 14 14 * 15 15 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/HostServices/SharedFolders/testcase/tstSharedFolderService.h
r105087 r106061 4 4 5 5 /* 6 * Copyright (C) 2011-202 3Oracle and/or its affiliates.6 * Copyright (C) 2011-2024 Oracle and/or its affiliates. 7 7 * 8 8 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/HostServices/SharedFolders/testcase/tstShflCase.cpp
r103437 r106061 7 7 8 8 /* 9 * Copyright (C) 2006-202 3Oracle and/or its affiliates.9 * Copyright (C) 2006-2024 Oracle and/or its affiliates. 10 10 * 11 11 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/HostServices/SharedFolders/testcase/tstShflSizes.cpp
r98103 r106061 5 5 6 6 /* 7 * Copyright (C) 2006-202 3Oracle and/or its affiliates.7 * Copyright (C) 2006-2024 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/HostServices/SharedFolders/teststubs.h
r105087 r106061 4 4 5 5 /* 6 * Copyright (C) 2011-202 3Oracle and/or its affiliates.6 * Copyright (C) 2011-2024 Oracle and/or its affiliates. 7 7 * 8 8 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/HostServices/SharedFolders/vbsf.cpp
r105087 r106061 5 5 6 6 /* 7 * Copyright (C) 2006-202 3Oracle and/or its affiliates.7 * Copyright (C) 2006-2024 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/HostServices/SharedFolders/vbsf.h
r98103 r106061 5 5 6 6 /* 7 * Copyright (C) 2006-202 3Oracle and/or its affiliates.7 * Copyright (C) 2006-2024 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/HostServices/SharedFolders/vbsfpath.cpp
r105087 r106061 5 5 6 6 /* 7 * Copyright (C) 2006-202 3Oracle and/or its affiliates.7 * Copyright (C) 2006-2024 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/HostServices/SharedFolders/vbsfpath.h
r105087 r106061 5 5 6 6 /* 7 * Copyright (C) 2006-202 3Oracle and/or its affiliates.7 * Copyright (C) 2006-2024 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/HostServices/SharedFolders/vbsfpathabs.cpp
r99775 r106061 5 5 6 6 /* 7 * Copyright (C) 2017-202 3Oracle and/or its affiliates.7 * Copyright (C) 2017-2024 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/HostServices/auth/Makefile.kmk
r98188 r106061 5 5 6 6 # 7 # Copyright (C) 2006-202 3Oracle and/or its affiliates.7 # Copyright (C) 2006-2024 Oracle and/or its affiliates. 8 8 # 9 9 # This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/HostServices/auth/directoryservice/directoryservice.cpp
r103145 r106061 7 7 8 8 /* 9 * Copyright (C) 2009-202 3Oracle and/or its affiliates.9 * Copyright (C) 2009-2024 Oracle and/or its affiliates. 10 10 * 11 11 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/HostServices/auth/pam/VBoxAuthPAM.c
r98103 r106061 6 6 7 7 /* 8 * Copyright (C) 2006-202 3Oracle and/or its affiliates.8 * Copyright (C) 2006-2024 Oracle and/or its affiliates. 9 9 * 10 10 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/HostServices/auth/simple/VBoxAuthSimple.cpp
r98103 r106061 5 5 6 6 /* 7 * Copyright (C) 2006-202 3Oracle and/or its affiliates.7 * Copyright (C) 2006-2024 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/HostServices/auth/simple/VBoxAuthSimple.rc
r98103 r106061 5 5 6 6 /* 7 * Copyright (C) 2015-202 3Oracle and/or its affiliates.7 * Copyright (C) 2015-2024 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/HostServices/auth/winlogon/VBoxAuth.rc
r98103 r106061 5 5 6 6 /* 7 * Copyright (C) 2015-202 3Oracle and/or its affiliates.7 * Copyright (C) 2015-2024 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/HostServices/auth/winlogon/winlogon.cpp
r99739 r106061 5 5 6 6 /* 7 * Copyright (C) 2006-202 3Oracle and/or its affiliates.7 * Copyright (C) 2006-2024 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/HostServices/common/client.cpp
r98103 r106061 5 5 6 6 /* 7 * Copyright (C) 2011-202 3Oracle and/or its affiliates.7 * Copyright (C) 2011-2024 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/HostServices/common/message.cpp
r98103 r106061 5 5 6 6 /* 7 * Copyright (C) 2018-202 3Oracle and/or its affiliates.7 * Copyright (C) 2018-2024 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/HostServices/testcase/Makefile.kmk
r98415 r106061 5 5 6 6 # 7 # Copyright (C) 2009-202 3Oracle and/or its affiliates.7 # Copyright (C) 2009-2024 Oracle and/or its affiliates. 8 8 # 9 9 # This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/HostServices/testcase/TstHGCMMock.cpp
r98587 r106061 12 12 13 13 /* 14 * Copyright (C) 2022-202 3Oracle and/or its affiliates.14 * Copyright (C) 2022-2024 Oracle and/or its affiliates. 15 15 * 16 16 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/HostServices/testcase/TstHGCMMockUtils.cpp
r98578 r106061 5 5 6 6 /* 7 * Copyright (C) 2022-202 3Oracle and/or its affiliates.7 * Copyright (C) 2022-2024 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/HostServices/testcase/tstHGCMSvc.cpp
r99775 r106061 5 5 6 6 /* 7 * Copyright (C) 2009-202 3Oracle and/or its affiliates.7 * Copyright (C) 2009-2024 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as
Note:
See TracChangeset
for help on using the changeset viewer.