Skip to main content

Questions tagged [gpl]

GNU General Public License

3 votes
2 answers
262 views

Does utilizing "copyleft" programs like git and gcc imply that the output has to be under the same license?

GPL v2.0 states the following as git's license: b) You must cause any work that you distribute or publish, that in whole or in part contains or is derived from the Program or any part thereof, to ...
Best User's user avatar
3 votes
2 answers
858 views

GPL Licensed code as separate process

We are going to use a GPL licensed application as separate process inside a docker. So here's how it works: Main app ships to client, it doesn't have any GPL code. Does have lots of things and ...
GMX Rider's user avatar
  • 133
0 votes
1 answer
251 views

Are there any AGPL-style licences that require source code modifications to be public?

So my understanding of the AGPL, is that it requires modifications to be distributed to the users of the network service, but I'm looking for a licence that would require any modifications (non-...
smw's user avatar
  • 11
5 votes
1 answer
308 views

How to enforce GPL if the copyright holder doesn't have access to the source code of violating software?

I'd like to publish a C library project that I have written on GitHub and license it under GPL, so I am doing some research on open source licenses and some confusion comes to mind. Let's say Evil ...
lawandorders's user avatar
4 votes
1 answer
239 views

Can I use my own Open Source code in commercial software I'm writing?

If I release some code that I wrote myself with an Open Source license (a WordPress plugin with the GPL2 license, https://www.gnu.org/licenses/gpl-2.0.html), can I then use my own code in commercial ...
AaronJ's user avatar
  • 143
2 votes
1 answer
120 views

Websites using GPL-licensed libraries

If a customer of yours pays you to develop a website (not to buy it, so he doesn't receive a copy of the software), the website uses GPL libraries or frameworks, and the site is installed in a server ...
ABu's user avatar
  • 123
4 votes
2 answers
1k views

Is it legal for manufacturers to lock bootloaders on Android phones?

Some backgroud : A bootloader is a very low level piece of software that runs first and loads an operating system of some other tool. On a lot of new Android devices the bootloader is "locked", that ...
potato's user avatar
  • 143
3 votes
2 answers
189 views

Can I use GPLv3 license in my project even if I am below 18 years old

My question is can I license my Game project with GPLv3 and have my name right of the copyright notice even if I am below 18?
aguy's user avatar
  • 31
0 votes
1 answer
287 views

Code compatible with a GPL licensed program published under a different license (GNU gettext)

Context: The Python standard library already contains a gettext module roughly compatible with the original GNU gettext library. Simply this module does not use the hash tables present in mo files to ...
Serge Ballesta's user avatar
1 vote
0 answers
41 views

GNU application in work other than software

As we know, GPL is intended especially for software products, but it may be used for any work if the creator thinks it is OK. If the original work and a modified work are both software, I see no ...
Musaytr's user avatar
  • 11
0 votes
1 answer
119 views

What happens if open hardware infringes existing patent?

For example, maker community builds a machine implying/related to technologies/concepts under patent, and licenses these under GPL. What are the consequences? Example: electronic beam welding patent ...
J. Doe's user avatar
  • 447
0 votes
1 answer
197 views

Developing software under GPLv3 and selling the source code

I am a software freelancer (basically, I own a software company which is just myself), so legally, I'm the bearer of responsibility. Recently, I have been asked to develop a piece of software. ...
user129186's user avatar
0 votes
1 answer
88 views

Using Qt with LPGL license for a revenue generating, non-distributed private project

I am planning on porting my Python based TradingBot to C++ due to Python's GIL limitation. I have looked up a few c++ libraries like boost and Qt. I'm more inclined to use Qt because of its excellent ...
Vino's user avatar
  • 103
3 votes
6 answers
926 views

Is there a loophole in the GPL allowing binary-only distribution?

I asked this question a long time ago here, which was the wrong place, and got a bunch of conflicting answers from a bunch of non-lawyers. I'm hoping for a more definitive answer here, ideally from ...
Archie's user avatar
  • 133
1 vote
1 answer
254 views

Is the output of a generator tool copyrighted? [GPL3 and CC BY-SA 3.0]

I am developing a game right now and wanted to use character sprites created by a generator under a GPL and CC BY-SA 3.0 license. In my understanding the GPL license does not cover the output of the ...
Tom Wellbrock's user avatar

15 30 50 per page
1
4
5
6 7 8