From e7f96674f80f8833f7f8b0e1441d6402aeac8a4f Mon Sep 17 00:00:00 2001 From: Roger Briggen <46163208+rogerbriggen@users.noreply.github.com> Date: Fri, 6 Mar 2026 15:22:53 +0100 Subject: [PATCH 1/3] Update license notice from Apache to MIT Update ASP.NET license Fix #125270 --- THIRD-PARTY-NOTICES.TXT | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/THIRD-PARTY-NOTICES.TXT b/THIRD-PARTY-NOTICES.TXT index eeec9947a1145e..f7153d7f62dccb 100644 --- a/THIRD-PARTY-NOTICES.TXT +++ b/THIRD-PARTY-NOTICES.TXT @@ -12,7 +12,7 @@ License notice for ASP.NET ------------------------------- Copyright (c) .NET Foundation. All rights reserved. -Licensed under the Apache License, Version 2.0. +Licensed under the MIT license (MIT) Available at https://github.com/dotnet/aspnetcore/blob/main/LICENSE.txt From 0feb4f382b44eb5331b72a4c3021cd46d65a299d Mon Sep 17 00:00:00 2001 From: Roger Briggen <46163208+rogerbriggen@users.noreply.github.com> Date: Fri, 6 Mar 2026 15:25:23 +0100 Subject: [PATCH 2/3] Correct license notice formatting in THIRD-PARTY-NOTICES --- THIRD-PARTY-NOTICES.TXT | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/THIRD-PARTY-NOTICES.TXT b/THIRD-PARTY-NOTICES.TXT index f7153d7f62dccb..033db7e5e46e5d 100644 --- a/THIRD-PARTY-NOTICES.TXT +++ b/THIRD-PARTY-NOTICES.TXT @@ -12,7 +12,7 @@ License notice for ASP.NET ------------------------------- Copyright (c) .NET Foundation. All rights reserved. -Licensed under the MIT license (MIT) +Licensed under the MIT License (MIT) Available at https://github.com/dotnet/aspnetcore/blob/main/LICENSE.txt From a9d3ddd7283de095f141322b793242adeab7b805 Mon Sep 17 00:00:00 2001 From: Roger Briggen <46163208+rogerbriggen@users.noreply.github.com> Date: Sun, 8 Mar 2026 13:34:09 +0100 Subject: [PATCH 3/3] Update license notice from Apache to MIT Update ASP.NET license Fix #125270 --- src/installer/pkg/THIRD-PARTY-NOTICES.TXT | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/installer/pkg/THIRD-PARTY-NOTICES.TXT b/src/installer/pkg/THIRD-PARTY-NOTICES.TXT index d4ec4333fbfc0f..2381d7088e8a0d 100644 --- a/src/installer/pkg/THIRD-PARTY-NOTICES.TXT +++ b/src/installer/pkg/THIRD-PARTY-NOTICES.TXT @@ -12,7 +12,7 @@ License notice for ASP.NET ------------------------------- Copyright (c) .NET Foundation. All rights reserved. -Licensed under the Apache License, Version 2.0. +Licensed under the MIT License (MIT) Available at https://github.com/dotnet/aspnetcore/blob/main/LICENSE.txt