Incorporating GPL Code in my Open Source Project
Posted
by
rutherford
on Programmers
See other posts from Programmers
or by rutherford
Published on 2012-10-17T21:43:07Z
Indexed on
2012/10/17
23:19 UTC
Read the original article
Hit count: 291
I have downloaded a currently inactive GPL project with a view to updating it and releasing the completed codebase as open source. I'm not really a fan of GPL though and would rather licence my project under BSD.
What are my options? Is it just a case of keeping any existing non-touched code under the GPL and any updated stuff can be BSD (messy)? The source will essentially be the same codebase i.e. there is no logical separation between the two and they certainly can't be split into anything resembling different libraries.
Are my only realistic options to either GPL the whole thing or seek the original author's permission to release everthing under BSD?
© Programmers or respective owner