Changeset 93115 in vbox for trunk/src/VBox/GuestHost/DragAndDrop
- Timestamp:
- Jan 1, 2022 11:31:46 AM (3 years ago)
- Location:
- trunk/src/VBox/GuestHost/DragAndDrop
- Files:
-
- 10 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/GuestHost/DragAndDrop/DnDDroppedFiles.cpp
r85681 r93115 5 5 6 6 /* 7 * Copyright (C) 2014-202 0Oracle Corporation7 * Copyright (C) 2014-2022 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/GuestHost/DragAndDrop/DnDMIME.cpp
r85681 r93115 5 5 6 6 /* 7 * Copyright (C) 2014-202 0Oracle Corporation7 * Copyright (C) 2014-2022 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/GuestHost/DragAndDrop/DnDPath.cpp
r85371 r93115 5 5 6 6 /* 7 * Copyright (C) 2014-202 0Oracle Corporation7 * Copyright (C) 2014-2022 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/GuestHost/DragAndDrop/DnDTransferList.cpp
r86410 r93115 5 5 6 6 /* 7 * Copyright (C) 2014-202 0Oracle Corporation7 * Copyright (C) 2014-2022 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/GuestHost/DragAndDrop/DnDTransferObject.cpp
r85429 r93115 5 5 6 6 /* 7 * Copyright (C) 2014-202 0Oracle Corporation7 * Copyright (C) 2014-2022 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/GuestHost/DragAndDrop/Makefile.kmk
r85371 r93115 5 5 6 6 # 7 # Copyright (C) 2014-202 0Oracle Corporation7 # Copyright (C) 2014-2022 Oracle Corporation 8 8 # 9 9 # This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/GuestHost/DragAndDrop/testcase/Makefile.kmk
r85381 r93115 5 5 6 6 # 7 # Copyright (C) 2020 Oracle Corporation7 # Copyright (C) 2020-2022 Oracle Corporation 8 8 # 9 9 # This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/GuestHost/DragAndDrop/testcase/tstDnDPath.cpp
r86366 r93115 5 5 6 6 /* 7 * Copyright (C) 2020 Oracle Corporation7 * Copyright (C) 2020-2022 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/GuestHost/DragAndDrop/testcase/tstDnDTransferList.cpp
r86411 r93115 5 5 6 6 /* 7 * Copyright (C) 2020 Oracle Corporation7 * Copyright (C) 2020-2022 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/GuestHost/DragAndDrop/testcase/tstDnDTransferObject.cpp
r86369 r93115 5 5 6 6 /* 7 * Copyright (C) 2020 Oracle Corporation7 * Copyright (C) 2020-2022 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.