Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!gatech!cuae2!ihnp4!houxm!mhuxt!mhuxv!mhuxo!ulysses!allegra!alice!ark From: ark@alice.UUCP Newsgroups: misc.legal,comp.unix.wizards Subject: Re: Copyrighting trivial code Message-ID: <6564@alice.uUCp> Date: Wed, 21-Jan-87 18:27:38 EST Article-I.D.: alice.6564 Posted: Wed Jan 21 18:27:38 1987 Date-Received: Fri, 23-Jan-87 03:46:34 EST References: <2567@phri.UUCP> Organization: AT&T Bell Laboratories, Liberty Corner NJ Lines: 23 Summary: Copyright prohibits copying, and says nothing about re-deriving the same thing by coincidence. Xref: mnetor misc.legal:684 comp.unix.wizards:691 In article <2567@phri.UUCP>, roy@phri.UUCP writes: > The obvious question is whether the copyright notice means > anything. Can one really copyright something which is so straightforward, > trivial, and obvious? If you gave the assignment "write a C program which > prints the system page size in decimal to stdout" to 50 programmers, most > of them would come up with substantially the same program, and many would > probably be identical, character for character, to the 4.3 version. If the > copyright is valid, then any program I write which has that line of code, > or a similar line of code, in it would be a derivitive work. Clearly this > is absurd. It sure is, and I don't think that's the law. As far as I know, copyright only protects copying. In order to copy something, you have to see the original and transcribe it in some way (including changing it). Thus, for instance, it is impossible to violate the copyright on something you never saw. So suppose I come up with something that looks just like this little program and Berkeley accuses me of copyright infringement? Essentially, they have to convince a jury that I saw this program and used it to base my own version on. For something that short, it would be a little hard to prove.