From owner-freebsd-hackers Tue Mar 4 12:56:07 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id MAA15381 for hackers-outgoing; Tue, 4 Mar 1997 12:56:07 -0800 (PST) Received: from phaeton.artisoft.com (phaeton.Artisoft.COM [198.17.250.50]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id MAA15295; Tue, 4 Mar 1997 12:56:01 -0800 (PST) Received: (from terry@localhost) by phaeton.artisoft.com (8.6.11/8.6.9) id NAA10324; Tue, 4 Mar 1997 13:47:55 -0700 From: Terry Lambert Message-Id: <199703042047.NAA10324@phaeton.artisoft.com> Subject: Re: Re : latest Java support source for FreeBSD.. To: eivind@dimaga.com (Eivind Eklund) Date: Tue, 4 Mar 1997 13:47:55 -0700 (MST) Cc: adrian@obiwan.aceonline.com.au, hackers@FreeBSD.ORG, emulation@FreeBSD.ORG In-Reply-To: <3.0.32.19970304164156.0092a2d0@dimaga.com> from "Eivind Eklund" at Mar 4, 97 04:41:57 pm X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > >/*- > > * Copyright (c) 1997 Adrian Chadd > > * All rights reserved. > > It would be very nice if you deleted this line, as presently you're not > even allowing me to read the code you're sending to the mailing list ;-) > (If you deleted the line, I believe you would get the effect of having the > BSD copyright for the entire file) He has reserved all rights, then granted license under the terms of the standard UCB license. There's a *lot* of code in the kernel with similar copyright notices. Look at the VM system for a lot of examples. In point of fact, there *must* be a copyright holder, unless he assigns the code (that's what people who "donated" to CSRG did, and The Regents became the copyright holder, and therefore able to grant the license). Regards, Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers.