Which is the best license to release a framework?
I'm developing a report engine for iOS devices which uses CoreData.
I wish release it with an open source license, but I don't know which is the best to choose.
These are the requisites that I need to be satisfied:
Have you some suggestion?
我认为这个许可证(LGPL v3)适合你。
As Marc B said, you really should talk to a lawyer. In the meantime, you may want to visit http://www.opensource.org/ for some studying and Larry Rosen wrote an excellent book on the topic: http://www.rosenlaw.com/oslbook.htm .
链接地址: http://www.djcxy.com/p/79716.html上一篇: 如何在ruby Shoes GUI应用程序中创建简单的http请求?
下一篇: 哪个是发布框架的最佳许可证?