Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

License expression #6674

Merged
merged 2 commits into from
May 12, 2023
Merged

Conversation

michaelgsharp
Copy link
Member

Changed packages to use LicenseExpression instead of LicenseFile.

@@ -4,6 +4,7 @@
<TargetFrameworks>netstandard2.0</TargetFrameworks>
<IncludeBuildOutput Condition="'$(TargetFramework)' == 'netstandard2.0'">false</IncludeBuildOutput>
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
<PackageLicenseExpression></PackageLicenseExpression>
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The MKL redist has a different license so we have to blank the PackageLicenseExpression for it to work correctly.

@@ -4,6 +4,7 @@
<TargetFrameworks>netstandard2.0</TargetFrameworks>
<IncludeBuildOutput Condition="'$(TargetFramework)' == 'netstandard2.0'">false</IncludeBuildOutput>
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
<PackageLicenseExpression></PackageLicenseExpression>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This package is not MIT licence ?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nope. This package is actually code from Intel that we are compiling to remove the code we don't need (reduces the size by a LARGE amount. Like 90% or so). So its one of Intel's licenses and not MIT. Only package we have that is different like this.

@codecov
Copy link

codecov bot commented May 12, 2023

Codecov Report

Merging #6674 (7269404) into main (09117b1) will increase coverage by 0.00%.
The diff coverage is n/a.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #6674   +/-   ##
=======================================
  Coverage   68.77%   68.77%           
=======================================
  Files        1215     1215           
  Lines      251556   251556           
  Branches    26228    26228           
=======================================
+ Hits       173004   173009    +5     
+ Misses      71737    71726   -11     
- Partials     6815     6821    +6     
Flag Coverage Δ
Debug 68.77% <ø> (+<0.01%) ⬆️
production 63.28% <ø> (+<0.01%) ⬆️
test 88.88% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

see 6 files with indirect coverage changes

@michaelgsharp michaelgsharp merged commit 6971802 into dotnet:main May 12, 2023
@ghost ghost locked as resolved and limited conversation to collaborators Jun 12, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants