Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit c78891a

Browse files
authored
Update the License to MIT for coreclr repo (#11482)
1 parent 1746828 commit c78891a

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

dir.props

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@
138138

139139
<!-- Packaging properties -->
140140
<PropertyGroup>
141+
<LicenseUrl>https://github.com/dotnet/corefx/blob/master/LICENSE</LicenseUrl>
141142
<PreReleaseLabel>preview2</PreReleaseLabel>
142143
<PackageDescriptionFile>$(SourceDir).nuget/descriptions.json</PackageDescriptionFile>
143144
<PackageLicenseFile>$(SourceDir).nuget/dotnet_library_license.txt</PackageLicenseFile>

src/.nuget/dir.targets

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,5 +84,12 @@
8484
</ItemGroup>
8585
</Target>
8686

87+
<!-- OverrideLicenseUrl is temporary till we update the buildtools to v2 -->
88+
<Target Name="OverrideLicenseUrl" BeforeTargets="GenerateNuSpec">
89+
<PropertyGroup>
90+
<LicenseUrl>https://github.com/dotnet/corefx/blob/master/LICENSE</LicenseUrl>
91+
</PropertyGroup>
92+
</Target>
93+
8794
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory)\.., dir.targets))\dir.targets" />
8895
</Project>

0 commit comments

Comments
 (0)