ASP.NET MVC 3 jquery.validate.unobtrusive.js license?

I was wondering if I am allowed to use the jquery.validate.unobtrusive.js or jquery.unobtrusive-ajax.js script that comes with ASP.NET MVC 3 in any of my projects. Or are there limitations?

Namely, the script contains only this comment:

** Copyright (C) Microsoft Corporation. All rights reserved.

To my knowledge, this means that no one is allowed to do anything with this script without explicit permission from Microsoft (i.e. use it, distribute, modify, combine with other scripts, sublicense it ...), or is there another the license that comes with ASP.NET MVC 3 or Visual Studio that overrides this?

Can I use it on web pages developed with Visual Studio - commercial and non-commercial? What can be said about web pages that do not work in Microsoft technologies, and that they are not even developed in any of the Microsoft products?

+6
source share
1 answer

Answering the question:

The ASP.NET MVC 3 license is located in C:\Program Files\Microsoft ASP.NET\ASP.NET MVC 3\eula.rtf , which states that any redistributable code may be used as part of ASP.NET programs (which run on the Windows platform )

+6
source

Source: https://habr.com/ru/post/892215/


All Articles