From b8cf0bb2e2c436733c8cbd4c53b8d7149d5e8d28 Mon Sep 17 00:00:00 2001 From: Rakesh Singh Date: Thu, 4 Oct 2018 12:02:29 -0700 Subject: [PATCH] Replace MIT License with .NET Library EULA in setup bundle (dotnet/core-setup#4588) * Replace MIT License with .NET Library EULA in setup bundle * fix url to use https instead of http Commit migrated from https://github.com/dotnet/core-setup/commit/b3b533c92fa1911767d382d174b6f2e6356cfae1 --- src/installer/pkg/packaging/windows/sharedframework/bundle.thm | 2 +- src/installer/pkg/packaging/windows/sharedframework/bundle.wxl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/installer/pkg/packaging/windows/sharedframework/bundle.thm b/src/installer/pkg/packaging/windows/sharedframework/bundle.thm index 36275b5..eb802ce 100644 --- a/src/installer/pkg/packaging/windows/sharedframework/bundle.thm +++ b/src/installer/pkg/packaging/windows/sharedframework/bundle.thm @@ -28,7 +28,7 @@ #(loc.LearnMoreTitle) #(loc.DocumentationLink) #(loc.PrivacyStatementLink) - #(loc.MITLicenseLink) + #(loc.EulaLink) diff --git a/src/installer/pkg/packaging/windows/sharedframework/bundle.wxl b/src/installer/pkg/packaging/windows/sharedframework/bundle.wxl index c9a8b3a..f51ebe7 100644 --- a/src/installer/pkg/packaging/windows/sharedframework/bundle.wxl +++ b/src/installer/pkg/packaging/windows/sharedframework/bundle.wxl @@ -67,6 +67,6 @@ Ready? Set? Let's go! <A HREF="https://aka.ms/dotnet-tutorials">Tutorials</A> <A HREF="https://aka.ms/dotnet-cli-telemetry">.NET Core Telemetry</A> <A HREF="https://aka.ms/dev-privacy">Privacy Statement</A> - <A HREF="https://aka.ms/dotnet-license">MIT License</A> + <A HREF="https://go.microsoft.com/fwlink/?LinkId=329770">.NET Library EULA</A> -- 2.7.4