From bc4517c49022f208b438486c2d505b84260f8128 Mon Sep 17 00:00:00 2001 From: Ella Hathaway <67609881+ellahathaway@users.noreply.github.com> Date: Thu, 4 Apr 2024 08:57:23 -0700 Subject: [PATCH] Update Application-Insights licenses (#19250) --- .../assets/LicenseExclusions.txt | 5 +---- .../baselines/licenses/Licenses.source-build-externals.json | 2 +- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/src/SourceBuild/content/test/Microsoft.DotNet.SourceBuild.SmokeTests/assets/LicenseExclusions.txt b/src/SourceBuild/content/test/Microsoft.DotNet.SourceBuild.SmokeTests/assets/LicenseExclusions.txt index ee0e7dfef..fa4fad712 100644 --- a/src/SourceBuild/content/test/Microsoft.DotNet.SourceBuild.SmokeTests/assets/LicenseExclusions.txt +++ b/src/SourceBuild/content/test/Microsoft.DotNet.SourceBuild.SmokeTests/assets/LicenseExclusions.txt @@ -206,7 +206,7 @@ src/sdk/THIRD-PARTY-NOTICES.TXT|unknown-license-reference # False positive src/source-build-externals/src/abstractions-xunit/README.md|free-unknown -src/source-build-externals/src/application-insights-2.22.0/NETCORE/ThirdPartyNotices.txt|unknown +src/source-build-externals/src/application-insights/NETCORE/ThirdPartyNotices.txt|unknown src/source-build-externals/src/azure-activedirectory-identitymodel-extensions-for-dotnet/benchmark/Microsoft.IdentityModel.Benchmarks/CreateTokenTests.cs|proprietary-license src/source-build-externals/src/azure-activedirectory-identitymodel-extensions-for-dotnet/src/Microsoft.IdentityModel.JsonWebTokens/JsonClaimValueTypes.cs|proprietary-license src/source-build-externals/src/azure-activedirectory-identitymodel-extensions-for-dotnet/src/Microsoft.IdentityModel.Tokens.Saml/Saml/ClaimProperties.cs|proprietary-license @@ -219,9 +219,6 @@ src/source-build-externals/src/xunit/README.md|free-unknown src/source-build-externals/src/xunit/src/xunit.assert/Asserts/README.md|free-unknown src/source-build-externals/src/xunit/xunit.sln|json -# A patch which removes the license usage but contains references to the removed license as part of the patch reference lines -src/source-build-externals/patches/application-insights-2.22.0/0002-Remove-WebGrease-from-TPN-2816.patch - # Scanner is identifying the https://github.com/SixLabors/ImageSharp/blob/master/LICENSE license as unknown. But this license is not applicable because we're # relying on the Spectre.Console distribution. # See https://github.com/dotnet/dotnet/blob/c6a7278fbb7d79fa3d1f386ef0dc8474043ed06c/src/source-build-externals/src/spectre-console/README.md?plain=1#L104 diff --git a/src/SourceBuild/content/test/Microsoft.DotNet.SourceBuild.SmokeTests/assets/baselines/licenses/Licenses.source-build-externals.json b/src/SourceBuild/content/test/Microsoft.DotNet.SourceBuild.SmokeTests/assets/baselines/licenses/Licenses.source-build-externals.json index ae5b6e707..305376292 100644 --- a/src/SourceBuild/content/test/Microsoft.DotNet.SourceBuild.SmokeTests/assets/baselines/licenses/Licenses.source-build-externals.json +++ b/src/SourceBuild/content/test/Microsoft.DotNet.SourceBuild.SmokeTests/assets/baselines/licenses/Licenses.source-build-externals.json @@ -1,7 +1,7 @@ { "files": [ { - "path": "src/application-insights-2.22.0/LOGGING/ThirdPartyNotices.txt", + "path": "src/application-insights/LOGGING/ThirdPartyNotices.txt", "detected_license_expression": "unknown AND apache-2.0 AND mit AND bsd-new" } ]