Changeset 98103 in vbox for trunk/src/VBox/Additions/WINNT/SharedFolders
- Timestamp:
- Jan 17, 2023 2:15:46 PM (2 years ago)
- svn:sync-xref-src-repo-rev:
- 155244
- Location:
- trunk/src/VBox/Additions/WINNT/SharedFolders
- Files:
-
- 25 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/SharedFolders/.scm-settings
r96407 r98103 5 5 6 6 # 7 # Copyright (C) 2010-202 2Oracle and/or its affiliates.7 # Copyright (C) 2010-2023 Oracle and/or its affiliates. 8 8 # 9 9 # This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Additions/WINNT/SharedFolders/Makefile.kmk
r96407 r98103 5 5 6 6 # 7 # Copyright (C) 2012-202 2Oracle and/or its affiliates.7 # Copyright (C) 2012-2023 Oracle and/or its affiliates. 8 8 # 9 9 # This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Additions/WINNT/SharedFolders/VBoxSFInst.cmd
r96407 r98103 6 6 7 7 rem 8 rem Copyright (C) 2009-202 2Oracle and/or its affiliates.8 rem Copyright (C) 2009-2023 Oracle and/or its affiliates. 9 9 rem 10 10 rem This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Additions/WINNT/SharedFolders/driver/Makefile.kmk
r96407 r98103 5 5 6 6 # 7 # Copyright (C) 2006-202 2Oracle and/or its affiliates.7 # Copyright (C) 2006-2023 Oracle and/or its affiliates. 8 8 # 9 9 # This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Additions/WINNT/SharedFolders/driver/VBoxSF.inf
r96407 r98103 5 5 6 6 ; 7 ; Copyright (C) 2006-202 2Oracle and/or its affiliates.7 ; Copyright (C) 2006-2023 Oracle and/or its affiliates. 8 8 ; 9 9 ; This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Additions/WINNT/SharedFolders/driver/VBoxSF.rc
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2006-202 2Oracle and/or its affiliates.7 * Copyright (C) 2006-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Additions/WINNT/SharedFolders/driver/Win2kWorkarounds.c
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2012-202 2Oracle and/or its affiliates.7 * Copyright (C) 2012-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Additions/WINNT/SharedFolders/driver/Win2kWorkaroundsA.asm
r96407 r98103 5 5 6 6 ; 7 ; Copyright (C) 2006-202 2Oracle and/or its affiliates.7 ; Copyright (C) 2006-2023 Oracle and/or its affiliates. 8 8 ; 9 9 ; This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Additions/WINNT/SharedFolders/driver/file.cpp
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2012-202 2Oracle and/or its affiliates.7 * Copyright (C) 2012-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Additions/WINNT/SharedFolders/driver/info.cpp
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2012-202 2Oracle and/or its affiliates.7 * Copyright (C) 2012-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Additions/WINNT/SharedFolders/driver/net.cpp
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2012-202 2Oracle and/or its affiliates.7 * Copyright (C) 2012-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Additions/WINNT/SharedFolders/driver/path.cpp
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2012-202 2Oracle and/or its affiliates.7 * Copyright (C) 2012-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Additions/WINNT/SharedFolders/driver/vbsf.cpp
r96631 r98103 5 5 6 6 /* 7 * Copyright (C) 2012-202 2Oracle and/or its affiliates.7 * Copyright (C) 2012-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Additions/WINNT/SharedFolders/driver/vbsf.h
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2012-202 2Oracle and/or its affiliates.7 * Copyright (C) 2012-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Additions/WINNT/SharedFolders/driver/vbsfhlp.cpp
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2012-202 2Oracle and/or its affiliates.7 * Copyright (C) 2012-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Additions/WINNT/SharedFolders/driver/vbsfshared.h
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2012-202 2Oracle and/or its affiliates.7 * Copyright (C) 2012-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Additions/WINNT/SharedFolders/np/Makefile.kmk
r96407 r98103 5 5 6 6 # 7 # Copyright (C) 2012-202 2Oracle and/or its affiliates.7 # Copyright (C) 2012-2023 Oracle and/or its affiliates. 8 8 # 9 9 # This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Additions/WINNT/SharedFolders/np/vboxmrxnp.cpp
r96621 r98103 5 5 6 6 /* 7 * Copyright (C) 2012-202 2Oracle and/or its affiliates.7 * Copyright (C) 2012-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Additions/WINNT/SharedFolders/np/vboxmrxnp.def
r96407 r98103 1 1 ; 2 ; Copyright (C) 2012-202 2Oracle and/or its affiliates.2 ; Copyright (C) 2012-2023 Oracle and/or its affiliates. 3 3 ; 4 4 ; This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Additions/WINNT/SharedFolders/np/vboxmrxnp.rc
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2012-202 2Oracle and/or its affiliates.7 * Copyright (C) 2012-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Additions/WINNT/SharedFolders/testcase/deletefile-1.cpp
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2019-202 2Oracle and/or its affiliates.7 * Copyright (C) 2019-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Additions/WINNT/SharedFolders/testcase/eof-1.cpp
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2019-202 2Oracle and/or its affiliates.7 * Copyright (C) 2019-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Additions/WINNT/SharedFolders/testcase/queryfileinfo-1.cpp
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2019-202 2Oracle and/or its affiliates.7 * Copyright (C) 2019-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Additions/WINNT/SharedFolders/testcase/queryvolinfo-1.cpp
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2019-202 2Oracle and/or its affiliates.7 * Copyright (C) 2019-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Additions/WINNT/SharedFolders/testcase/rename-1.cpp
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2019-202 2Oracle and/or its affiliates.7 * Copyright (C) 2019-2023 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.