svn commit: r282314 - in head: include lib/libc/stdlib

Baptiste Daroussin bapt at freebsd.org
Fri May 1 19:34:12 UTC 2015


On Fri, May 01, 2015 at 10:22:50PM +0300, Sergey Kandaurov wrote:
> On 1 May 2015 at 21:32, Baptiste Daroussin <bapt at freebsd.org> wrote:
> > Author: bapt
> > Date: Fri May  1 18:32:16 2015
> > New Revision: 282314
> > URL: https://svnweb.freebsd.org/changeset/base/282314
> >
> > Log:
> >   Import reallocarray(3) from OpenBSD
> >
> >   Add a manpage for it, assign the copyright to the OpenBSD project on it since it
> >   is mostly copy/paste from OpenBSD manpage.
> >   style(9) fixes
> >[..]
> 
> > Added: head/lib/libc/stdlib/reallocarray.3
> > ==============================================================================
> > --- /dev/null   00:00:00 1970   (empty, because file is newly added)
> > +++ head/lib/libc/stdlib/reallocarray.3 Fri May  1 18:32:16 2015        (r282314)
> > @@ -0,0 +1,136 @@
> > +.\" Copyright (c) 2015 OpenBSD
> > +.\" All rights reserved.
> 
> This copyright notice looks suspicious.
> 
Well I wrote the man page but by copy/pasting code from OpenBSD malloc(3)
manpage which copyright should I set?

Best regards,
Bapt
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 181 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-src-all/attachments/20150501/ae8ce5f1/attachment.sig>


More information about the svn-src-all mailing list