I plan to use Standard Edition from CDN.
In that case, my source code must be GPL2 ?
Hello Eclat,
If you want to use the GPL version, it is not necessary for your project to only have the GPL license. You can choose other licenses that are compatible with GPLv2:
https://www.gnu.org/licenses/license-list.html#GPLCompatibleLicenses
Thank you for your reply.
To clarify my situation:
I plan to use DHTMLX Standard Edition via a public CDN such as jsDelivr, without bundling or modifying the library in any way.
In this case, since the library is loaded dynamically at runtime and not distributed with my application,
does the GPLv2 license still require my application code to be licensed under GPL or a GPL-compatible license?
Hello Eclat,
The way of adding the library to the project doesn’t change the fact that you still need to configure Gantt to use it. So, the GPL or GPL-compatible license for the project is still required.
If you want to use the GPL version only for yourself, you are free to use the GPL version.