github.com/mutagen-io/mutagen@v0.18.0-rc1/LICENSE (about)

     1  Unless otherwise specified, all code in this repository is made available under
     2  the terms of the MIT License, the text of which can be found below.
     3  
     4  Some code has been forked and/or vendored from projects released under different
     5  non-copyleft licenses, all of which are indicated by comments at the top of the
     6  relevant files.
     7  
     8  All code that resides under the sspl directory is made available under the terms
     9  of the Server Side Public License, the text of which can be found in
    10  sspl/LICENSE.
    11  
    12  From Mutagen v0.17 onward, SSPL-licensed code is included by default in official
    13  Mutagen release builds. Users wishing to create a Mutagen build with only
    14  MIT-licensed and non-copyleft-licensed code can do so by running the build
    15  script and omitting the --sspl flag. The sidecar Dockerfile also still defines
    16  both non-SSPL and SSPL targets, both of which are still currently shipped.
    17  
    18  --------------------------------------------------------------------------------
    19  
    20  MIT License
    21  
    22  Copyright (c) 2016-present Mutagen IO, Inc.
    23  
    24  Permission is hereby granted, free of charge, to any person obtaining a copy
    25  of this software and associated documentation files (the "Software"), to deal
    26  in the Software without restriction, including without limitation the rights
    27  to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
    28  copies of the Software, and to permit persons to whom the Software is
    29  furnished to do so, subject to the following conditions:
    30  
    31  The above copyright notice and this permission notice shall be included in all
    32  copies or substantial portions of the Software.
    33  
    34  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
    35  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
    36  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
    37  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
    38  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
    39  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
    40  SOFTWARE.