Skip to main content

All Questions

5 votes
2 answers
125 views

Choosing an open source license for my up to now commercial project

I'm about to re-license my desktop application as open source software. For several years now, the application is published and sold under a commercial license. While working on a new version (...
z80crew's user avatar
  • 151
2 votes
1 answer
747 views

Do I need to distribute licenses for Python modules used in code that I release but don't directly distribute (i.e. users pip install modules)?)?

I intend to publish the code for my thesis under an appropriate open-source license, such as GPL v3. The code consists of Python and compiled C code that either imports or is statically linked to ...
user29733's user avatar
1 vote
0 answers
121 views

Open source HTML/CSS/JAVA code under GPLv3 license - implication if used for public company website?

I would like to use some open source HTML/CSS/JAVA code under a GPLv3 license to feed into my company website (start up). I am not 100% clear whether I can use the open source code or at which stage I ...
Raoul's user avatar
  • 21
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
1 vote
0 answers
48 views

clarify R licenses: machine learning models, developed with R in Azure, possible for commercial use?

i want to estimate machine learning models with R and i need to use it in a production environment, i'll work with Azure Datascience Virtual Machine or Azure Machine Learning. If i use , for ex., ...
martincr's user avatar
1 vote
1 answer
211 views

Do we have to choose a GPL License when we use MIT, GPLv.2+, LGPL2.1, LGPL3, Apache 2.0 licensed libraries in our distribution?

Our question more specific would be if the whole work has to be published (a must) under GPLv.3 or LGPLv.3 as the used gettext.inc, gettext.php, streams.php are GNU GPLv.2 or later and Smarty is ...
Andreas Becker's user avatar
2 votes
0 answers
33 views

Can I use a license with a warranty disclaimer when my country's laws make that inapplicable? [duplicate]

I'm studying Computer Science in Germany. Even before the beginning of my studies, I wrote some software in order to learn how to write good code (and in order to have fun, too :-) ). Now, I'd like to ...
5Wpn's user avatar
  • 21
3 votes
2 answers
213 views

Using GLPv3 for open-source library modules that can be extended and linked by closed-source libraries and binaries

I'm developing a pretty big open-source project which will require multiple technology stacks. My hope is that this project will be primarily community-based, which means the community should be able ...
Belfer4's user avatar
  • 133
7 votes
1 answer
298 views

org-rs: can I use MIT/Apache2/LGPL license?

I am working on a project https://github.com/org-rs/org-rs written in Rust programming language. The goal of the project is to provide a parser for the Org markup language. Because of the ...
Ngor's user avatar
  • 71
1 vote
2 answers
91 views

GPL 3.0 Licence Query

if I’m using an open source GPL-3.0 library in my saas product, do I need to publish my code under the same license as well?
Abdelmawla's user avatar
2 votes
1 answer
160 views

Code generation, source-only dependencies and GPLv3

I'm building a Java annotation processor and looking for the correct license to use with respect to some requirements (see below). Basically, a user of this tool: depends on it during compilation (...
Victor Noël's user avatar
9 votes
1 answer
157 views

Can we keep the components of a derivative work open source, but allow the work as a whole to be closed?

We are creating a repository of resources so that people can build software or create videos or artwork using our material as their basis. We are making a virtual Moon colony and a website of related ...
kim holder's user avatar
2 votes
0 answers
52 views

Keeping contributions and allowing free use of libraries. i.e. Complex licencing issue

I have an idea for a modern compiler project which will involve, at least at the start: A driver program. A set of libraries that implement the compiler, much like LLVM/Clang. A runtime library that ...
Luke A. Guest's user avatar
-5 votes
2 answers
464 views

How can I exclude a target platform from an open source licence?

I'm developing a software using a game engine that can cross compile the result for different targets (HTML, Android, IOS). I'm planning to release the software under an open source licence. Eg. ...
Kenyakorn Ketsombut's user avatar
9 votes
2 answers
2k views

Dual license Apache2.0 GPLv3 for a library with optional GPLed code

I have an audio library that optionally uses a GPL sub-library for computing the FFT (FFTW3). At compile time, I can disable FFTW3 and use another FFT implementation (which is slower than FFTW3, but ...
GDegottex's user avatar

15 30 50 per page