Changeset 25883 in vbox for trunk/src/VBox/Additions/solaris/SharedFolders
- Timestamp:
- Jan 18, 2010 11:37:07 AM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 56691
- Location:
- trunk/src/VBox/Additions/solaris/SharedFolders
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/solaris/SharedFolders/vboxfs_prov.c
r25756 r25883 6 6 * Copyright (C) 2008 Sun Microsystems, Inc. 7 7 * 8 * Sun Microsystems, Inc. confidential 9 * All rights reserved 8 * This file is part of VirtualBox Open Source Edition (OSE), as 9 * available from http://www.virtualbox.org. This file is free software; 10 * you can redistribute it and/or modify it under the terms of the GNU 11 * General Public License (GPL) as published by the Free Software 12 * Foundation, in version 2 as it comes in the "COPYING" file of the 13 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 14 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 15 * 16 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa 17 * Clara, CA 95054 USA or visit http://www.sun.com if you need 18 * additional information or have any questions. 10 19 */ 11 20 /* -
trunk/src/VBox/Additions/solaris/SharedFolders/vboxfs_vfs.c
r25756 r25883 6 6 * Copyright (C) 2009 Sun Microsystems, Inc. 7 7 * 8 * Sun Microsystems, Inc. confidential 9 * All rights reserved 8 * This file is part of VirtualBox Open Source Edition (OSE), as 9 * available from http://www.virtualbox.org. This file is free software; 10 * you can redistribute it and/or modify it under the terms of the GNU 11 * General Public License (GPL) as published by the Free Software 12 * Foundation, in version 2 as it comes in the "COPYING" file of the 13 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 14 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 15 * 16 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa 17 * Clara, CA 95054 USA or visit http://www.sun.com if you need 18 * additional information or have any questions. 10 19 */ 11 20 -
trunk/src/VBox/Additions/solaris/SharedFolders/vboxfs_vnode.c
r25756 r25883 6 6 * Copyright (C) 2009 Sun Microsystems, Inc. 7 7 * 8 * Sun Microsystems, Inc. confidential 9 * All rights reserved 8 * This file is part of VirtualBox Open Source Edition (OSE), as 9 * available from http://www.virtualbox.org. This file is free software; 10 * you can redistribute it and/or modify it under the terms of the GNU 11 * General Public License (GPL) as published by the Free Software 12 * Foundation, in version 2 as it comes in the "COPYING" file of the 13 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 14 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 15 * 16 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa 17 * Clara, CA 95054 USA or visit http://www.sun.com if you need 18 * additional information or have any questions. 10 19 */ 11 20
Note:
See TracChangeset
for help on using the changeset viewer.