|
1. If I am writing a module that extends magento classes, MUST this module use the OSL 3.0 license?
CLASS mynamespace_mymodule_whatever EXTENDS Mage_Core_whatever /* has to be OSL license ? *?
2. If I write a class that extends magento, can this module include a PHP file that uses the GPL license?
include_once "GPLSoftware/gpl_licensed_code.php";
CLASS mynamespace_mymodule_whatever EXTENDS Mage_Core_whatever /* can include a GPL module like above? *?
or does this somehow break licensing?
Thanks.
|