Skip to content

Commit

Permalink
Clarify Windows license information (#9296)
Browse files Browse the repository at this point in the history
* Clarify Windows license information
- DiaSymReader is used by both runtime and SDK
- ucrtbase is no longer included in .NET 7+

* Update license-information-windows.md

Co-authored-by: Rich Lander <[email protected]>

---------

Co-authored-by: Rich Lander <[email protected]>
  • Loading branch information
jkotas and richlander committed May 4, 2024
1 parent c16344e commit 8ce8953
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions license-information-windows.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
# License information for .NET on Windows

The Windows distribution of .NET 5.0 and later releases contains files that are provided under
multiple licenses.
The Windows distribution of .NET contains files that are provided under multiple licenses.
This information is provided to help you understand the license terms that
apply to your use. By using any or all of these files you agree to their associated license terms.

The following binaries are licensed with the
[Windows SDK License](https://learn.microsoft.com/legal/windows-sdk/license):

* api-ms-\*.\* (used by .NET runtime)
* ucrtbase.dll (used by .NET runtime)
* api-ms-\*.\* (used by .NET runtime, .NET 6 and earlier)
* ucrtbase.dll (used by .NET runtime, .NET 6 and earlier)
* D3DCompiler_47_cor3.dll (used by WPF)

The following binaries are licensed with the
Expand All @@ -23,7 +22,7 @@ The following binaries are licensed with the
(not as a "trial"):

* vcruntime140_cor3.dll (used by WPF)
* Microsoft.DiaSymReader.Native.{x86|amd64|arm|arm64}.dll (used by .NET SDK)
* Microsoft.DiaSymReader.Native.{x86|amd64|arm|arm64}.dll (used by .NET runtime and SDK)

All other binaries and files are licensed with the
[MIT license](https://github.com/dotnet/core/blob/main/LICENSE.TXT)
Expand Down

0 comments on commit 8ce8953

Please sign in to comment.