Changeset 82972 in vbox for trunk/src/VBox/Additions
- Timestamp:
- Feb 4, 2020 11:13:09 AM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 135981
- Location:
- trunk/src/VBox/Additions
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/3D/win/VBoxSVGA/winsys/vmw_screen.c
r75443 r82972 1 1 /* 2 * Copyright (C) 2016-20 18Oracle Corporation2 * Copyright (C) 2016-2020 Oracle Corporation 3 3 * 4 4 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/3D/win/VBoxSVGA/winsys/vmw_screen_ioctl.c
r75443 r82972 1 1 /* 2 * Copyright (C) 2016-20 18Oracle Corporation2 * Copyright (C) 2016-2020 Oracle Corporation 3 3 * 4 4 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/3D/win/VBoxSVGA/winsys/vmw_screen_wddm.c
r75443 r82972 1 1 /* 2 * Copyright (C) 2016-20 17Oracle Corporation2 * Copyright (C) 2016-2020 Oracle Corporation 3 3 * 4 4 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuest-solaris.conf
r69500 r82972 4 4 5 5 # 6 # Copyright (C) 2007-20 17Oracle Corporation6 # Copyright (C) 2007-2020 Oracle Corporation 7 7 # 8 8 # This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/common/VBoxGuest/netbsd/vboxguest.ioconf
r70835 r82972 5 5 6 6 # 7 # Copyright (C) 2017 Oracle Corporation7 # Copyright (C) 2017-2020 Oracle Corporation 8 8 # 9 9 # This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/darwin/Installer/VBoxGuestAdditions_mpkg/distribution-amd64.dist
r76023 r82972 2 2 <!-- 3 3 # 4 # Copyright (C) 2008-20 13Oracle Corporation4 # Copyright (C) 2008-2020 Oracle Corporation 5 5 # 6 6 # This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/darwin/Installer/VBoxGuestAdditions_mpkg/distribution-x86.dist
r76023 r82972 2 2 <!-- 3 3 # 4 # Copyright (C) 2008-20 13Oracle Corporation4 # Copyright (C) 2008-2020 Oracle Corporation 5 5 # 6 6 # This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/os2/VBoxReplaceDll.cpp
r82968 r82972 43 43 "files on disk, allowing new DLL versions to be installed.\n" 44 44 "\n" 45 "Copyright (C) 2013-20 16Oracle Corporation\n",45 "Copyright (C) 2013-2020 Oracle Corporation\n", 46 46 argv0); 47 47 return 0;
Note:
See TracChangeset
for help on using the changeset viewer.