On Thursday, June 30, 2011 12:52:06 PM UTC-4, elffikk wrote:
>
> I think frameworks are best under BSD/MIT
>
> so you agree :)
> the fact that it is written by a flash developer a few years ago doesn't
> mean that this is not relevant information
>
>
> prohibiting any closed source/commercial forks of web2py
>
>
> DAL and template system can be used standalone
> what if I want to use them with bottle (MIT) or flask(BSD) and make a
> hybrid framework and distribute them (in commercial projects too)?
>
I think it depends exactly what you want to do. The DAL part of your project
would have to stay open source, but I think you can use it as a
library/module within a closed source project. You just can't make changes
to it, and then close source the changed version.
Anthony