Oracle Isn't a Linux Company (Motley Fool)
Posted Oct 20, 2006 0:28 UTC (Fri) by
tjc (subscriber, #137)
In reply to:
Oracle Isn't a Linux Company (Motley Fool) by drag
Parent article:
Oracle Isn't a Linux Company (Motley Fool)
The only want they'd be able to do it is 'refactor' in such a way that they simply end up replacing all the original code with their own.
That's not an easy thing to determine. For one thing, what about common programming idioms?
for (i = 0; i < whatever; i++) { ... }
That's so common that I don't think it's copyrightable, and would not have to be refactored to avoid copyright infringement. Nor should it be. If it was copyrightable, then the implication is that a copyright owner is able to restrict the use of ideas for which he/she does not own patents. If trivial patents are bad (and I believe that they are), then using copyright law to restrict the use of ideas is worse.
So how much of any given program constitutes an original form of expression? Probably not very much. Variable and type names, and maybe the interfaces between different parts of a program. Most programs are a sequence of common idioms.
(
Log in to post comments)