Advertisement

Copyright Notices with GPL Code

Started by May 02, 2013 08:32 PM
2 comments, last by samgj 11 years, 8 months ago

If I use code from a GPL'd project, where should I put its copyright notice? Would just putting it in a README be fine?

SAMULIKO: My blog

[twitter]samurliko[/twitter]

BitBucket

GitHub

Itch.io

YouTube

You can only incorporate code from a GPL project if you project itself is GPL. Therefore you need to add the GPL notice as the header to ALL of your source files, in addition to providing a copy of the license with your source and your executable.

Advertisement

Note that LGPL is different from GPL, and LGPL code can be linked to (in DLL form or similar) without forcing your code to become LGPL.

You can only incorporate code from a GPL project if you project itself is GPL. Therefore you need to add the GPL notice as the header to ALL of your source files, in addition to providing a copy of the license with your source and your executable.

I understand that but, do I have to put the name of the project it's from and if so where do I put it.

SAMULIKO: My blog

[twitter]samurliko[/twitter]

BitBucket

GitHub

Itch.io

YouTube

This topic is closed to new replies.

Advertisement