Skip to content

Commit 6971802

Browse files
License expression (#6674)
* license expression * updating MIT license file
1 parent 09117b1 commit 6971802

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

LICENSE

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
MIT License
1+
The MIT License (MIT)
22

3-
Copyright (c) 2018 .NET Foundation
3+
*ignore-line*
4+
5+
All rights reserved.
46

57
Permission is hereby granted, free of charge, to any person obtaining a copy
68
of this software and associated documentation files (the "Software"), to deal

eng/pkg/Pack.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<!-- nuspec properties -->
1313
<PropertyGroup>
1414
<Authors>Microsoft</Authors>
15-
<PackageLicenseFile>LICENSE</PackageLicenseFile>
15+
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1616
<PackageProjectUrl>https://dot.net/ml</PackageProjectUrl>
1717
<PackageIcon>mlnetlogo.png</PackageIcon>
1818
<PackageReleaseNotes>https://aka.ms/mlnetreleasenotes</PackageReleaseNotes>

src/Microsoft.ML.Mkl.Redist/Microsoft.ML.Mkl.Redist.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<TargetFrameworks>netstandard2.0</TargetFrameworks>
55
<IncludeBuildOutput Condition="'$(TargetFramework)' == 'netstandard2.0'">false</IncludeBuildOutput>
66
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
7+
<PackageLicenseExpression></PackageLicenseExpression>
78
<PackageDescription>$(MSBuildProjectName) contains the MKL library redistributed as a NuGet package.</PackageDescription>
89
<PackageTags>$(PackageTags) MLNET MKL</PackageTags>
910
<!-- Empty package with no managed dependencies, only native, so no need to warn for empty lib folder/dependencies -->

0 commit comments

Comments
 (0)