Skip to content
This repository was archived by the owner on May 21, 2019. It is now read-only.

Commit 4b12196

Browse files
committed
compiler_rt is now dual licensed under MIT and UIUC license.
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@119389 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent 1d16fde commit 4b12196

File tree

2 files changed

+36
-23
lines changed

2 files changed

+36
-23
lines changed

LICENSE.TXT

Lines changed: 33 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,21 @@
11
==============================================================================
2-
LLVM Release License
2+
compiler_rt License
33
==============================================================================
4+
5+
The compiler_rt library is dual licensed under both the University of Illinois
6+
"BSD-Like" license and the MIT license. As a user of this code you may choose
7+
to use it under either license. As a contributor, you agree to allow your code
8+
to be used under both.
9+
10+
Full text of the relevant licenses is included below.
11+
12+
==============================================================================
13+
414
University of Illinois/NCSA
515
Open Source License
616

7-
Copyright (c) 2003-2009 University of Illinois at Urbana-Champaign.
17+
Copyright (c) 2009-2010 by the contributors listed in CREDITS.TXT
18+
819
All rights reserved.
920

1021
Developed by:
@@ -43,21 +54,23 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS WITH THE
4354
SOFTWARE.
4455

4556
==============================================================================
46-
Copyrights and Licenses for Third Party Software Distributed with LLVM:
47-
==============================================================================
48-
The LLVM software contains code written by third parties. Such software will
49-
have its own individual LICENSE.TXT file in the directory in which it appears.
50-
This file will describe the copyrights, license, and restrictions which apply
51-
to that code.
52-
53-
The disclaimer of warranty in the University of Illinois Open Source License
54-
applies to all code in the LLVM Distribution, and nothing in any of the
55-
other licenses gives permission to use the names of the LLVM Team or the
56-
University of Illinois to endorse or promote products derived from this
57-
Software.
58-
59-
The following pieces of software have additional or alternate copyrights,
60-
licenses, and/or restrictions:
61-
62-
Program Directory
63-
------- ---------
57+
58+
Copyright (c) 2009-2010 by the contributors listed in CREDITS.TXT
59+
60+
Permission is hereby granted, free of charge, to any person obtaining a copy
61+
of this software and associated documentation files (the "Software"), to deal
62+
in the Software without restriction, including without limitation the rights
63+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
64+
copies of the Software, and to permit persons to whom the Software is
65+
furnished to do so, subject to the following conditions:
66+
67+
The above copyright notice and this permission notice shall be included in
68+
all copies or substantial portions of the Software.
69+
70+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
71+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
72+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
73+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
74+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
75+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
76+
THE SOFTWARE.

www/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ <h1>"compiler-rt" Runtime Library</h1>
2323
call to the "__fixunsdfdi" function. The compiler-rt library provides
2424
optimized implementations of this and other low-level routines.</p>
2525

26-
<p>All of the code in the compiler-rt project is available under the standard
27-
<a href="http://llvm.org/docs/DeveloperPolicy.html#license">LLVM
28-
License</a>, a "BSD-style" license.</p>
26+
<p>All of the code in the compiler-rt project is <a
27+
href="http://llvm.org/docs/DeveloperPolicy.html#license">dual licensed</a>
28+
under the MIT license and the UIUC License (a BSD-like license).</p>
2929

3030
<!--=====================================================================-->
3131
<h2 id="goals">Goals</h2>

0 commit comments

Comments
 (0)