Changeset 82968 in vbox for trunk/src/VBox/HostServices/SharedFolders
- Timestamp:
- Feb 4, 2020 10:35:17 AM (5 years ago)
- Location:
- trunk/src/VBox/HostServices/SharedFolders
- Files:
-
- 19 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/SharedFolders/Makefile.kmk
r76971 r82968 5 5 6 6 # 7 # Copyright (C) 2006-20 19Oracle Corporation7 # Copyright (C) 2006-2020 Oracle Corporation 8 8 # 9 9 # This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/HostServices/SharedFolders/VBoxSharedFoldersSvc.cpp
r78903 r82968 5 5 6 6 /* 7 * Copyright (C) 2006-20 19Oracle Corporation7 * Copyright (C) 2006-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/HostServices/SharedFolders/VBoxSharedFoldersSvc.rc
r76971 r82968 5 5 6 6 /* 7 * Copyright (C) 2015-20 19Oracle Corporation7 * Copyright (C) 2015-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/HostServices/SharedFolders/mappings.cpp
r81464 r82968 5 5 6 6 /* 7 * Copyright (C) 2006-20 19Oracle Corporation7 * Copyright (C) 2006-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/HostServices/SharedFolders/mappings.h
r78903 r82968 5 5 6 6 /* 7 * Copyright (C) 2006-20 19Oracle Corporation7 * Copyright (C) 2006-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/HostServices/SharedFolders/shfl.h
r78706 r82968 4 4 5 5 /* 6 * Copyright (C) 2006-20 19Oracle Corporation6 * Copyright (C) 2006-2020 Oracle Corporation 7 7 * 8 8 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/HostServices/SharedFolders/shflhandle.cpp
r76553 r82968 5 5 6 6 /* 7 * Copyright (C) 2006-20 19Oracle Corporation7 * Copyright (C) 2006-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/HostServices/SharedFolders/shflhandle.h
r77243 r82968 5 5 6 6 /* 7 * Copyright (C) 2006-20 19Oracle Corporation7 * Copyright (C) 2006-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/HostServices/SharedFolders/testcase/Makefile.kmk
r76971 r82968 5 5 6 6 # 7 # Copyright (C) 2006-20 19Oracle Corporation7 # Copyright (C) 2006-2020 Oracle Corporation 8 8 # 9 9 # This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/HostServices/SharedFolders/testcase/tstSharedFolderService.cpp
r78947 r82968 11 11 12 12 /* 13 * Copyright (C) 2011-20 19Oracle Corporation13 * Copyright (C) 2011-2020 Oracle Corporation 14 14 * 15 15 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/HostServices/SharedFolders/testcase/tstSharedFolderService.h
r76570 r82968 4 4 5 5 /* 6 * Copyright (C) 2011-20 19Oracle Corporation6 * Copyright (C) 2011-2020 Oracle Corporation 7 7 * 8 8 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/HostServices/SharedFolders/testcase/tstShflCase.cpp
r76553 r82968 4 4 5 5 /* 6 * Copyright (C) 2006-20 19Oracle Corporation6 * Copyright (C) 2006-2020 Oracle Corporation 7 7 * 8 8 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/HostServices/SharedFolders/testcase/tstShflSizes.cpp
r76553 r82968 5 5 6 6 /* 7 * Copyright (C) 2006-20 19Oracle Corporation7 * Copyright (C) 2006-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/HostServices/SharedFolders/teststubs.h
r78947 r82968 4 4 5 5 /* 6 * Copyright (C) 2011-20 19Oracle Corporation6 * Copyright (C) 2011-2020 Oracle Corporation 7 7 * 8 8 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/HostServices/SharedFolders/vbsf.cpp
r81369 r82968 5 5 6 6 /* 7 * Copyright (C) 2006-20 19Oracle Corporation7 * Copyright (C) 2006-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/HostServices/SharedFolders/vbsf.h
r81369 r82968 5 5 6 6 /* 7 * Copyright (C) 2006-20 19Oracle Corporation7 * Copyright (C) 2006-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/HostServices/SharedFolders/vbsfpath.cpp
r77849 r82968 5 5 6 6 /* 7 * Copyright (C) 2006-20 19Oracle Corporation7 * Copyright (C) 2006-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/HostServices/SharedFolders/vbsfpath.h
r77848 r82968 5 5 6 6 /* 7 * Copyright (C) 2006-20 19Oracle Corporation7 * Copyright (C) 2006-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/HostServices/SharedFolders/vbsfpathabs.cpp
r81369 r82968 5 5 6 6 /* 7 * Copyright (C) 2017-20 19Oracle Corporation7 * Copyright (C) 2017-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as
Note:
See TracChangeset
for help on using the changeset viewer.