gpl

MySQL licensing and GPL [closed]

旧巷老猫 提交于 2019-11-27 14:19:45
As far as I know, when I build a desktop/server app using any GPL code like MySQL I will have to release the source code of my software under the GPL. If I want to develop a web-app using MySQL, my code will link against the MySQL libraries. Must I release the sourcecode of my webapp in this situation to be in accordance with the GPL? Provided that you keep it server-only(and therefore "private"), you don't have to release it as GPL. But as soon as it reaches public desktops, it can no longer be considered an internal build, and therefore source code is needed. So you can: Release your code as

Is there a better layout language than HTML for printing? [closed]

走远了吗. 提交于 2019-11-27 11:21:11
问题 Closed . This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing this post. Closed 4 years ago . I'm using Python and Qt 4.4 and I have to print some pages. Initially I thought I'd use HTML with CSS to produce those pages. But HTML has some limitations. Now the question is: is there anything that's better than HTML but just (or almost) as easy to use? Additionally, it

Is it legal to publish iOS apps under the GNU GPLv3 open-source license? [closed]

强颜欢笑 提交于 2019-11-26 17:14:29
问题 Is it legal to publish iOS apps under the GNU General Public License (GPL) v3 open-source license? Obviously, you can't use other people's GPL source, but is it okay if I hold the copyright to the entire source? If the GPL license is not okay — may I use the MIT license, or the BSD license, or another license? 回答1: Short answer, from my understanding, yes and no In a bit more detail, there's nothing stopping you from writing an iPhone app and publishing the source under GPL. However, certain

MySQL licensing and GPL [closed]

情到浓时终转凉″ 提交于 2019-11-26 16:40:34
问题 As far as I know, when I build a desktop/server app using any GPL code like MySQL I will have to release the source code of my software under the GPL. If I want to develop a web-app using MySQL, my code will link against the MySQL libraries. Must I release the sourcecode of my webapp in this situation to be in accordance with the GPL? 回答1: Provided that you keep it server-only(and therefore "private"), you don't have to release it as GPL. But as soon as it reaches public desktops, it can no

GPL/LGPL and Static Linking [closed]

為{幸葍}努か 提交于 2019-11-26 12:51:00
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 4 years ago . I have read on the web that following combination exists : Proprietary Source code + GPL Source code - > GPL Source code ( All code has to be released under GPL) Proprietary Source code + LGPL Source code - > Proprietary Source code ( All code remains Proprietary ) Now how does statically/Dynamically linking GPL