Skip to content

Commit 8c08cd3

Browse files
authored
Formatting license files to match Unity legal standardization (#45)
Fix build after license changes
1 parent 0d250cd commit 8c08cd3

File tree

5 files changed

+384
-136
lines changed

5 files changed

+384
-136
lines changed

Directory.Build.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -262,11 +262,11 @@
262262
<Owners>microsoft,dotnetframework</Owners>
263263
<IncludeSymbols>true</IncludeSymbols>
264264
<RuntimeIdGraphDefinitionFile>$([MSBuild]::NormalizePath('$(LibrariesProjectRoot)', 'Microsoft.NETCore.Platforms', 'src', 'runtime.json'))</RuntimeIdGraphDefinitionFile>
265-
<LicenseFile>$(MSBuildThisFileDirectory)LICENSE.TXT</LicenseFile>
265+
<LicenseFile>$(MSBuildThisFileDirectory)LICENSE.md</LicenseFile>
266266
<PackageLicenseExpression>MIT</PackageLicenseExpression>
267267
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
268268
<Copyright>$(CopyrightNetFoundation)</Copyright>
269-
<PackageThirdPartyNoticesFile>$(MSBuildThisFileDirectory)THIRD-PARTY-NOTICES.TXT</PackageThirdPartyNoticesFile>
269+
<PackageThirdPartyNoticesFile>$(MSBuildThisFileDirectory)Third Party Notices.md</PackageThirdPartyNoticesFile>
270270
<PackageReleaseNotes>https://go.microsoft.com/fwlink/?LinkID=799421</PackageReleaseNotes>
271271
<!-- Indicates this is not an officially supported release. Release branches should set this to false. -->
272272
<!-- Keep it in sync with PRERELEASE in eng/native/configureplatform.cmake -->

LICENSE.TXT renamed to LICENSE.md

File renamed without changes.

PATENTS.TXT renamed to Microsoft Patent Promise.TXT

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
Microsoft Patent Promise for .NET Libraries and Runtime Components
1+
This patent promise is contained in the PATENTS.TXT file of https://github.com/dotnet/runtime and is included here for your reference:
2+
3+
----
4+
5+
Microsoft Patent Promise for .NET Libraries and Runtime Components
26

37
Microsoft Corporation and its affiliates ("Microsoft") promise not to assert
48
any .NET Patents against you for making, using, selling, offering for sale,

0 commit comments

Comments
 (0)