Add false positive wpf licenses to exclusions (#19685)
This commit is contained in:
parent
666a3759b8
commit
8bc6f32ef2
1 changed files with 6 additions and 1 deletions
|
@ -284,5 +284,10 @@ src/wpf/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/FontE
|
||||||
src/wpf/eng/WpfArcadeSdk/tools/AvTrace/GenTraceSources.pl|proprietary-license
|
src/wpf/eng/WpfArcadeSdk/tools/AvTrace/GenTraceSources.pl|proprietary-license
|
||||||
src/wpf/eng/WpfArcadeSdk/tools/GenXmlStringTable.pl|proprietary-license
|
src/wpf/eng/WpfArcadeSdk/tools/GenXmlStringTable.pl|proprietary-license
|
||||||
|
|
||||||
# False positive
|
# False positive - https://github.com/dotnet/source-build/issues/4373
|
||||||
src/wpf/src/Microsoft.DotNet.Wpf/src/PresentationUI/MS/Internal/Documents/RMPublishingDialog.RightsTable.cs|unknown-license-reference
|
src/wpf/src/Microsoft.DotNet.Wpf/src/PresentationUI/MS/Internal/Documents/RMPublishingDialog.RightsTable.cs|unknown-license-reference
|
||||||
|
src/wpf/src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/WindowBackdropType.cs|bsd-2-clause-views
|
||||||
|
src/wpf/src/Microsoft.DotNet.Wpf/src/Themes/PresentationFramework.Fluent/Resources/*.xaml|bsd-2-clause-views
|
||||||
|
src/wpf/src/Microsoft.DotNet.Wpf/src/Themes/PresentationFramework.Fluent/Resources/Theme/*.xaml|bsd-2-clause-views
|
||||||
|
src/wpf/src/Microsoft.DotNet.Wpf/src/Themes/PresentationFramework.Fluent/Styles/*.xaml|bsd-2-clause-views
|
||||||
|
src/wpf/src/Microsoft.DotNet.Wpf/src/Themes/PresentationFramework.Fluent/Styles/*.xaml|mpl-2.0
|
Loading…
Reference in a new issue