gpl

What happens to code dual licensed under the GPL3 and CDDL [closed]

喜你入骨 提交于 2019-12-01 12:33:09
问题 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 a friend who has released code under the GPLv3 and CDDL licenses. I have also heard from someone else that these licenses conflict and invalidate each other. I was wondering if people had any opinion or idea of what that means for a user of this code. (Yes, I know, ask a lawyer; but I'm curious if people

About MySQL++, GPL and LGPL [closed]

纵然是瞬间 提交于 2019-12-01 05:34:15
问题 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 . MySQL++ is licensed though LGPL, that means that I could release an executable dynamically linked against it without worrying about the source code not being GPL. But, MySQL++ DOES link against libmysqlclient{_r}.{a,so} ( http://tangentsoft.net/mysql++/#linkerrors ) which is GPLed. As seen as then MySQL++ is

Obfuscation and GPL [closed]

一世执手 提交于 2019-11-30 22:15:31
问题 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 . This is a hypothetical scenario (ie: I just thought it up and I do not intend to do it!) What stops a company from preventing the effective use of a derivative GPL work by doing the following Fork the GPL project Make a derivative work Sell the derivative work and publish the source code in obfuscated form So

Is ExtJS open source? [closed]

不问归期 提交于 2019-11-30 04:40:25
Can we use extJS in a business application for free ? Can you use extJS for an business application for free? Well, you can if any of the following statements are true. You open-source your app under GPL v3. The app is only for internal use in your company. The app is used by your company to provide a service and not directly distributed to the customer e.g. most web pages ( according to GPL this is interpreted as an internal use of the app - if Ext team would have chosen to prohibit that, then they would have used Affero GPL, which directly forbids that). It's under the GPL and also available

Web Services and open source libraries - licensing [closed]

谁说我不能喝 提交于 2019-11-29 20:26:18
Could you please suggest which are the well-known "open source" licenses allowing me to use libraries under these licenses in proprietary webservice (accessible in Internet to the public), which I am not going to make opensource. I am ok to state somewhere that I am using the library, and I am ok with sharing the changes I make in the library. I guess GPL ones does not work here, as I am not going to release whole product as GPL, what are other options? That's what I've found about Meebo & libpurple: I have a licensing question. Do you guys feel that Meebo's use of libpurple is acceptable

实战做项目如何选择开源许可协议(一)-了解协议

我怕爱的太早我们不能终老 提交于 2019-11-29 14:18:14
目前国内开源项目正在逐渐升温,中国也开始有不少优秀的开源项目突显出来。在大家摩拳擦掌准备加入开源大军时,也要知道这个圈子里的规则。技术人员不能只是研究技术,任何圈子都有规则,要知道了才能玩得好。前段时间有件关于开源软件的事情挺热闹的,关于国内一个开发者把自己作品开源出来被别的公司的人拿去包装成自己的产品高价卖出去。大部分做开源软件的开发者都不太怎么关注版权这些,具体微博如下: hoowa_sun : 做开源后,发现大部分都被别人拿去学习,然后copy,然后自己闭源卖出去。这里不缺乏大公司,有一家公司拿我的开源系统修改后卖给了一个国内的运营商,卖的还非常贵至少几十万一套。所以我郑重的建议大家,做软件还是要英文版开源,中文版封闭不要开源。 在国内大家习惯了使用盗版、破解,看到这种免费的软件也觉得是理所当然的拿来主义,甚至直接封装到自己的商业组件卖出去。如果你正在这样做,马上停下来研究一下使用的这些开源组件的许可协议,不然某一天你会意外收到一封法院的传票。如果你在开发或者准备开发开源软件,但尚对开源许可协议不了解,也看下这篇文章,选择一种开源许可协议保护你的开源软件。 常见的开源许可协议有:GPL、LGPL、BSD、Apache Licence vesion 2.0、MIT。这些协议有什么区别呢? GPL ,全称 GNU General Public License。它的主要内容为

Is ExtJS open source? [closed]

╄→гoц情女王★ 提交于 2019-11-29 02:31:39
问题 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 . Can we use extJS in a business application for free ? 回答1: Can you use extJS for an business application for free? Well, you can if any of the following statements are true. You open-source your app under GPL v3. The app is only for internal use in your company. The app is used by your company to provide a

Intel’s Threading Building Blocks “runtime exception” license: What does it mean? [closed]

爷,独闯天下 提交于 2019-11-28 23:11:12
Just been looking at the threading building blocks, and as their license, they say it's the GPLv2 with the runtime exception . On the Intel page itself they say that the commercial license is the right one if you need commercial support. So what's the deal if I'm doing a commercial, closed source application which uses the TBB, but I don't need commercial support? Can I still use the open source version, or is this a case where I have to buy the commercial one? After all, I assumed that I can use the libstdc++ in a commercial application without restrictions (i.e. link against it). I believe

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

故事扮演 提交于 2019-11-28 18:25:27
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 should be GPL-compatible. Edit: kdgregory & Mark G: The most obvious limitation is that I can't specify the printer margins. There is another problem: How do I add page numbers? Jeremy French: One thing I have to print is a list of all the products someone ordered which can spread over a few pages. max I have been fighting

Web Services and open source libraries - licensing [closed]

江枫思渺然 提交于 2019-11-28 16:28:58
问题 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 . Could you please suggest which are the well-known "open source" licenses allowing me to use libraries under these licenses in proprietary webservice (accessible in Internet to the public), which I am not going to make opensource. I am ok to state somewhere that I am using the library, and I am ok with sharing