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
2 votes
0 answers
25 views

If an MIT licensed repo relicenses to GPL3, is my derived project impacted in any way? [duplicate]

A year ago I participated in a group project to develop a small game for a class. My work involved level generation, and I later reused the code I wrote for the group project in a separate personal ...
deadClicks's user avatar
2 votes
1 answer
107 views

License a project under the GPLv3, but license a library to communicate with it under the MIT. Is it possible?

I am currently writing a game. Leaving aside all the game development things, I want to create a library implementation for its API, basically so I give some random guy on the internet the ability to ...
AggelosT's user avatar
4 votes
1 answer
88 views

Is a project structure covered by that project's license?

I'm starting to work on a new UI application written in C#, so the MVVM pattern invites itself. However, I have little experience working with it and I need to learn a bit more before I can use it. ...
Marty Cagas's user avatar
1 vote
1 answer
398 views

How does using MIT Licensed code in a GPL or AGPL work affect the original licensed work?

In the GPLv3 license, it states: “Additional permissions” are terms that supplement the terms of this License by making exceptions from one or more of its conditions. Additional permissions that are ...
Scott M. Stolz's user avatar
1 vote
0 answers
352 views

Can GPL or AGPL talk to non-GPL software (via API, for example)?

Does the GPL or AGPL restrict programs from talking to other programs with other licenses via API? (i.e. transferring data.) Example scenario: Person 1 has Software A which has a GPL license. Person ...
Scott M. Stolz's user avatar
1 vote
1 answer
383 views

Do I have to remove the license on zLib-licensed code project in order for it to be integrated into a GPL3, Apache2 or MIT-licensed codebase?

As the title states, if I take one code project that is under a zlib license, and incorporate it into a GPL3, Apache2 or MIT-licensed codebase, do I have to remove the license from the code project ...
metamorphosis's user avatar
2 votes
0 answers
56 views

Using code licensed under an MIT license with code licensed under the GPL [duplicate]

Say I have a repository that uses the GPL and I want to include code from a repository under the MIT license. I found here that MIT and GPL licensed code can be freely combined; however, I am unsure ...
Kalcifer's user avatar
  • 121
2 votes
1 answer
377 views

If I'm using a MIT library in my project, can I license my project under GPLv3 license?

If I'm using a MIT library in my project, can I license my project under GPLv3 license? And which libraries Im allow to use if I want to license my project under GPL v3?
Diego Meza's user avatar
1 vote
1 answer
179 views

How to publish research source code that modifies GPL v3 and LGPL v2.1 or later code, as well as uses MIT and MPL2 code?

I wrote a software simulation for my Bachelor's Thesis. For a statistical routine for the simulation, I adapted code from an LGPL v2.1 or later licensed library, without including the library, just ...
sea_of_confusion's user avatar
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
0 votes
1 answer
183 views

Can I start my project under MIT, GPLv3 or Apache 2.0 with these components?

I'm newbie in web-development. I want create a project for demo my work skills: GitHub repository with source codes and working application on some hosting service. My project is a single page ...
ND8801's user avatar
  • 123
2 votes
1 answer
230 views

Explicit linkage of GCC STL source code in end user's code - GPLv3 + GCC runtime exception

My question is related to GPLv3 and GCC runtime exception. I need to include GCC source code in my project. I am an author of an embedded library that is intended to be built using GCC C++ compiler ...
Piotr Grygorczuk's user avatar
8 votes
1 answer
591 views

Can PyQt5 projects use the MIT license?

I maintain a PyQt5 project on GitHub under the MIT license but now I am wondering if I am risking getting in trouble by not making it GPL... This answer makes me think that releasing my own code under ...
pyjamas's user avatar
  • 277
1 vote
2 answers
523 views

Adding AGPL patches to a Software with APACHE2 or MIT License

I am interested in creating a fork of an abandoned software. The software which is no longer maintained is release under the terms of Apache 2 license. Am I allowed to create my patches under a less ...
oz123's user avatar
  • 113

15 30 50 per page