|
| 1 | +.NET Core uses third-party libraries or other resources that may be |
| 2 | +distributed under licenses different than the .NET Core software. |
| 3 | + |
| 4 | +Attributions and licence notices for test cases originally authored by |
| 5 | +third parties can be found in the respective test directories. |
| 6 | + |
| 7 | +In the event that we accidentally failed to list a required notice, please |
| 8 | +bring it to our attention. Post an issue or email us: |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | +The attached notices are provided for information only. |
| 13 | + |
| 14 | +License notice for The LLVM Compiler Infrastructure |
| 15 | +--------------------------------------------------- |
| 16 | +============================================================================== |
| 17 | +LLVM Release License |
| 18 | +============================================================================== |
| 19 | +University of Illinois/NCSA |
| 20 | +Open Source License |
| 21 | + |
| 22 | +Copyright (c) 2003-2015 University of Illinois at Urbana-Champaign. |
| 23 | +All rights reserved. |
| 24 | + |
| 25 | +Developed by: |
| 26 | + |
| 27 | + LLVM Team |
| 28 | + |
| 29 | + University of Illinois at Urbana-Champaign |
| 30 | + |
| 31 | + http://llvm.org |
| 32 | + |
| 33 | +Permission is hereby granted, free of charge, to any person obtaining a copy of |
| 34 | +this software and associated documentation files (the "Software"), to deal with |
| 35 | +the Software without restriction, including without limitation the rights to |
| 36 | +use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies |
| 37 | +of the Software, and to permit persons to whom the Software is furnished to do |
| 38 | +so, subject to the following conditions: |
| 39 | + |
| 40 | + * Redistributions of source code must retain the above copyright notice, |
| 41 | + this list of conditions and the following disclaimers. |
| 42 | + |
| 43 | + * Redistributions in binary form must reproduce the above copyright notice, |
| 44 | + this list of conditions and the following disclaimers in the |
| 45 | + documentation and/or other materials provided with the distribution. |
| 46 | + |
| 47 | + * Neither the names of the LLVM Team, University of Illinois at |
| 48 | + Urbana-Champaign, nor the names of its contributors may be used to |
| 49 | + endorse or promote products derived from this Software without specific |
| 50 | + prior written permission. |
| 51 | + |
| 52 | +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
| 53 | +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS |
| 54 | +FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
| 55 | +CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
| 56 | +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
| 57 | +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS WITH THE |
| 58 | +SOFTWARE. |
| 59 | + |
0 commit comments