components/llvm/llvm.license
changeset 5434 9f55c805ce9d
equal deleted inserted replaced
5428:3c05d530e67e 5434:9f55c805ce9d
       
     1 Clang/LLVM copyrights and licenses:
       
     2 
       
     3 1. NCSA License: http://opensource.org/licenses/NCSA
       
     4 
       
     5 ==============================================================================
       
     6 LLVM Release License
       
     7 ==============================================================================
       
     8 University of Illinois/NCSA
       
     9 Open Source License
       
    10 
       
    11 Copyright (c) 2003-2012 University of Illinois at Urbana-Champaign.
       
    12 All rights reserved.
       
    13 
       
    14 Developed by:
       
    15 	LLVM Team
       
    16 	University of Illinois at Urbana-Champaign
       
    17 	http://llvm.org
       
    18 
       
    19 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal with the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
       
    20 
       
    21 	* Redistributions of source code must retain the above copyright notice,
       
    22       this list of conditions and the following disclaimers.
       
    23 
       
    24 	* Redistributions in binary form must reproduce the above copyright 	notice, this list of conditions and the following disclaimers in the 	documentation and/or other materials provided with the distribution.
       
    25 
       
    26 	* Neither the names of the LLVM Team, University of Illinois at
       
    27 	Urbana-Champaign, nor the names of its contributors may be used to
       
    28 	endorse or promote products derived from this Software without specific
       
    29 	prior written permission.
       
    30 
       
    31 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
       
    32 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
       
    33 CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
       
    34 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
       
    35 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS WITH THE SOFTWARE.
       
    36 
       
    37 ==============================================================================
       
    38 Copyrights and Licenses for Third Party Software Distributed with LLVM:
       
    39 ==============================================================================
       
    40 The LLVM software contains code written by third parties.  Such software will
       
    41 have its own individual LICENSE.TXT file in the directory in which it appears.
       
    42 This file will describe the copyrights, license, and restrictions which apply
       
    43 to that code.
       
    44 
       
    45 The disclaimer of warranty in the University of Illinois Open Source License
       
    46 applies to all code in the LLVM Distribution, and nothing in any of the
       
    47 other licenses gives permission to use the names of the LLVM Team or the
       
    48 University of Illinois to endorse or promote products derived from this
       
    49 Software.
       
    50 
       
    51 The following pieces of software have additional or alternate copyrights,
       
    52 licenses, and/or restrictions:
       
    53 
       
    54 Program             Directory
       
    55 -------             ---------
       
    56 Autoconf            llvm/autoconf
       
    57                     llvm/projects/ModuleMaker/autoconf
       
    58                     llvm/projects/sample/autoconf
       
    59 CellSPU backend     llvm/lib/Target/CellSPU/README.txt
       
    60 Google Test         llvm/utils/unittest/googletest
       
    61 OpenBSD regex       llvm/lib/Support/{reg*, COPYRIGHT.regex}
       
    62 pyyaml tests        llvm/test/YAMLParser/{*.data, LICENSE.TXT}
       
    63 
       
    64 
       
    65 2. Clang/LLVM Autoconf License:
       
    66 ------------------------------------------------------------------------------
       
    67 Autoconf Files
       
    68 ------------------------------------------------------------------------------
       
    69 All autoconf files are licensed under the LLVM license with the following
       
    70 additions:
       
    71 
       
    72 llvm/autoconf/install-sh:
       
    73 	This script is licensed under the LLVM license, with the following
       
    74 	additional copyrights and restrictions:
       
    75 
       
    76 	Copyright 1991 by the Massachusetts Institute of Technology
       
    77 
       
    78 	Permission to use, copy, modify, distribute, and sell this software
       
    79 	and its documentation for any purpose is hereby granted without fee,
       
    80 	provided that the above copyright notice appear in all copies and
       
    81 	that both that copyright notice and this permission notice appear
       
    82 	in supporting documentation, and that the name of M.I.T. not be used
       
    83 	in advertising or publicity pertaining to distribution of the software
       
    84 	without specific, written prior permission.  M.I.T. makes no
       
    85 	representations about the suitability of this software for any
       
    86 	purpose.  It is provided "as is" without express or implied warranty.
       
    87 
       
    88 	Please see the source files for additional copyrights.
       
    89 
       
    90 
       
    91 3. CellSPU backend License:
       
    92 
       
    93 This code was contributed by a team from the Computer Systems Research
       
    94 Department in The Aerospace Corporation:
       
    95 
       
    96 - Scott Michel (head bottle washer and much of the non-floating point
       
    97   instructions)
       
    98 - Mark Thomas (floating point instructions)
       
    99 - Michael AuYeung (intrinsics)
       
   100 - Chandler Carruth (LLVM expertise)
       
   101 - Nehal Desai (debugging, i32 operations, RoadRunner SPU expertise)
       
   102 
       
   103 Some minor fixes added by Kalle Raiskila.
       
   104 
       
   105 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
       
   106 IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
       
   107 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, NONINFRINGEMENT, OR
       
   108 OTHERWISE.  IN NO EVENT SHALL THE AEROSPACE CORPORATION BE LIABLE FOR DAMAGES
       
   109 OF ANY KIND OR NATURE WHETHER BASED IN CONTRACT, TORT, OR OTHERWISE ARISING
       
   110 OUT OF OR IN CONNECTION WITH THE USE OF THE SOFTWARE INCLUDING, WITHOUT
       
   111 LIMITATION, DAMAGES RESULTING FROM LOST OR CONTAMINATED DATA, LOST PROFITS OR
       
   112 REVENUE, COMPUTER MALFUNCTION, OR FOR ANY SPECIAL, INCIDENTAL, CONSEQUENTIAL,
       
   113 OR PUNITIVE  DAMAGES, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES OR
       
   114 SUCH DAMAGES ARE FORESEEABLE.
       
   115 
       
   116 
       
   117 4. Google License:
       
   118 
       
   119 Copyright 2008, Google Inc.
       
   120 All rights reserved.
       
   121 
       
   122 Redistribution and use in source and binary forms, with or without
       
   123 modification, are permitted provided that the following conditions are
       
   124 met:
       
   125 
       
   126     * Redistributions of source code must retain the above copyright
       
   127 notice, this list of conditions and the following disclaimer.
       
   128     * Redistributions in binary form must reproduce the above
       
   129 copyright notice, this list of conditions and the following disclaimer
       
   130 in the documentation and/or other materials provided with the
       
   131 distribution.
       
   132     * Neither the name of Google Inc. nor the names of its
       
   133 contributors may be used to endorse or promote products derived from
       
   134 this software without specific prior written permission.
       
   135 
       
   136 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
       
   137 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
       
   138 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
       
   139 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
       
   140 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
       
   141 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
       
   142 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
       
   143 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
       
   144 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
       
   145 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
       
   146 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
       
   147 
       
   148 5. OpenBSD License:
       
   149 
       
   150 $OpenBSD: COPYRIGHT,v 1.3 2003/06/02 20:18:36 millert Exp $
       
   151 
       
   152 Copyright 1992, 1993, 1994 Henry Spencer.  All rights reserved.
       
   153 This software is not subject to any license of the American Telephone
       
   154 and Telegraph Company or of the Regents of the University of California.
       
   155 
       
   156 Permission is granted to anyone to use this software for any purpose on
       
   157 any computer system, and to alter it and redistribute it, subject
       
   158 to the following restrictions:
       
   159 
       
   160 1. The author is not responsible for the consequences of use of this
       
   161    software, no matter how awful, even if they arise from flaws in it.
       
   162 
       
   163 2. The origin of this software must not be misrepresented, either by
       
   164    explicit claim or by omission.  Since few users ever read sources,
       
   165    credits must appear in the documentation.
       
   166 
       
   167 3. Altered versions must be plainly marked as such, and must not be
       
   168    misrepresented as being the original software.  Since few users
       
   169    ever read sources, credits must appear in the documentation.
       
   170 
       
   171 4. This notice may not be removed or altered.
       
   172 
       
   173 =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
       
   174 /*-
       
   175  * Copyright (c) 1994
       
   176  *      The Regents of the University of California.  All rights reserved.
       
   177  *
       
   178  * Redistribution and use in source and binary forms, with or without
       
   179  * modification, are permitted provided that the following conditions
       
   180  * are met:
       
   181  * 1. Redistributions of source code must retain the above copyright
       
   182  *    notice, this list of conditions and the following disclaimer.
       
   183  * 2. Redistributions in binary form must reproduce the above copyright
       
   184  *    notice, this list of conditions and the following disclaimer in the
       
   185  *    documentation and/or other materials provided with the distribution.
       
   186  * 3. Neither the name of the University nor the names of its contributors
       
   187  *    may be used to endorse or promote products derived from this software
       
   188  *    without specific prior written permission.
       
   189  *
       
   190  * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
       
   191  * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
       
   192  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
       
   193  * ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
       
   194  * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
       
   195  * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
       
   196  * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
       
   197  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
       
   198  * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
       
   199  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
       
   200  * SUCH DAMAGE.
       
   201  *
       
   202  *      @(#)COPYRIGHT   8.1 (Berkeley) 3/16/94
       
   203  */
       
   204 
       
   205 6. pyyaml tests License:
       
   206 
       
   207 Copyright (c) 2006 Kirill Simonov
       
   208 
       
   209 Permission is hereby granted, free of charge, to any person obtaining a
       
   210 copy of this software and associated documentation files (the "Software"),
       
   211 to deal in the Software without restriction, including without limitation
       
   212 the rights to use, copy, modify, merge, publish, distribute, sublicense,
       
   213 and/or sell copies of the Software, and to permit persons to whom the
       
   214 Software is furnished to do so, subject to the following conditions:
       
   215 
       
   216 The above copyright notice and this permission notice shall be included in all
       
   217 copies or substantial portions of the Software.
       
   218 
       
   219 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
       
   220 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
       
   221 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
       
   222 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
       
   223 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
       
   224 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
       
   225 SOFTWARE.