But they weren't, they were published as part of an illegal infringement and are, in context and part of that illegal infringement, under the law in effect (US law), not copyrightable. That's it. No argument. It's done. End of story. That's all she wrote, folks!
Well, that's may be all "she" (whoever that is) wrote, but that doesn't entitle one to ignore the laws written by the U.S. government. As it turns out,
17 U.S. Code § 103 discusses exactly this. The text is, in full (emphasis mine):
- (a) The subject matter of copyright as specified by section 102 includes compilations and derivative works, but protection for a work employing preexisting material in which copyright subsists does not extend to any part of the work in which such material has been used unlawfully.
- (b) The copyright in a compilation or derivative work extends only to the material contributed by the author of such work, as distinguished from the preexisting material employed in the work, and does not imply any exclusive right in the preexisting material. The copyright in such work is independent of, and does not affect or enlarge the scope, duration, ownership, or subsistence of, any copyright protection in the preexisting material.
This is further discussed in the "Notes" tab on that page:
- The second part of the sentence that makes up section 103(a) deals with the status of a compilation or derivative work unlawfully employing preexisting copyrighted material. In providing that protection does not extend to "any part of the work in which such material has been used unlawfully,” the bill prevents an infringer from benefiting, through copyright protection, from committing an unlawful act, but preserves protection for those parts of the work that do not employ the preexisting work. Thus, an unauthorized translation of a novel could not be copyrighted at all, but the owner of copyright in an anthology of poetry could sue someone who infringed the whole anthology, even though the infringer proves that publication of one of the poems was unauthorized.
The above clearly makes this statement (emphasis mine):
His contribution to creating the work "EhBASIC" is totally null and void as far as his or his estate's right to ownership/copyright.
wrong if there is
any original material in EhBASIC that can be shown not to be derivative work of MS-BASIC.
So certainly it seems that parts of the original work in EhBASIC cannot be copyrighted because, being modifications of the original code that simply slightly modify how it works, they violate the original code's copyright, and MS can distribute a modified MS-BASIC with those changes.
But, as the law says above, this applies
only to "part[s] of the work where [MS-BASIC] has been used unlawfully." If there are any parts of the work that do not re-use parts of MS-BASIC, say, a substantial function that has been completely replaced by code clearly unrelated in any way to the original code (excepting the API to call it, use of which is
generally considered fair use), Lee would have copyright on that part of the work and MS could not redistribute it.
I am not saying such routines exist in the EhBASIC—in fact, that would have to be decided by a court, not any of us. But it is certainly possible. Consider for example the new random number routine, which is entirely different from the MS version. (Not only is the code different, the entire algorithm is different.) There is certainly a reasonable argument to be made that since the new random number function
no common code at all with the MS version beyond that they both use the same instruction set and take parameters at the same memory locations, and could be used as a stand-alone random number function or in another program, the new one "[does not] employ the preexisting work."
Y'all can fanaticize as you wish. If I ever decide to sell a product with EhBASIC on it, have fun coming after me ...
I think you meant "fantasize"? Or do you consider us all "fanatics" for disagreeing with you? But anyway, it's statements like this that make be believe you may not understand copyright law as well as you think. Of course we can't come after you: none of us have standing to do so. Only the copyright owner can come after you, and whoever that is right now, it certainly isn't any of us who are participating in this thread.