vote up 1 vote down star

I've got some open-source code which I'd like to translate into different programming language (it is a scientific library and it is the only open-source piece of code that does the thing, so I don't have much choice). Parts which I am interested in are GPL, LGPL and BSD (some code is in one, some in another).

This would be a total rewrite, and not a simple modification, but based on the original code. Would I have to use original license for new code?

flag

78% accept rate

3 Answers

vote up 2 vote down check

Ideas cannot be copyrighted, only the expression of the ideas. You should therefore be OK to use any license you like, provided you give a completely new expression to the ideas. This implies that a simple machine translation, changing a few variable names, might not be enough, so I would not ist down and slavishly translate the existing code to the new language. absorb the ideas and then write your new version - chances are you'll be able to improve on the original.

link|flag
I wonder why this one got a down vote. To the best of my knowledge, "Clean room" implementations are copyrighted to their implementor. – Christian Vest Hansen Jul 19 at 11:27
Of course, this isn't strictly a clean-room implementation, as he has seen the existing code. – Neil Butterworth Jul 19 at 11:50
vote up 0 vote down

If it is really a TOTAL rewrite, then you don't have to keep the original license. But if you decide you want to reuse a piece(even with small modifications to fit in the new language), you can do that in BSD without keeping the original license, but not for LGPL nor GPL.

link|flag
vote up 0 vote down

IANAL, but my gut feeling would be that I have to stick to the terms of the original license.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.