From 302c9200fa99e441c22e9e0364c063d4e3a60e4d Mon Sep 17 00:00:00 2001 From: Ruben Cerna Date: Fri, 30 May 2025 14:48:02 -0700 Subject: [PATCH 1/2] Update license name --- ...License.txt => Microsoft.Data.SqlClient.SNI.5.2.3.License.txt} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename external_licenses/{Microsoft.Data.SqlClient.SNI.5.2.0.License.txt => Microsoft.Data.SqlClient.SNI.5.2.3.License.txt} (100%) diff --git a/external_licenses/Microsoft.Data.SqlClient.SNI.5.2.0.License.txt b/external_licenses/Microsoft.Data.SqlClient.SNI.5.2.3.License.txt similarity index 100% rename from external_licenses/Microsoft.Data.SqlClient.SNI.5.2.0.License.txt rename to external_licenses/Microsoft.Data.SqlClient.SNI.5.2.3.License.txt From ce7d55b4b7f4bc381f08dcbfc001728cb84b3156 Mon Sep 17 00:00:00 2001 From: Ruben Cerna Date: Fri, 30 May 2025 16:04:36 -0700 Subject: [PATCH 2/2] Fix version of SqlClient.SNI license --- ...cense.txt => Microsoft.Data.SqlClient.SNI.5.2.0.License.txt} | 0 scripts/notice-generation.ps1 | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename external_licenses/{Microsoft.Data.SqlClient.SNI.5.2.3.License.txt => Microsoft.Data.SqlClient.SNI.5.2.0.License.txt} (100%) diff --git a/external_licenses/Microsoft.Data.SqlClient.SNI.5.2.3.License.txt b/external_licenses/Microsoft.Data.SqlClient.SNI.5.2.0.License.txt similarity index 100% rename from external_licenses/Microsoft.Data.SqlClient.SNI.5.2.3.License.txt rename to external_licenses/Microsoft.Data.SqlClient.SNI.5.2.0.License.txt diff --git a/scripts/notice-generation.ps1 b/scripts/notice-generation.ps1 index b9dda679fb..bc67f6e72e 100644 --- a/scripts/notice-generation.ps1 +++ b/scripts/notice-generation.ps1 @@ -14,7 +14,7 @@ Invoke-WebRequest $chiliCreamLicenseMetadataURL -UseBasicParsing | Out-File $chiliCreamLicenseSavePath # Define the path to the license file in your repository and Read the content of the license file -$sqlClientSNILicenseFilePath = "$BuildSourcesDir/external_licenses/Microsoft.Data.SqlClient.SNI.5.2.3.License.txt" +$sqlClientSNILicenseFilePath = "$BuildSourcesDir/external_licenses/Microsoft.Data.SqlClient.SNI.5.2.0.License.txt" $sqlClientSNILicense = Get-Content -Path $sqlClientSNILicenseFilePath -Raw # Path of notice file generated in CI/CD pipeline.