From owner-cvs-usrsbin Sun Dec 21 05:41:55 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id FAA02443 for cvs-usrsbin-outgoing; Sun, 21 Dec 1997 05:41:55 -0800 (PST) (envelope-from owner-cvs-usrsbin) Received: from ns1.yes.no (ns1.yes.no [195.119.24.10]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id FAA02438; Sun, 21 Dec 1997 05:41:48 -0800 (PST) (envelope-from eivind@bitbox.follo.net) Received: from bitbox.follo.net (bitbox.follo.net [194.198.43.36]) by ns1.yes.no (8.8.7/8.8.7) with ESMTP id NAA06909; Sun, 21 Dec 1997 13:41:31 GMT Received: (from eivind@localhost) by bitbox.follo.net (8.8.6/8.8.6) id OAA21814; Sun, 21 Dec 1997 14:41:31 +0100 (MET) To: Mike Smith Cc: Brian Somers , Sean Eric Fagan , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: Re: cvs commit: src/usr.sbin/procctl procctl.c References: <199712210246.NAA01966@word.smith.net.au> From: Eivind Eklund Date: 21 Dec 1997 14:41:30 +0100 In-Reply-To: Mike Smith's message of Sun, 21 Dec 1997 13:16:08 +1030 Message-ID: <86sormu839.fsf@bitbox.follo.net> Lines: 24 X-Mailer: Gnus v5.4.52/XEmacs 20.2 Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Mike Smith writes: > > > Log: > > > Add a copyright and license statement, at the request of Jordan. > > > > > What's the ``standard'' here ? I've left this out 'cos I didn't > > really know what to put.... I'm not from UCB :-| > > Look at /usr/share/examples/etc/bsd-style-copyright. It's what it says > it is. If you're happy with it, go that way. I actually feel somewhat worried about this - that copyright is GREAT when there is a single copyright holder ("University of California at Berkeley and its contributors"), not so great when you have about 500 people with their own individual copyrights thrown all around the tree. If you derive something in this case, you have to go carefully through everything you use, and check what the copyright on each individual file (for your documentation) and each individual feature you use in advertising. Checking all files could be a major pain; not doing it throws you wide open for lawsuits. Eivind.