1
0
mirror of synced 2025-12-19 18:06:02 -05:00
Files
core/license-information.md
Rich Lander 218ef74621 Clarify terms (#9668)
* Clarify terms

* Fix linter line length issue

* Update license-information.md

Co-authored-by: Rich Lander <rlander@microsoft.com>

* Update per feedback

* Update license-information.md

---------

Co-authored-by: Jan Kotas <jkotas@microsoft.com>
2024-12-19 09:24:28 -08:00

2.2 KiB

License Information

The .NET project uses source and binaries from multiple sources that may be important to your use of .NET.

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

Source code

.NET source uses the MIT license.

Each repo has:

More information:

Product distributions

Product distributions use the following license:

Product distributions include downloadable assets and runtime packs.

More information:

Package distributions

Library packages use the MIT license, for example System.Text.Json.

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.

Applications are subject to the same terms as are covered by "Product distributions" and "Package distibutions", above.

Parts of the .NET runtime are embedded in applications, including platform-specific executable hosts, and self-contained deployments.