Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 1.72 KB

licensing-assets.md

File metadata and controls

29 lines (16 loc) · 1.72 KB

.NET Asset Licensing Model

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

The MIT license and others like it have a provision that distributions of software should include the license. This is the model we should be following.

Each .NET binary distribution must carry:

  • Its license
  • Third party notice

Binary distributions include: compressed archives, runtime packs, installers, container images, packages, and anything else where we deliver "substantial portions of the Software".

Note: Distributions must contain and display the correct license. For example, the Microsoft.NETCore.App.Runtime.win-x64 runtime pack must contain the correct license and the correct license metadata, displayed in the NuGet gallery. Installers have a similar model with license UI.

Product distributions

For product distributions, the following licenses should be used.

Product distributions include downloadable assets and NuGet runtime packs.

Package distributions

Library packages, like System.Text.Json, should use the .NET MIT license.

"Packages" do not include runtime packs.