Changeset 69498 in vbox for trunk/src/VBox/Additions/freebsd
- Timestamp:
- Oct 28, 2017 3:07:25 PM (7 years ago)
- Location:
- trunk/src/VBox/Additions/freebsd
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/freebsd/Installer/vboxguest.sh
r69496 r69498 6 6 7 7 # 8 # Copyright (C) 2008-201 7Oracle Corporation8 # Copyright (C) 2008-2010 Oracle Corporation 9 9 # 10 10 # This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/freebsd/Makefile
r69496 r69498 4 4 5 5 # 6 # Copyright (C) 2009-201 7Oracle Corporation6 # Copyright (C) 2009-2010 Oracle Corporation 7 7 # 8 8 # This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/freebsd/drm/Makefile
r69496 r69498 5 5 6 6 # 7 # Copyright (C) 2006-201 7Oracle Corporation7 # Copyright (C) 2006-2010 Oracle Corporation 8 8 # 9 9 # This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/freebsd/drm/files_vboxvideo_drm
r69496 r69498 6 6 7 7 # 8 # Copyright (C) 2007-201 7Oracle Corporation8 # Copyright (C) 2007-2010 Oracle Corporation 9 9 # 10 10 # This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/freebsd/drm/vboxvideo_drm.c
r69496 r69498 6 6 7 7 /* 8 * Copyright (C) 2006-201 7Oracle Corporation8 * Copyright (C) 2006-2016 Oracle Corporation 9 9 * 10 10 * This file is part of VirtualBox Open Source Edition (OSE), as … … 15 15 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 16 16 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 17 * -------------------------------------------------------------------- 17 18 * 18 19 * This code is based on: -
trunk/src/VBox/Additions/freebsd/vboxvfs/vboxvfs.h
r69496 r69498 5 5 6 6 /* 7 * Copyright (C) 2010-201 7Oracle 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/freebsd/vboxvfs/vboxvfs_vfsops.c
r69496 r69498 5 5 6 6 /* 7 * Copyright (C) 2008-201 7Oracle Corporation7 * Copyright (C) 2008-2016 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/freebsd/vboxvfs/vboxvfs_vnops.c
r69496 r69498 5 5 6 6 /* 7 * Copyright (C) 2008-201 7Oracle Corporation7 * Copyright (C) 2008-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.