Skip to main content

All Questions

Tagged with
0 votes
1 answer
55 views

Can I use GPL 3.0 license project as library to my private project with MIT license

I'm working on a private project and considering integrating a library that is licensed under the GPL 3.0 (GNU General Public License version 3.0). However, my project itself is licensed under the MIT ...
Muhammad Ammar's user avatar
1 vote
0 answers
43 views

Do I meet the conditions of GPLv3 license?

GitHub says GPLv3 licence conditions are: License and copyright notice State changes Disclose source Same license License and copyright notice: How do I write copyright notice? Is it enough to write ...
yg213's user avatar
  • 21
3 votes
1 answer
279 views

Importing GPLv3'd code: Which copyright notice to add to my own code?

Let's say I import some header files (or Python modules) which are under GPLv3 into a source file that I would like to publish as Open Source (OS), and also signify that I have copyright on that ...
cwellm's user avatar
  • 93
2 votes
0 answers
111 views

What is the proper way to add attribution to a gpl3 licensed diff/patch file?

This is as much a technical issue as a license issue, but I would appreciate correction if any of my assumptions about how the licenses work are incorrect. Assume that I want to use a patch file from ...
YonKuma's user avatar
  • 121
4 votes
1 answer
118 views

License GPLv3 scenario for a plugin A for Blender 3D and software B that communicates with plugin A. What is the license for software B?

I would like to create a plugin, let's call it 'A' for Blender 3D and a software let's call it 'B' that communicates with plugin A through the network. I know that Blender 3D has GPL license for the ...
panagiotis's user avatar
4 votes
1 answer
650 views

GPL and original author's copyright text in completely rewritten code

I'm about to release my first "big" project on Github, and although I want it to remain open-source and I have no plan of selling it, I want to try to make this licensing stuff right for my ...
Victor Douet's user avatar
2 votes
1 answer
276 views

Can we modify LGPLv3 license based ERP and change the license to private?

My client wants to use an opensource ERP named Odoo. However modifications like name, UI and languages support would be required. Also the license need to be private onwards If it is permissible under ...
Bilal Saeed's user avatar
5 votes
1 answer
1k views

Can I fork libstdc++ without disclaiming copyright for the modifications I make?

NOTICE: Not A duplicate of Am I allowed to add additional copyright on modified code that originally the FSF released under GPLv3: The previous question answered if I'm allowed to copyright ...
globalturist's user avatar
2 votes
1 answer
493 views

Am I allowed to add additional copyright on modified code that originally the FSF released under GPLv3

I've ported type_traits from GCC to AVR-GCC with some major modifications to the code structure, style, and used some boost implementations along with some of my own implementations and would like to ...
globalturist's user avatar
8 votes
2 answers
2k views

Can a company circumvent the freedom of distribution on GPL software for its employees or service providers?

This post contains various related questions, but I think it's needed to solve my doubts properly. As far as I know if I can access a free software I have the freedom to run, study, modify and ...
Hacktivista's user avatar
2 votes
2 answers
468 views

Distributing MIT application with GPLv3 plugin without releasing source for MIT application

We have a MIT licensed application which we sell packed under virtual appliance to our customers. the application has a marketplace where users can download and install additional plugins. We wish to ...
Shubham's user avatar
  • 23
6 votes
1 answer
870 views

Copyright of MIT licenced libraries usage within GPL licensed code

My software is completely written in python and has the following architecture of down cascaded dependencies. I plan to share my whole source code (FileA, FileB, FileC) next time in GitHub: FileA: ...
Tom Kate's user avatar
3 votes
2 answers
145 views

Re-assigning copyright on GPL licensed software - does the assigner still have a copy?

I have built upon software that is released under GPLv2 (with the 'at your option, a later version' addition), and am now conveying that software to my client under GPLv3. Of course, I provide the ...
Tim Malone's user avatar
  • 2,150
7 votes
1 answer
571 views

Is the text in my open source project under the GPL?

I have an open source project that used to be under the GPL licence (now it has no licence). In this repository I had many short stories. My intention was for the code to be open source but the ...
KNejad's user avatar
  • 181
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