licensing

Is it legal to using MySQL in commercial environment? [closed]

做~自己de王妃 提交于 2019-12-03 11:32:56
问题 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 won't release my software source code, and it will be a commercial application. Can I use the MySQL without paying any fee to MySQL? if it is illegal, any alternative database suggest? 回答1: Yes, and you don't have to release your project's source (but you do have to release any modification you make to MySQL

Using LGPL library in a commercial Java application [closed]

落花浮王杯 提交于 2019-12-03 11:02:02
I have a commercial Java application which I will be distributing . I want to use an LGPL'd java library. I wont be modifying the library. Does the LGPL license of that library have any impact on my application's license? Yes, it does to a certain degree. You are e.g required to allow people to upgrade the LGPL'd library without your help. I suggest reading through the whole license yourself, as you're legally obligated to adhere to it's clauses. Know what you oblige yourself to, don't just take other people's words for it :) As far as I understand the LGPL, no, you can distribute it however

where do I include the copyright notice of someone else's work in my website? [closed]

守給你的承諾、 提交于 2019-12-03 10:20:06
Closed. This question is off-topic. It is not currently accepting answers. Learn more . Want to improve this question? Update the question so it's on-topic for Stack Overflow. My website contains : 1.FancyBox (for image overlay) 2.GalleryView (a slider) and both use JQuery. They are both free to use, but they insist on their copyright message shown where the work is used. I'm confused as to where I must show the message. license message of GalleryView. (Both Fancybox and this are under MIT license I suppose) Copyright (c) 2009 John Anderson III Permission is hereby granted, free of charge, to

Serial number (registration key) algorithm in .NET [closed]

十年热恋 提交于 2019-12-03 10:03:39
问题 Closed . This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this post. Closed 4 years ago . There have been a few timely posts about IP security and the like, but none that I can find that specifically address an algorithm. In one of my current projects, we've decided to go the route of an offline registration key system. I imagine most of our eventual user base will be

Qt, LGPL, Commercial closed-source application [closed]

烂漫一生 提交于 2019-12-03 09:16:23
Closed. This question is off-topic. It is not currently accepting answers. Learn more . Want to improve this question? Update the question so it's on-topic for Stack Overflow. We have a commercial windows application making use of Qt. I'll be very simplistic in my description as I must have a clear answer. At compile time we use Qt *.lib files We have a result of our compilation is an *.exe file, we wrap into an installer and ship to clients. This *.exe files depends on *.DLL files in Qt. at runtime the *.dll files of Qt are used My questions are: Can I legally bundle the Qt *.dll files in my

Lightweight, portable C++ fibers, MIT license

牧云@^-^@ 提交于 2019-12-03 07:30:46
问题 I would like to get ahold of a lightweight, portable fiber lib with MIT license (or looser). Boost.Coroutine does not qualify (not lightweight), neither do Portable Coroutine Library nor Kent C++CSP (both GPL). Edit: could you help me find one? :) 回答1: Libtask: MIT License Libconcurrency: LGPL (a little tighter than MIT, but it's a functional library!) Both are written for C. 回答2: I actually blogged about this in the past. Have a look! I hope it answers your questions. In it, I cover a number

How to rebrand/copyright a forked project (GNU/GPL)? [closed]

吃可爱长大的小学妹 提交于 2019-12-03 07:27:38
问题 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 . long story short, we're forking a free software . The code is under GNU/GPL license, we've tried to collaborate with the original developer but without success. We're improving the software adding a lot of features and unlikely our code will be merged in the original one. We want to call the new project with a

How to use an Open Source License [closed]

▼魔方 西西 提交于 2019-12-03 07:10:07
问题 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 6 years ago . I'm a little unsure how the open source licensing stuff works. If I were to choose a particular open source license, what do you actually have to do to make it applicable to your software? I would imagine it would be a little more involved than just 'stating' that you're releasing your software under LGPL. And

Infragistics components on build server

泪湿孤枕 提交于 2019-12-03 07:03:17
问题 I have "inherited" a new (old?) Winforms project and would like to put it onto our build server (Bamboo). That build server has only the absolute minimum (.NET 3.5 and not much more) installed, and we'd like to keep it that way. As a first step, I extracted all the assembly files (*.dll) for the Infragistics components into a separate directory and referenced them from that local directory (instead of relying on them being installed in the GAC). Works OK. But when I try to run this build on

How to add copyright to Android-Studio?

旧巷老猫 提交于 2019-12-03 06:30:22
问题 The title says everything. If I want to add copyright comment in code files in Android Studio? I, of course, find the Copyright settings in Preference/Copyright, but I can't make it work... copyrights just don't appear when I create a new Java file. Is it a bug of Android Studio or did I miss something ? 回答1: On the file you want to insert the copyright notice you have to press Alt + Insert for Windows and GNU/Linux or Command + N for Mac and select the copyright to be inserted. http://www