Reading on the Telerik blog, the ASP.NET MVC Suite is GPL license. Does that mean it is free of charge? That would be great because it is a very nice looking suite of controls, but $999 is non-trivial.

I am building an internal application which will provide an admin interface to a SqlServer database. (Won't be exposed to public Internet). So I am not really selling the application, having a GPL license should not be a problem.

link|improve this question

that link says it's MSPL licensed, not GPL. – Mat Apr 2 '11 at 15:30
The blog page is several years old. The current FAQ page states it GPL V2. telerik.com/purchase/faqs/aspnet-mvc.aspx – klabranche Apr 2 '11 at 15:36
feedback

closed as off topic by Will Dec 28 '11 at 12:48

Questions on Stack Overflow are expected to generally relate to programming or software development in some way, within the scope defined in the faq.

3 Answers

up vote 2 down vote accepted

The blog post is a little old but on Telerik's site they have some good info on this.

What's free / open source is what is available on the CodePlex site. As mentioned on the CodePlex page, it's a framework that might be helpful to you...

Telerik Extensions for ASP.NET MVC is a lightweight framework which helps you build rich user interfaces for ASP.NET MVC while enjoying great developer productivity.

Telerik has additional information posted on this to clear up the question.

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

How do you license Telerik Extensions for 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 building an application for internal use or an open source application 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 suitable option if you are building closed-source commercial products for redistribution or if you wish to avoid integrating open-source components into your application. This license is provided per developer, so you need to purchase the appropriate number of developer seats from Telerik.

Since you are developing an internal app then you appear to be OK.

link|improve this answer
feedback

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

From my reading of the above licence it doesn't require you to redistribute your source but IANAL etc.

link|improve this answer
1  
The blog page is several years old. The current FAQ page states it GPL V2. telerik.com/purchase/faqs/aspnet-mvc.aspx. It's also listed this way on the CodePlex License page. – klabranche Apr 2 '11 at 15:40
feedback

I want join with my question.

I going to create internal ASP MVC application. In this case internal mean - only staff from my company will be using it. Login to application will be granted from intranet and internet. This application will be use to gather information about staff work and as CRM (Customer Relationship Management).

http://www.telerik.com/purchase/faqs/aspnet-mvc.aspx tell me that:

Open Source GPLv2 (Open Source License)
You can use this option if you are building an Open Source application with a license compatible with the GPL v2.0. Among the key terms of this license is that once you distribute your application you must provide the source code to users so that they can be free to modify it for their own needs. If unsure about the suitability of this license, please, consult your legal advisor.

but if i click on "View the complete license terms" it say:

1.1 Trial License.
1.1.1 License Grant.
If You download the free Trial License, You are authorized to install and use the Software for the sole purpose of evaluating its functionality and performance. You may not integrate the Software into end products or use it for any commercial, productive or training purpose. You may not redistribute the Software.

  1. So how i going to use this license version? I simply download Telerik Extensions for ASP.NET MVC 2011.Q3.1115 and that's all?
  2. It is legal to build application on this license in my situation?
  3. Anyone know telerik e-mail address where can get confirmation, that this situation is legal?
link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.