Merge pull request #6859 from adiaaida/addNMakeOption
[platform/upstream/coreclr.git] / THIRD-PARTY-NOTICES
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            dotnet@microsoft.com
11
12 The attached notices are provided for information only.
13
14 License notice for RFC 3492
15 ---------------------------
16
17 Copyright (C) The Internet Society (2003).  All Rights Reserved.
18
19 This document and translations of it may be copied and furnished to
20 others, and derivative works that comment on or otherwise explain it
21 or assist in its implementation may be prepared, copied, published
22 and distributed, in whole or in part, without restriction of any
23 kind, provided that the above copyright notice and this paragraph are
24 included on all such copies and derivative works.  However, this
25 document itself may not be modified in any way, such as by removing
26 the copyright notice or references to the Internet Society or other
27 Internet organizations, except as needed for the purpose of
28 developing Internet standards in which case the procedures for
29 copyrights defined in the Internet Standards process must be
30 followed, or as required to translate it into languages other than
31 English.
32
33 The limited permissions granted above are perpetual and will not be
34 revoked by the Internet Society or its successors or assigns.
35
36 This document and the information contained herein is provided on an
37 "AS IS" basis and THE INTERNET SOCIETY AND THE INTERNET ENGINEERING
38 TASK FORCE DISCLAIMS ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING
39 BUT NOT LIMITED TO ANY WARRANTY THAT THE USE OF THE INFORMATION
40 HEREIN WILL NOT INFRINGE ANY RIGHTS OR ANY IMPLIED WARRANTIES OF
41 MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
42
43 License notice for The LLVM Compiler Infrastructure
44 ---------------------------------------------------
45 ==============================================================================
46 LLVM Release License
47 ==============================================================================
48 University of Illinois/NCSA
49 Open Source License
50
51 Copyright (c) 2003-2015 University of Illinois at Urbana-Champaign.
52 All rights reserved.
53
54 Developed by:
55
56     LLVM Team
57
58     University of Illinois at Urbana-Champaign
59
60     http://llvm.org
61
62 Permission is hereby granted, free of charge, to any person obtaining a copy of
63 this software and associated documentation files (the "Software"), to deal with
64 the Software without restriction, including without limitation the rights to
65 use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
66 of the Software, and to permit persons to whom the Software is furnished to do
67 so, subject to the following conditions:
68
69     * Redistributions of source code must retain the above copyright notice,
70       this list of conditions and the following disclaimers.
71
72     * Redistributions in binary form must reproduce the above copyright notice,
73       this list of conditions and the following disclaimers in the
74       documentation and/or other materials provided with the distribution.
75
76     * Neither the names of the LLVM Team, University of Illinois at
77       Urbana-Champaign, nor the names of its contributors may be used to
78       endorse or promote products derived from this Software without specific
79       prior written permission.
80
81 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
82 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
83 FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
84 CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
85 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
86 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS WITH THE
87 SOFTWARE.
88
89 License notice for Bit Twiddling Hacks
90 --------------------------------------
91
92 Bit Twiddling Hacks
93
94 By Sean Eron Anderson
95 seander@cs.stanford.edu
96
97 Individually, the code snippets here are in the public domain (unless otherwise
98 noted) — feel free to use them however you please. The aggregate collection and
99 descriptions are © 1997-2005 Sean Eron Anderson. The code and descriptions are
100 distributed in the hope that they will be useful, but WITHOUT ANY WARRANTY and
101 without even the implied warranty of merchantability or fitness for a particular
102 purpose. 
103