How to choose license for project with libraries
I'm developing an open source project, and I use several open source libraries. These libraries are licensed under one the following licenses,
Do I have any limitations on what licenses I can use for my own code? If so, which licenses are available to me?
Lawyers don't tend to respond much on stackoverflow, and that's who you should ask.
My non-lawyer opinion is that since you're using a GPLv3 library, your options are going to be limited, but I don't know if the limitation will be that you must also be GPLv3, or if that licence permits you to use some other compatible license. The other licenses you're using are much more flexible for you as the developer.
IANAL, but seeing that the GPL is a sticky license (unlike the other ones), you need to check along their understanding of whats compatible and whats not. For example see their compatible licenses page.
链接地址: http://www.djcxy.com/p/79550.html上一篇: 源Node.js项目(MEAN栈)获得GPLv3许可?
下一篇: 如何选择图书馆项目的许可证