Changeset 62523 in vbox for trunk/src/VBox
- Timestamp:
- Jul 22, 2016 7:17:44 PM (8 years ago)
- Location:
- trunk/src/VBox/Additions/darwin
- Files:
-
- 15 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/darwin/Installer/Makefile.kmk
r56301 r62523 5 5 6 6 # 7 # Copyright (C) 2006-201 5Oracle Corporation7 # Copyright (C) 2006-2016 Oracle Corporation 8 8 # 9 9 # This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/darwin/Makefile.kmk
r56301 r62523 5 5 6 6 # 7 # Copyright (C) 2010-201 5Oracle Corporation7 # Copyright (C) 2010-2016 Oracle Corporation 8 8 # 9 9 # This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/darwin/VBoxClient/Makefile.kmk
r56301 r62523 5 5 6 6 # 7 # Copyright (C) 2006-201 5Oracle Corporation7 # Copyright (C) 2006-2016 Oracle Corporation 8 8 # 9 9 # This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/darwin/VBoxClient/VBoxClient.cpp
r57358 r62523 5 5 6 6 /* 7 * Copyright (C) 2007-201 3Oracle Corporation7 * Copyright (C) 2007-2016 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/darwin/VBoxClient/VBoxClientClipboard.cpp
r57358 r62523 5 5 6 6 /* 7 * Copyright (C) 2007-201 3Oracle Corporation7 * Copyright (C) 2007-2016 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/darwin/VBoxClient/VBoxClientClipboardGuestToHost.cpp
r57358 r62523 5 5 6 6 /* 7 * Copyright (C) 2007-201 3Oracle Corporation7 * Copyright (C) 2007-2016 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/darwin/VBoxClient/VBoxClientClipboardHostToGuest.cpp
r57358 r62523 5 5 6 6 /* 7 * Copyright (C) 2007-201 3Oracle Corporation7 * Copyright (C) 2007-2016 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/darwin/VBoxClient/VBoxClientInternal.h
r48251 r62523 5 5 6 6 /* 7 * Copyright (C) 2007-201 3Oracle Corporation7 * Copyright (C) 2007-2016 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/darwin/vboxfs/Makefile.kmk
r57063 r62523 3 3 # VirtualBox Shared Folders driver 4 4 # 5 # Copyright (C) 2007-201 3Oracle Corporation5 # Copyright (C) 2007-2016 Oracle Corporation 6 6 # 7 7 -
trunk/src/VBox/Additions/darwin/vboxfs/VBoxVFS-VFSOps.cpp
r58195 r62523 5 5 6 6 /* 7 * Copyright (C) 2013-201 5Oracle Corporation7 * Copyright (C) 2013-2016 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/darwin/vboxfs/VBoxVFS-VNODEOps.cpp
r58195 r62523 5 5 6 6 /* 7 * Copyright (C) 2013-201 5Oracle Corporation7 * Copyright (C) 2013-2016 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/darwin/vboxfs/VBoxVFS-utils.cpp
r58195 r62523 5 5 6 6 /* 7 * Copyright (C) 2013-201 5Oracle Corporation7 * Copyright (C) 2013-2016 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/darwin/vboxfs/VBoxVFS.cpp
r58196 r62523 5 5 6 6 /* 7 * Copyright (C) 2013-201 5Oracle Corporation7 * Copyright (C) 2013-2016 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/darwin/vboxfs/mount.vboxvfs.c
r57063 r62523 5 5 6 6 /* 7 * Copyright (C) 2013-201 5Oracle Corporation7 * Copyright (C) 2013-2016 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/darwin/vboxfs/vboxvfs.h
r58203 r62523 5 5 6 6 /* 7 * Copyright (C) 2013-201 5Oracle Corporation7 * Copyright (C) 2013-2016 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.