VirtualBox

Ignore:
Timestamp:
Jun 20, 2018 1:53:28 PM (7 years ago)
Author:
vboxsync
Message:

Additions: relicence components needed for Linux shared folders to MIT.
bugref:9109: Shared folders: update to match in-kernel code more closely
This change makes the code on which the Linux kernel shared folder patch is
based MIT-licenced, so that the version in the Linux kernel can be too. This
would make it easier to move code back and forth.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/linux/sharedfolders/vfsmod.c

    r70801 r72627  
    1111
    1212/*
    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.
    2235 */
    2336
     
    3750MODULE_DESCRIPTION(VBOX_PRODUCT " VFS Module for Host File System Access");
    3851MODULE_AUTHOR(VBOX_VENDOR);
    39 MODULE_LICENSE("GPL");
     52MODULE_LICENSE("GPL and additional rights");
    4053#ifdef MODULE_ALIAS_FS
    4154MODULE_ALIAS_FS("vboxsf");
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette