Telerik extensions for ASP.NET MVC for free?

Reading on the Telerik blog , ASP.NET MVC Suite is a GPL license. Does this mean it's free? That would be great because it is a very beautiful set of controls, but $ 999 is not trivial.

I am creating an internal application that will provide an admin interface for the SqlServer database. (Will not be open to the public Internet). Therefore, I do not sell the application, having a GPL should not be a problem.

+6
telerik asp.net-mvc-3
source share
2 answers

The blog post is a bit outdated, but they have good info on the Telerik website about this.

What free / open source is available on the CodePlex website . As mentioned on the CodePlex page, this is a structure that may be useful to you ...

Telerik Extensions for ASP.NET MVC is a lightweight frame that helps you create rich user interfaces for ASP.NET MVC while enjoying excellent developer productivity.

Telerik has additional information posted on this to clarify the issue.

http://www.telerik.com/purchase/faqs/aspnet-mvc.aspx From your help FAQ Page:

How do you license Telerik extensions for an ASP.NET MVC product? We offer two licensing options for Telerik Extensions for ASP.NET MVC.

Telerik Extensions for ASP.NET MVC Open Source GPL (Open Source License) This is a suitable option if you are creating an application for internal use or open source with a license compatible with the GNU GPL v2.0.

Telerik Extensions for ASP.NET MVC Commercial License (Developer License with Subscription and Priority Support) This is a good option if you are building a closed source commercial product for redistribution, or if you want to avoid open source integration into your expression. This license is provided per developer, so you need to purchase the appropriate number of seat developers with Telerik.

Since you are developing an internal application, you seem to be fine.

+11
source share

First of all, it's the Microsoft Public License (Ms-PL), not the LGPL / GPL, which have very specific requirements for opening your source.

From my reading of the above license you do not need to redistribute your source other than IANAL, etc.

0
source share

All Articles