summaryrefslogtreecommitdiff
path: root/THIRD-PARTY-NOTICES
diff options
context:
space:
mode:
authorEvgeny Pavlov <lucenticus@gmail.com>2016-07-21 20:41:54 +0400
committerJan Kotas <jkotas@microsoft.com>2016-07-21 09:41:54 -0700
commitbfe11c1f9326134daf9dd6f471b1d0b947437cf0 (patch)
treea67504738319bcba3f00d19d96a79b0496706260 /THIRD-PARTY-NOTICES
parent952151c221980e7722c6fcdc3d1ba1efafc63ceb (diff)
downloadcoreclr-bfe11c1f9326134daf9dd6f471b1d0b947437cf0.tar.gz
coreclr-bfe11c1f9326134daf9dd6f471b1d0b947437cf0.tar.bz2
coreclr-bfe11c1f9326134daf9dd6f471b1d0b947437cf0.zip
Add ELF.h and Dwarf.h from LLVM for gdbjit feature implementation. (#6383)
Files were copied from http://llvm.org/git/llvm.git repo, commit: 8b47c17a53d683f313eaaa93c4a53de26d8fcba5
Diffstat (limited to 'THIRD-PARTY-NOTICES')
-rw-r--r--THIRD-PARTY-NOTICES46
1 files changed, 46 insertions, 0 deletions
diff --git a/THIRD-PARTY-NOTICES b/THIRD-PARTY-NOTICES
index 9f51a37de5..9623cf8fb3 100644
--- a/THIRD-PARTY-NOTICES
+++ b/THIRD-PARTY-NOTICES
@@ -39,3 +39,49 @@ TASK FORCE DISCLAIMS ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING
BUT NOT LIMITED TO ANY WARRANTY THAT THE USE OF THE INFORMATION
HEREIN WILL NOT INFRINGE ANY RIGHTS OR ANY IMPLIED WARRANTIES OF
MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
+
+License notice for The LLVM Compiler Infrastructure
+---------------------------------------------------
+==============================================================================
+LLVM Release License
+==============================================================================
+University of Illinois/NCSA
+Open Source License
+
+Copyright (c) 2003-2015 University of Illinois at Urbana-Champaign.
+All rights reserved.
+
+Developed by:
+
+ LLVM Team
+
+ University of Illinois at Urbana-Champaign
+
+ http://llvm.org
+
+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:
+
+ * Redistributions of source code must retain the above copyright notice,
+ this list of conditions and the following disclaimers.
+
+ * 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.
+
+ * Neither the names of the LLVM Team, University of Illinois at
+ Urbana-Champaign, nor the names of its contributors may be used to
+ endorse or promote products derived from this Software without specific
+ prior written permission.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
+FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS WITH THE
+SOFTWARE.