Skip to main content

All Questions

Tagged with
7 votes
3 answers
2k views

Preventing commercial exploitation of small changes that require a lot of work

At my previous job I was responsible for building and maintaining a library in their ecosystem. The project is mature in the sense that no major new features are being implemented. It is still ...
user avatar
2 votes
1 answer
436 views

How do I license my code that needs to include code under 'GPLv2 only', 'GPLv3' and 'BSD 3'?

If I understand the table (mentioned at https://www.gnu.org/licenses/gpl-faq.html#AllCompatibility) correctly, I can use either 'LGPLv2.1 only' or 'LGPLv2.1 or later' for my code if I want to include ...
paulplusx's user avatar
  • 123
1 vote
1 answer
303 views

Can I use my project with MongoDB in docker container and publish it on GitHub under GPLv3?

I have a plan to use own project (Django backend + React SPA) under GPLv3 in my portfolio with repository on GitHub for all parts of my project. My project is simple landing page with text data and ...
ND8801's user avatar
  • 123
2 votes
1 answer
99 views

Can a GPLv3 project use BSDv3-licensed includes? [duplicate]

A company I work in has wrote an implementation of Reed-Solomon codes through Intel ISA-L library. Now I'm trying to start a discussion about open-sourcing our code, and distributing as a dual-...
Hi-Angel's user avatar
  • 123
3 votes
2 answers
311 views

Adding a very minor part of GPL3 code to a BSD-licensed project

I am porting a library that somebody else released under BSD-3 license from Fortran to C++. In order to make it run easily under C++, I am using an interface that is only a very minor and almost ...
Chiel's user avatar
  • 133
11 votes
1 answer
972 views

Is the Facebook BSD+Patents licence (aka "The React Licence") compatible with the GPL?

Is the Facebook BSD+Patents licence compatible with the GPL (GPLv3), in the sense that one could: use code licensed under BSD+Patents, as part of a project, the rest of which you write yourself (own ...
aplaice's user avatar
  • 255
9 votes
2 answers
971 views

Under what licenses can I release open source software that uses PyQt?

Situation I have two software packages for which I need to choose a license and I'm not sure if they get along with the PyQt licensing schema (which uses the GNU GPL). Package A uses PyQt in a sense ...
a_guest's user avatar
  • 475
4 votes
1 answer
513 views

winpthreads license in a GPL project

I have a project that i have licensed under the GPL, and I would like to start working on parallelizing parts of it using OpenMP. To do this on windows using GCC, I apparently have to include the ...
KBriggs's user avatar
  • 227
4 votes
1 answer
462 views

Using FreeBSD licensed code in a GPL3+ project

I have a code project which I have released under the GPL3+, which you can see here. I would like to implement a section of code that would use the lmfit nonlinear fitting library, provided here. The ...
KBriggs's user avatar
  • 227
3 votes
3 answers
2k views

Can I distribute a BSD code with GPL v3 binaries?

I found a GPL v3 licensed library, that I can compile for various architectures and use in the code for a BSD licensed project. This means that I probably have to distribute the binaries with it. ...
goelakash's user avatar
  • 133