php - Zend license restrictions with modified code -
if i'm take parts of zend framework , changed them (add something, remove...), , changed it's name, example zend_config my_config or zend_application_bootstrap my_application_bootstrap, , distribute such code commercial license violating zend's licence?
if not option, can then? need use code "as is" without changes if want distribute commercial application?
according license, able modify wish , distribute freely, long copyright notice maintained.
as far more elegant solution, extend zend framework instead of modifying it. allow upgrade framework more easily. have my_config extend zend_config , change things needed changed. same bootstrap, etc.
Comments
Post a Comment