Changeset 72627 in vbox for trunk/src/VBox/Additions/linux/sharedfolders/vfsmod.c
- Timestamp:
- Jun 20, 2018 1:53:28 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/linux/sharedfolders/vfsmod.c
r70801 r72627 11 11 12 12 /* 13 * Copyright (C) 2006-2017 Oracle Corporation 14 * 15 * This file is part of VirtualBox Open Source Edition (OSE), as 16 * available from http://www.virtualbox.org. This file is free software; 17 * you can redistribute it and/or modify it under the terms of the GNU 18 * General Public License (GPL) as published by the Free Software 19 * Foundation, in version 2 as it comes in the "COPYING" file of the 20 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 21 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 13 * Copyright (C) 2006-2018 Oracle Corporation 14 * 15 * Permission is hereby granted, free of charge, to any person 16 * obtaining a copy of this software and associated documentation 17 * files (the "Software"), to deal in the Software without 18 * restriction, including without limitation the rights to use, 19 * copy, modify, merge, publish, distribute, sublicense, and/or sell 20 * copies of the Software, and to permit persons to whom the 21 * Software is furnished to do so, subject to the following 22 * conditions: 23 * 24 * The above copyright notice and this permission notice shall be 25 * included in all copies or substantial portions of the Software. 26 * 27 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 28 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES 29 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 30 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT 31 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 32 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 33 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 34 * OTHER DEALINGS IN THE SOFTWARE. 22 35 */ 23 36 … … 37 50 MODULE_DESCRIPTION(VBOX_PRODUCT " VFS Module for Host File System Access"); 38 51 MODULE_AUTHOR(VBOX_VENDOR); 39 MODULE_LICENSE("GPL ");52 MODULE_LICENSE("GPL and additional rights"); 40 53 #ifdef MODULE_ALIAS_FS 41 54 MODULE_ALIAS_FS("vboxsf");
Note:
See TracChangeset
for help on using the changeset viewer.