From owner-freebsd-bugs@FreeBSD.ORG Sun Aug 14 02:37:32 2011 Return-Path: Delivered-To: freebsd-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D77D9106564A; Sun, 14 Aug 2011 02:37:32 +0000 (UTC) (envelope-from brde@optusnet.com.au) Received: from mail08.syd.optusnet.com.au (mail08.syd.optusnet.com.au [211.29.132.189]) by mx1.freebsd.org (Postfix) with ESMTP id 585148FC17; Sun, 14 Aug 2011 02:37:31 +0000 (UTC) Received: from c122-106-165-191.carlnfd1.nsw.optusnet.com.au (c122-106-165-191.carlnfd1.nsw.optusnet.com.au [122.106.165.191]) by mail08.syd.optusnet.com.au (8.13.1/8.13.1) with ESMTP id p7E2bPDX013346 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 14 Aug 2011 12:37:27 +1000 Date: Sun, 14 Aug 2011 12:37:25 +1000 (EST) From: Bruce Evans X-X-Sender: bde@besplex.bde.org To: "Alex K." In-Reply-To: <201108132324.p7DNOfU8035911@red.freebsd.org> Message-ID: <20110814122152.N915@besplex.bde.org> References: <201108132324.p7DNOfU8035911@red.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-bugs@FreeBSD.org, freebsd-gnats-submit@FreeBSD.org Subject: Re: bin/159752: [patch] chio - incorrect spelling in license X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Aug 2011 02:37:32 -0000 On Sat, 13 Aug 2011, Alex K. wrote: >> Description: > The spelling of acknowledgements could be changed to acknowledgments. Trivial and submitted to gain experienced making diffs. >> How-To-Repeat: > >> Fix: > --- chio.c 2010-06-02 05:34:41.000000000 -0400 > +++ chio.temp 2011-08-13 23:12:22.000000000 -0400 > @@ -12,7 +12,7 @@ > * notice, this list of conditions and the following disclaimer in the > * documentation and/or other materials provided with the distribution. > * 3. All advertising materials mentioning features or use of this software > - * must display the following acknowledgements: > + * must display the following acknowledgments: > * This product includes software developed by Jason R. Thorpe > * for And Communications, http://www.and.com/ > * 4. The name of the author may not be used to endorse or promote products This is the standard Berkeley copyright with the standard Berkeley mispelling. It (or an upper case variant) is used in 6580 regular files out of 17612 in /usr/src 4.4BSD-Lite2. Do you really wish to fix them all? (y or n) :-). The correct spelling is used in 42 files in Lite2 (one is the dictionary :-). I think errors in copyrights can only be fixed by the copyright holder, but this problem will go away when clause 3 is removed (as permitted by Berkeley for most files not including non-Berkeley ones like chio.c). Bruce