core/license-information.md

2.1 KiB

License Information

The .NET project uses source and binaries from multiple sources. The MIT license is the primary license used, however, there are some exceptions.

Windows builds are the most notable difference, which carry additional license terms.

This document is provided for informative purposes only and is not itself a license.

Source code

.NET source is held in a variety of project repos. They use the MIT license, for example, dotnet/runtime LICENSE.TXT.

Project repos may include source from other projects, and include a matching third-party notice for copied and modified source, for example dotnet/runtime THIRD-PARTY-NOTICES.TXT.

Project copyright guidance provides more details on our policies.

Binaries

Project binaries (like the .NET runtime distribution) primarily use the MIT license. Binaries built for macOS and Linux exclusively use the MIT license.

Windows builds carry additional license terms, for closed source dependencies.

Redistribution

Binaries produced by .NET SDK compilers (C#, F#, VB) can be redistributed without additional restrictions. The only restrictions are based on the license of the compiler inputs used to produce the binary.

Parts of the .NET runtime are embedded in applications, including platform-specific executable hosts, and self-contained deployments, are subject to .NET and third-party notice license terms.

Binaries that target Windows are subject to additional terms.