alone (exe, dmg) shoes

If I create an application, using Shoes, would I have to license it under a open source license, or can I use it for closed-source/propietary stuff? The framework consists of a lot of moving parts, so it's not entirely clear to me.

EDIT: The reason why I'm asking, is because of the notes at this page:

Since both anal_pe and XPwn are GPL, I'm afraid this extension must be GPL as well. The rest of Shoes is MIT. Which is okay I guess since the packager isn't really needed to run Shoes apps.

I assume that it doesn't affect the final product that the packager is GPL'ed, but I just wanted an opinion about that, other than my own guesswork.


Shoes is distributed under an MIT license:

Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
files (the "Software"), to deal in the Software without restriction,
including without limitation the rights to use, copy, modify, merge,
publish, distribute, sublicense, and/or sell copies of the Software,
and to permit persons to whom the Software is furnished to do so,
subject to the following conditions:

The above copyright notice and this permission notice shall be 
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR
OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT
OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

You should be able to use pretty much any license, even a closed source/proprietary license.

You're not linking against the packager, merely using it, so your app shouldn't fall under the requirements of the GPL.


正如mipadi指出的那样,MIT许可证意味着您不需要向任何人承担任何责任,因此您可以根据您需要的任何许可证发布您的应用程序。

链接地址: http://www.djcxy.com/p/13982.html

上一篇: 其中依赖于其他库的开放源代码许可证用于库

下一篇: 单独(exe,dmg)鞋