From owner-svn-src-all@FreeBSD.ORG Tue Jun 5 20:12:55 2012 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E82BA1065674; Tue, 5 Jun 2012 20:12:55 +0000 (UTC) (envelope-from gavin.atkinson@ury.york.ac.uk) Received: from mail-gw10.york.ac.uk (mail-gw10.york.ac.uk [144.32.129.64]) by mx1.freebsd.org (Postfix) with ESMTP id A42BD8FC12; Tue, 5 Jun 2012 20:12:55 +0000 (UTC) Received: from ury.york.ac.uk ([144.32.108.81]:42710) by mail-gw10.york.ac.uk with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1Sc07Z-0008OK-Jl; Tue, 05 Jun 2012 21:12:53 +0100 Received: from gavin (helo=localhost) by ury.york.ac.uk with local-esmtp (Exim 4.77) (envelope-from ) id 1Sc07Z-0003xx-Dv; Tue, 05 Jun 2012 21:12:53 +0100 Date: Tue, 5 Jun 2012 21:12:53 +0100 (BST) From: Gavin Atkinson X-X-Sender: gavin@ury.york.ac.uk To: "David E. O'Brien" In-Reply-To: <201206042259.q54Mx7Ok073084@svn.freebsd.org> Message-ID: References: <201206042259.q54Mx7Ok073084@svn.freebsd.org> User-Agent: Alpine 2.00 (LNX 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r236593 - head/share/man/man4 X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jun 2012 20:12:56 -0000 On Mon, 4 Jun 2012, David E. O'Brien wrote: > Author: obrien > Date: Mon Jun 4 22:59:06 2012 > New Revision: 236593 > URL: http://svn.freebsd.org/changeset/base/236593 > > Log: > Add a man page for filemon(4) [r236592]. [...] > Added: head/share/man/man4/filemon.4 > ============================================================================== > --- /dev/null 00:00:00 1970 (empty, because file is newly added) > +++ head/share/man/man4/filemon.4 Mon Jun 4 22:59:06 2012 (r236593) > @@ -0,0 +1,166 @@ > +.\" Copyright (c) 2012 > +.\" David E. O'Brien . All rights reserved. > +.\" > +.\" Redistribution and use in source and binary forms, with or without > +.\" modification, are permitted provided that the following conditions > +.\" are met: > +.\" 1. Redistributions of source code must retain the above copyright > +.\" notice, this list of conditions and the following disclaimer. > +.\" 2. Redistributions in binary form must reproduce the above copyright > +.\" 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 acknowledgement: > +.\" This product includes software developed by David E. O'Brien and > +.\" contributors. > +.\" 4. Neither the name of the author nor the names of its contributors > +.\" may be used to endorse or promote products derived from this software > +.\" without specific prior written permission. The man page has a four-clause license, but the code itself uses the two-clause license. Is there any chance that the man page license could lose the third and fourth clauses to match? Thanks, Gavin