Dear Legal Discuss,
We are exploring the possibility to use the extjs java script library for a web
ui.
We do not plan to modify the extjs code, but just include it via a runtime
dynamic load via a CDN url.
For example:
{snip}
<script charset="utf-8"
src="http://cdn.sencha.io/ext-4.0.7-gpl/ext-all.js"></script>
<link rel="stylesheet" type="text/css"
href="http://cdn.sencha.io/ext-4.0.7-gpl/resources/css/ext-all.css">
{/snip}
There appears to be an exemption to their GPL license:
http://www.sencha.com/legal/open-source-faq/open-source-license-exception-for-applications/
Is this possible to include in our source code? If so, is there anything
specific we would need to do/what out for?
Thanks,
Pei