From 08ea3045ed6c4bcaac42c6a372dc8f102e6af608 Mon Sep 17 00:00:00 2001 From: Jan Kotas Date: Sat, 4 May 2024 11:00:04 -0700 Subject: [PATCH 1/3] Clarify Windows license information - DiaSymReader is used by both runtime and SDK - ucrtbase is no longer included in .NET 7+ --- license-information-windows.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/license-information-windows.md b/license-information-windows.md index 0dd85c057c..fac7b7cdf3 100644 --- a/license-information-windows.md +++ b/license-information-windows.md @@ -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) * D3DCompiler_47_cor3.dll (used by WPF) The following binaries are licensed with the @@ -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) From 4a1c9ee5dc5b699b1301830e63195e9ad7adfae3 Mon Sep 17 00:00:00 2001 From: Jan Kotas Date: Sat, 4 May 2024 12:27:16 -0700 Subject: [PATCH 2/3] Update license-information-windows.md Co-authored-by: Rich Lander --- license-information-windows.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/license-information-windows.md b/license-information-windows.md index fac7b7cdf3..b1d32c1d9e 100644 --- a/license-information-windows.md +++ b/license-information-windows.md @@ -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 before .NET 7.0) -* ucrtbase.dll (used by .NET runtime before .NET 7.0) +* 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 From db2b45d8658d6fc29c1da5080cd96806a92def6a Mon Sep 17 00:00:00 2001 From: Jan Kotas Date: Sat, 4 May 2024 12:29:53 -0700 Subject: [PATCH 3/3] FB --- license-information-windows.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/license-information-windows.md b/license-information-windows.md index b1d32c1d9e..387aeba3e2 100644 --- a/license-information-windows.md +++ b/license-information-windows.md @@ -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, .NET 6 and earlier) -* ucrtbase.dll (used by .NET runtime, .NET 6 and earlier) +* 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