How will the court decide?
Posted May 16, 2003 17:28 UTC (Fri) by
tjc (guest, #137)
Parent article:
...and if SCO is right...?
The thing that concerns me most is that (as far as I know, which isn't very far in legal matters) there is no legal precedent for judging source code. Will the court have enough understanding to discern the difference between programming interfaces and the actual implementation of such an interface? Will they recongnize that there are certain idioms for coding that are commonly used and are not part of anyone's IP? Will they rely on the advice of "technical experts" (who may have an agenda of their own) in making a decision?
Beyond that, how will they determine if code has been deliberately obfuscated? As a simple example, it's easy to see that this:
if (foo) a = 1; else a = 2;
is about the same as this:
z = bar ? 1 : 2;
...but there is no way to prove that this code has been deliberately changed to mask it's origins. Code translation is not a lossless process in that one's intentions can not be determined by looking at a chunk of code. Speculation is as far as this can go.
There are a lot of things that will be decided by people who may not be qualified to make a reasonable decision.
(
Log in to post comments)