Handling of System.Text.Json

岩佐渡 21 Reputation points
2022-10-12T09:14:45.71+00:00

I'm currently using Visual Studio Professional 2015.
I installed "System.Text.Json" and its accompanying "System.ValueTuple", "System.Threading.Tasks.Extensions", etc. with the NuGet package manager.
System.Text.Json and accompanying packages are MIT licensed.
When using System.Text.Json functions in commercial software, is it necessary to display the full text of the MIT license and Microsoft's copyright
in the software that uses System.Text.Json functions according to the terms of the MIT license?
In Visual Studio 2019, I heard that System.Text.Json can be used without installing it, and it felt strange to display the license of the standard System function on the tool, so I asked the question.

I look forward to hearing from you.

Visual Studio Testing
Visual Studio Testing
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Testing: The act or process of applying tests as a means of analysis or diagnosis.
351 questions
0 comments No comments
{count} votes

Accepted answer
  1. Anna Xiu-MSFT 29,831 Reputation points Microsoft Vendor
    2022-10-13T08:48:31.127+00:00

    Hi @岩佐渡 ,

    Welcome to Microsoft Q&A!

    From the MIT license, we can find the following message:

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

    I suppose you need to add the license text in your software.

    Sincerely,
    Anna
    *
    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. 岩佐渡 21 Reputation points
    2022-10-18T04:15:57.42+00:00

    I think your opinion is correct.
    I display the license text in my software.
    Thank you.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.