Can any open source library be used in a commercial software or any specific licensed open source library?
The open source library is used in the software and gets bundled in the package. No changes done in the open source code.
|
Can any open source library be used in a commercial software or any specific licensed open source library? The open source library is used in the software and gets bundled in the package. No changes done in the open source code. |
|||
|
|
|
I think you need to distinguish between commercial software used in-house/privately and commercial software bundled for sale or distribution. Most licenses (including GPL) allow for private customizations of open source software.
If you are redistributing/selling your software, it depends on the license for details. For example, GPL does not allow it without distributing source of your new work.
and LGPL does allow it if you link in the library, but not if you create an executable containing the library.
Read up on the specific open source license you are trying to use. |
||||
|
|
|
That depends on the license. You should read the license agreements in your target open source library. For example, GPL has a good FAQ: http://www.gnu.org/licenses/gpl-faq.html |
|||
|
|
|
Here's a bunch of answers to this question: |
|||
|
|