github.com/prattmic/llgo-embedded@v0.0.0-20150820070356-41cfecea0e1e/LICENSE.TXT (about)

     1  The llgo distribution, excluding the contents of the 'include' and
     2  'third_party' directories, is licensed under the University of Illinois
     3  "BSD-Like" license.
     4  
     5  The contents of the 'include' directory are dual licensed under both the
     6  University of Illinois "BSD-Like" license and the MIT license.  As a user of
     7  this code you may choose to use it under either license.  As a contributor,
     8  you agree to allow your code to be used under both.
     9  
    10  Full text of the relevant licenses is included below.
    11  
    12  ==============================================================================
    13  LLVM Release License
    14  ==============================================================================
    15  University of Illinois/NCSA
    16  Open Source License
    17  
    18  Copyright (c) 2007-2015 University of Illinois at Urbana-Champaign.
    19  All rights reserved.
    20  
    21  Developed by:
    22  
    23      LLVM Team
    24  
    25      http://llvm.org
    26  
    27  Permission is hereby granted, free of charge, to any person obtaining a copy of
    28  this software and associated documentation files (the "Software"), to deal with
    29  the Software without restriction, including without limitation the rights to
    30  use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
    31  of the Software, and to permit persons to whom the Software is furnished to do
    32  so, subject to the following conditions:
    33  
    34      * Redistributions of source code must retain the above copyright notice,
    35        this list of conditions and the following disclaimers.
    36  
    37      * Redistributions in binary form must reproduce the above copyright notice,
    38        this list of conditions and the following disclaimers in the
    39        documentation and/or other materials provided with the distribution.
    40  
    41      * Neither the names of the LLVM Team, University of Illinois at
    42        Urbana-Champaign, nor the names of its contributors may be used to
    43        endorse or promote products derived from this Software without specific
    44        prior written permission.
    45  
    46  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
    47  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
    48  FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
    49  CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
    50  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
    51  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS WITH THE
    52  SOFTWARE.
    53  
    54  ==============================================================================
    55  
    56  Permission is hereby granted, free of charge, to any person obtaining a copy
    57  of this software and associated documentation files (the "Software"), to deal
    58  in the Software without restriction, including without limitation the rights
    59  to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
    60  copies of the Software, and to permit persons to whom the Software is
    61  furnished to do so, subject to the following conditions:
    62  
    63  The above copyright notice and this permission notice shall be included in
    64  all copies or substantial portions of the Software.
    65  
    66  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
    67  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
    68  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
    69  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
    70  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
    71  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
    72  THE SOFTWARE.
    73  
    74  ==============================================================================
    75  The LLVM software contains code written by third parties.  Such software will
    76  have its own individual LICENSE or COPYING file in the directory in which it
    77  appears. This file will describe the copyrights, license, and restrictions
    78  which apply to that code.
    79  
    80  The disclaimer of warranty in the University of Illinois Open Source License
    81  applies to all code in the LLVM Distribution, and nothing in any of the
    82  other licenses gives permission to use the names of the LLVM Team or the
    83  University of Illinois to endorse or promote products derived from this
    84  Software.
    85  
    86  The following pieces of software have additional or alternate copyrights,
    87  licenses, and/or restrictions:
    88  
    89  Program             Directory
    90  -------             ---------
    91  go.tools            third_party/gotools
    92  gofrontend          third_party/gofrontend
    93  liner               third_party/liner
    94