licensing

Should Translations of some GPL code to other languages be licensed as GPL? [closed]

余生长醉 提交于 2019-12-10 10:27:05
问题 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 . Should Translations of some GPL code to other languages be licensed as GPL? For ex we have x264 C/C++ H264 encoding open source GPL lib. We translate it from… C\C++ to Java or C# should we license our code as GPL? 回答1: Yes, GPL code translated to another language or platform is still subject to the terms of the

Neo4j license limitations? [closed]

你说的曾经没有我的故事 提交于 2019-12-10 09:28:23
问题 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 . Please tell me, are there limitations of maximum records per node within Basic license? For example i can store only max 10M records per Basic license? Or record count is unlimited by Basic license? Thank you! 回答1: There's no size limitations on any version. There once was, and that information is still floating

How can ROWLEX be licensed under L-GPL while it uses SemWeb which is GPL? [closed]

瘦欲@ 提交于 2019-12-10 06:31:41
问题 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 . According to its homepage, the SemWeb library (great library for handling RDF under .NET) is released under GPL. Since the ROWLEX tool is built on SemWeb, ROWLEX supposed to be GPL, too. Still, ROWLEX is claimed to be released under L-GPL. Is this legally correct? 回答1: Actually, your statement is not completely

If an R package's licence X is, do all the content in that package have to be licenced under X? [closed]

你。 提交于 2019-12-10 04:37:05
问题 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 . Hope the question above is clear. Now my case: For my package, i'm using several libraries (jars). Each library has been licenced under one of these: Apache v2, BSD or LPGL. Edit [some clarification] I have my own java classes packed in a jar. These import classes (dynamic linking) from the libraries mentioned

Adding GNU GPL Licence to C# App [closed]

試著忘記壹切 提交于 2019-12-09 20:14:04
问题 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 know how to do this but I don't know is the StyleCop method true/working. Normally in StyleCop rules you must add this thing like this example to header (need to edit): //----------------------------------------------------------------------- // <copyright file="Widget.cs" company="Sprocket Enterprises"> //

Need Clarification on Uipath Licensing

纵饮孤独 提交于 2019-12-09 19:52:34
问题 I need information on UiPath licensing. Let’s say I’ve 2 bots and I want to run these 2 bots in parallel in 20 different VMs. So, in these cases do I need to have 2 bot licenses or 20 bot licenses? 回答1: In general, a bot is regarded as the entity that executes the process/sequence. So, in your case, you would need two concurrent licenses to run the bots in parallel on 20 different VMs provided that the processes are executed and completed sequentially. You could even use a single license for

Portable.Licensing how to tie a license to a PC

妖精的绣舞 提交于 2019-12-09 16:35:57
问题 We have a C# application and need to protect it against illegal copying. So we decided to use the Portable.Licensing library to protect our system. How I can tie a license to hardware id in Portable.Licensing , so that only a specific PC can use license? 回答1: You can generate a unique hash over the PC's name, hardware information, etc. and add this hash as Additional Attribute during the license creation. Example of license creation: var license = License.New() .WithUniqueIdentifier(Guid

go language license [closed]

孤者浪人 提交于 2019-12-09 15:19:24
问题 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 asked a similar question before but this time I want to focus on go language. I have been reading the wiki page of go language and realized there is a license segment in the summary which says BSD style + Patent grant . I'm aware that there is also a gcc frontend for go which I'm guessing have something

Need advice on attribution/copyright of heavily modified OSS code (BSD, Apache, etc) in source headers [closed]

夙愿已清 提交于 2019-12-09 15:12:19
问题 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 7 years ago . I've got a question about use of permissive-licensed (BSD, Apache, MIT, etc) source where the line may be heavily blurred between original code and borrowed code. We are more than happy to disclose a copyrights for original source as required by the licenses. The specific case I'm wondering about is how to

Using Glassfish libraries in proprietary software [closed]

≯℡__Kan透↙ 提交于 2019-12-09 11:01:57
问题 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 would like to use some parts of Glassfish in a proprietary software that are under a CDDL + GPLv2 license. Am I allowed to do that? I haven't modified anything in the code of these libraries, so is this OK, or my software, because it uses these libraries, is still considered derivative work, and thus a big no