I found a lot of articles said ExtJs 2.0.2 is the last LGPL version of ExtJs, and from 2.1, it becomes GPL 3.0.

But I also heard someone said: ExtJs 2.0, 2.0.1, 2.0.2 are all GPL, not LGPL. (I can't find the source now).

So I'm confused, what exactly version of ExtJs 2.0.2 is? LGPL or GPL? Can I still use it in a non-open-source commecial project?

link|improve this question

feedback

2 Answers

up vote 1 down vote accepted

I think one way is to get source from most reliable repository and check this by yourself. License file must be included, or embedded directly into source code.

link|improve this answer
Yes, I found a LGPL license file there. – Freewind Nov 11 '11 at 2:39
feedback

See the ExtJS License Page for details (note that it's about ExtJS 4 now). It's complicated and IANAL, but you might be interested in the license exceptions page. Also note that you can license it for commercial use. On their license page, they say:

Since use cases vary widely, Commercial OEM licenses are customized for each customer.

So you need to contact them and discuss terms/price if the license exceptions do not already cover your application (which is unlikely as your project is not open source).

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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