In my AGPL3 project, can I use code from a GPL3 project and publish it under the AGPL3 licence? If not how would i go about using said code?
In my AGPL3 project, can I use code from a GPL3 project and publish it under the AGPL3 licence? If not how would i go about using said code?
GPL3 has a clause specifically to deal with this situation [1]
So you can use GPL3 code in AGPL projects. The GPL3 portion of the code will still be licensed under GPL3, but the network interaction clause of the AGPL3 will apply to the project as a whole, including the GPL3 parts.
[1] https://www.gnu.org/licenses/gpl-3.0.en.html
Thanks so much wanted to make sure i was in the clear