Date: Fri, 1 May 2015 22:14:24 +0200 From: Joel Dahl <joel@vnode.se> To: Baptiste Daroussin <bapt@freebsd.org> Cc: Sergey Kandaurov <pluknet@freebsd.org>, svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r282314 - in head: include lib/libc/stdlib Message-ID: <20150501201424.GA44548@ymer.vnode.se> In-Reply-To: <20150501193407.GT13141@ivaldir.etoilebsd.net> References: <201505011832.t41IWGSs002284@svn.freebsd.org> <CAE-mSOLBYgghng-hdbvK0_Eyn4m8RghkR3ea7E=jVNjdimYcRA@mail.gmail.com> <20150501193407.GT13141@ivaldir.etoilebsd.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, May 01, 2015 at 09:34:07PM +0200, Baptiste Daroussin wrote: > On Fri, May 01, 2015 at 10:22:50PM +0300, Sergey Kandaurov wrote: > > On 1 May 2015 at 21:32, Baptiste Daroussin <bapt@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? If you copied it from the malloc(3) manpage, you should use the copyright notice from the same manpage. -- Joel
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20150501201424.GA44548>