Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clarify Windows license information #9296

Merged
merged 3 commits into from
May 4, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions license-information-windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ apply to your use. By using any or all of these files you agree to their associa
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 before .NET 7.0)
* ucrtbase.dll (used by .NET runtime before .NET 7.0)
jkotas marked this conversation as resolved.
Show resolved Hide resolved
* D3DCompiler_47_cor3.dll (used by WPF)

The following binaries are licensed with the
Expand All @@ -23,7 +23,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
Loading