Changeset 98103 in vbox for trunk/src/VBox/GuestHost/DragAndDrop
- Timestamp:
- Jan 17, 2023 2:15:46 PM (2 years ago)
- Location:
- trunk/src/VBox/GuestHost/DragAndDrop
- Files:
-
- 13 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/GuestHost/DragAndDrop/DnDDroppedFiles.cpp
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2014-202 2Oracle and/or its affiliates.7 * Copyright (C) 2014-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/GuestHost/DragAndDrop/DnDMIME.cpp
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2014-202 2Oracle and/or its affiliates.7 * Copyright (C) 2014-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/GuestHost/DragAndDrop/DnDPath.cpp
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2014-202 2Oracle and/or its affiliates.7 * Copyright (C) 2014-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/GuestHost/DragAndDrop/DnDTransferList.cpp
r97834 r98103 5 5 6 6 /* 7 * Copyright (C) 2014-202 2Oracle and/or its affiliates.7 * Copyright (C) 2014-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/GuestHost/DragAndDrop/DnDTransferObject.cpp
r97799 r98103 5 5 6 6 /* 7 * Copyright (C) 2014-202 2Oracle and/or its affiliates.7 * Copyright (C) 2014-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/GuestHost/DragAndDrop/DnDUtils.cpp
r97769 r98103 5 5 6 6 /* 7 * Copyright (C) 2022 Oracle and/or its affiliates.7 * Copyright (C) 2022-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/GuestHost/DragAndDrop/Makefile.kmk
r96407 r98103 5 5 6 6 # 7 # Copyright (C) 2014-202 2Oracle and/or its affiliates.7 # Copyright (C) 2014-2023 Oracle and/or its affiliates. 8 8 # 9 9 # This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/GuestHost/DragAndDrop/testcase/Makefile.kmk
r97843 r98103 5 5 6 6 # 7 # Copyright (C) 2020-202 2Oracle and/or its affiliates.7 # Copyright (C) 2020-2023 Oracle and/or its affiliates. 8 8 # 9 9 # This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/GuestHost/DragAndDrop/testcase/tstDnDPath.cpp
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2020-202 2Oracle and/or its affiliates.7 * Copyright (C) 2020-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/GuestHost/DragAndDrop/testcase/tstDnDTransferList.cpp
r97834 r98103 5 5 6 6 /* 7 * Copyright (C) 2020-202 2Oracle and/or its affiliates.7 * Copyright (C) 2020-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/GuestHost/DragAndDrop/testcase/tstDnDTransferObject.cpp
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2020-202 2Oracle and/or its affiliates.7 * Copyright (C) 2020-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/GuestHost/DragAndDrop/testcase/tstDragAndDropQt/Makefile.kmk
r97848 r98103 5 5 6 6 # 7 # Copyright (C) 2022 Oracle and/or its affiliates.7 # Copyright (C) 2022-2023 Oracle and/or its affiliates. 8 8 # 9 9 # This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/GuestHost/DragAndDrop/testcase/tstDragAndDropQt/tstDragAndDropQt.cpp
r97848 r98103 5 5 6 6 /* 7 * Copyright (C) 2022 Oracle and/or its affiliates.7 * Copyright (C) 2022-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.