svn commit: r236593 - head/share/man/man4
Gavin Atkinson
gavin at FreeBSD.org
Tue Jun 5 20:12:56 UTC 2012
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 <obrien at FreeBSD.org>. 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
More information about the svn-src-head
mailing list