vote up 6 vote down star

This is a hypothetical scenario (ie: I just thought it up and I do not intend to do it!)

What stops a company from preventing the effective use of a derivative GPL work by doing the following

  1. Fork the GPL project
  2. Make a derivative work
  3. Sell the derivative work and publish the source code in obfuscated form

So technicly they have released the source code back in to the community. but it is practicly useless.

I know that would be a pretty low thing to do and it would be against the spirit the GPL but does the GPL prevent against this type of abuse? If so how

flag

1 Answer

vote up 19 vote down check

From the GPL:

The “source code” for a work means the preferred form of the work for making modifications to it.

I guess it would be pretty hard to make a case that the (in whatever way) obfuscated form is the preferred form for modifying.

link|flag
They obviously thought this through carefully, thanks for the answer + 1 – hhafez Jul 6 at 11:06
Well, technically true. But this would imply that every source code should be adequately commented and written in a highly maintenable way - with nice naming and fine structure which we all know is not always the case and doesn't prevent from releasing under GPL. – sharptooth Jul 6 at 11:06
2  
@sharptooth There's obviously a grey area here. But intentionally obfuscated code for the purpose of preventing reuse and/or modification should usually be distinguishable from badly documented or otherwise hardly readable code. If you use GPL code and make additions to it in a horrible way, but you can make a point that this code is exactly how you use it... there you go! After all, you can release Brainfuck code under the GPL ;-) – balpha Jul 6 at 11:15
1  
sharptooth: I think "preferred form of the work for making modifications" means "the way you were working on it" (as in, don't obfuscate the code as a release build-step - but if you primarily worked on the obfuscated code, it should be okay) – dbr Jul 6 at 11:20
1  
This provision was specifically included to prevent people working around the provisions of GPL by redistributing source in obfuscated form. It also applies to build files. At one point there was an outfit called Smoothwall that made a product that violated the GPL. They tried releasing source code but no make files and got more or less lynched in the process. Also, public attempts to work around the GPL have a history of garnering negative press, c.f. Novell's 'credits'. – ConcernedOfTunbridgeWells Jul 6 at 12:49
show 4 more comments

Your Answer

Get an OpenID
or

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