-
Notifications
You must be signed in to change notification settings - Fork 122
/
LICENSE-3RD-PARTY.txt
50 lines (40 loc) · 2.32 KB
/
LICENSE-3RD-PARTY.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
********************************************************************************
Copyrights and Licenses for third party dependencies of ILGPU.
ILGPU Dependencies:
- System.Collections.Immutable
(https://www.nuget.org/packages/System.Collections.Immutable)
- System.Memory
(https://www.nuget.org/packages/System.Memory)
- System.Reflection.Metadata
(https://www.nuget.org/packages/System.Reflection.Metadata)
- System.Runtime.CompilerServices.Unsafe
(https://www.nuget.org/packages/system.runtime.CompilerServices.Unsafe/)
- .NET Runtime
(https://github.com/dotnet/runtime/)
********************************************************************************
********************************************************************************
ILGPU Compiler Dependency: System.Collections.Immutable
********************************************************************************
System.Collections.Immutable license can be found via:
http://go.microsoft.com/fwlink/?LinkId=329770
********************************************************************************
ILGPU Compiler Dependency: System.Memory
********************************************************************************
System.Memory license can be found via:
http://go.microsoft.com/fwlink/?LinkId=329770
********************************************************************************
ILGPU Compiler Dependency: System.Reflection.Metadata
********************************************************************************
System.Reflection.Metadata license can be found via:
http://go.microsoft.com/fwlink/?LinkId=329770
********************************************************************************
ILGPU Compiler Dependency: System.Runtime.CompilerServices.Unsafe
********************************************************************************
System.Runtime.CompilerServices.Unsafe license can be found via:
http://go.microsoft.com/fwlink/?LinkId=329770
********************************************************************************
ILGPU Compiler Dependency: .NET Runtime
For compatibility with older frameworks, parts of ILGPU makes use of source
code for Nullable Attributes from the .NET runtime. This code is licensed
under the MIT license, and can be found via:
https://raw.githubusercontent.com/dotnet/runtime/v7.0.0/LICENSE.TXT