Changeset 106061 in vbox for trunk/src/VBox/GuestHost/SharedClipboard
- Timestamp:
- Sep 16, 2024 2:03:52 PM (8 months ago)
- svn:sync-xref-src-repo-rev:
- 164827
- Location:
- trunk/src/VBox/GuestHost/SharedClipboard
- Files:
-
- 18 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/GuestHost/SharedClipboard/ClipboardDataObjectImpl-win.cpp
r103631 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/GuestHost/SharedClipboard/ClipboardEnumFormatEtcImpl-win.cpp
r103631 r106061 5 5 6 6 /* 7 * Copyright (C) 2013-202 3Oracle and/or its affiliates.7 * Copyright (C) 2013-2024 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/GuestHost/SharedClipboard/ClipboardMIME.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/GuestHost/SharedClipboard/ClipboardPath.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/GuestHost/SharedClipboard/ClipboardStreamImpl-win.cpp
r103631 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/GuestHost/SharedClipboard/Makefile.kmk
r98103 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/GuestHost/SharedClipboard/clipboard-common.cpp
r104775 r106061 7 7 * Includes contributions from François Revol 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/GuestHost/SharedClipboard/clipboard-transfers-http.cpp
r104472 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/GuestHost/SharedClipboard/clipboard-transfers-provider-local.cpp
r103251 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/GuestHost/SharedClipboard/clipboard-transfers.cpp
r104472 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/GuestHost/SharedClipboard/clipboard-win.cpp
r104317 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/GuestHost/SharedClipboard/clipboard-x11.cpp
r104792 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/GuestHost/SharedClipboard/testcase/Makefile.kmk
r102843 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/GuestHost/SharedClipboard/testcase/tstClipboardGH-X11.cpp
r104774 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/GuestHost/SharedClipboard/testcase/tstClipboardGH-X11Smoke.cpp
r103363 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/GuestHost/SharedClipboard/testcase/tstClipboardHttpServer.cpp
r104317 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/GuestHost/SharedClipboard/testcase/tstClipboardQt/Makefile.kmk
r101555 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/GuestHost/SharedClipboard/testcase/tstClipboardQt/tstClipboardQt.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
Note:
See TracChangeset
for help on using the changeset viewer.