Changeset 82968 in vbox for trunk/src/VBox/GuestHost
- Timestamp:
- Feb 4, 2020 10:35:17 AM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 135976
- Location:
- trunk/src/VBox/GuestHost
- Files:
-
- 20 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/GuestHost/DragAndDrop/DnDDroppedFiles.cpp
r76553 r82968 5 5 6 6 /* 7 * Copyright (C) 2014-20 19Oracle Corporation7 * Copyright (C) 2014-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/GuestHost/DragAndDrop/DnDMIME.cpp
r76553 r82968 5 5 6 6 /* 7 * Copyright (C) 2014-20 19Oracle Corporation7 * Copyright (C) 2014-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/GuestHost/DragAndDrop/DnDPath.cpp
r76553 r82968 5 5 6 6 /* 7 * Copyright (C) 2014-20 19Oracle Corporation7 * Copyright (C) 2014-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/GuestHost/DragAndDrop/DnDURIList.cpp
r78783 r82968 5 5 6 6 /* 7 * Copyright (C) 2014-20 19Oracle Corporation7 * Copyright (C) 2014-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/GuestHost/DragAndDrop/DnDURIObject.cpp
r78083 r82968 5 5 6 6 /* 7 * Copyright (C) 2014-20 19Oracle Corporation7 * Copyright (C) 2014-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/GuestHost/DragAndDrop/Makefile.kmk
r76553 r82968 5 5 6 6 # 7 # Copyright (C) 2014-20 19Oracle Corporation7 # Copyright (C) 2014-2020 Oracle Corporation 8 8 # 9 9 # This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/GuestHost/HGSMI/.scm-settings
r76553 r82968 5 5 6 6 # 7 # Copyright (C) 2010-20 19Oracle Corporation7 # Copyright (C) 2010-2020 Oracle Corporation 8 8 # 9 9 # This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/GuestHost/HGSMI/HGSMICommon.cpp
r76553 r82968 5 5 6 6 /* 7 * Copyright (C) 2006-20 19Oracle Corporation7 * Copyright (C) 2006-2020 Oracle Corporation 8 8 * 9 9 * Permission is hereby granted, free of charge, to any person -
trunk/src/VBox/GuestHost/HGSMI/HGSMIMemAlloc.cpp
r76553 r82968 5 5 6 6 /* 7 * Copyright (C) 2014-20 19Oracle Corporation7 * Copyright (C) 2014-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/GuestHost/HGSMI/Makefile.kmk
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/GuestHost/Makefile.kmk
r82907 r82968 5 5 6 6 # 7 # Copyright (C) 2008-20 19Oracle Corporation7 # Copyright (C) 2008-2020 Oracle Corporation 8 8 # 9 9 # This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/GuestHost/SharedClipboard/ClipboardArea.cpp
r80862 r82968 5 5 6 6 /* 7 * Copyright (C) 2019 Oracle Corporation7 * Copyright (C) 2019-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/GuestHost/SharedClipboard/ClipboardDataObjectImpl-win.cpp
r81460 r82968 5 5 6 6 /* 7 * Copyright (C) 2019 Oracle Corporation7 * Copyright (C) 2019-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/GuestHost/SharedClipboard/ClipboardEnumFormatEtcImpl-win.cpp
r81269 r82968 5 5 6 6 /* 7 * Copyright (C) 2013-20 19Oracle Corporation7 * Copyright (C) 2013-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/GuestHost/SharedClipboard/ClipboardMIME.cpp
r81223 r82968 5 5 6 6 /* 7 * Copyright (C) 2019 Oracle Corporation7 * Copyright (C) 2019-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/GuestHost/SharedClipboard/ClipboardPath.cpp
r81223 r82968 5 5 6 6 /* 7 * Copyright (C) 2019 Oracle Corporation7 * Copyright (C) 2019-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/GuestHost/SharedClipboard/ClipboardStreamImpl-win.cpp
r82495 r82968 5 5 6 6 /* 7 * Copyright (C) 2019 Oracle Corporation7 * Copyright (C) 2019-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/GuestHost/SharedClipboard/clipboard-common.cpp
r82910 r82968 7 7 * Includes contributions from François Revol 8 8 * 9 * Copyright (C) 2006-20 19Oracle Corporation9 * Copyright (C) 2006-2020 Oracle Corporation 10 10 * 11 11 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/GuestHost/SharedClipboard/clipboard-transfers.cpp
r82527 r82968 5 5 6 6 /* 7 * Copyright (C) 2019 Oracle Corporation7 * Copyright (C) 2019-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/GuestHost/SharedClipboard/clipboard-win.cpp
r82513 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
Note:
See TracChangeset
for help on using the changeset viewer.