I am working on a new open source based customer relationship management (CRM) application called X2Engine that I plan to start posting on various open source sites in a few weeks.
After a few weeks of evaluating PHP frameworks we decided to build on top of the Yii Framework. BTW, thanks for a great framework!
My question is, I was thinking of licensing our code under the existing Yii Framework BSD license, but it seems like Google and others much prefer the Apache 2.0 license because they feel it is more clearly defined. I am fine with either license, but am leaning toward licensing our new code under the Apache 2.0 license. Provide we include the BSD license in the framework directory are we allowed to license our code under the Apache 2.0 license? Any recommendations on best practices, header file tips, etc…
Also, we use gii to generate models and controllers. Are these files automatically BSD licensed by default or can we license them under Apache 2.0?
Any thoughts much appreciated.
-john