From owner-svn-src-all@FreeBSD.ORG Fri May 1 19:34:12 2015 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4165F4D5; Fri, 1 May 2015 19:34:12 +0000 (UTC) Received: from mail-wi0-x22f.google.com (mail-wi0-x22f.google.com [IPv6:2a00:1450:400c:c05::22f]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C862D12B5; Fri, 1 May 2015 19:34:11 +0000 (UTC) Received: by wief7 with SMTP id f7so37447684wie.0; Fri, 01 May 2015 12:34:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=OjLVsT7uAoKIEi2IGgwsC2dW+InB3uLrPjET/5uANMk=; b=eii3ouCTUTF+dPpppaLnEM5RcI3J+AjFCzod3B8EjtNxO6eozVGK4qIoNL28TwCPZi /GCeyhWxQ+TVYGOMXCZi0/JQqhoP/tj0+StaS6LA++J07z0Yt8Fhwrsw1Q2iZwRY90wE IJJ+lzjE50rUN5DiehdoqZA8LJj6X7tbNX5oMJ/UHyN9OlKNt23FZZiP0iyymDFFn6U4 kOIM792+NRFHc3MqHxFvIQoUZcqJbF/GngKibJn8nUhdH245jJI0UOHi1nNX+GATazD7 dQlp1VKZfY3/uOdSZ9tsS0CTkrweyELu69jd5zQkd4gW3SqWbUq0ndzXbWxV/FNbHKcr jf/g== X-Received: by 10.194.236.33 with SMTP id ur1mr20138935wjc.77.1430508850361; Fri, 01 May 2015 12:34:10 -0700 (PDT) Received: from ivaldir.etoilebsd.net ([2001:41d0:8:db4c::1]) by mx.google.com with ESMTPSA id s4sm7925528wix.14.2015.05.01.12.34.08 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 01 May 2015 12:34:09 -0700 (PDT) Sender: Baptiste Daroussin Date: Fri, 1 May 2015 21:34:07 +0200 From: Baptiste Daroussin To: Sergey Kandaurov Cc: 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: <20150501193407.GT13141@ivaldir.etoilebsd.net> References: <201505011832.t41IWGSs002284@svn.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="IQvoI1rdlCKiYEYW" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.20 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: Fri, 01 May 2015 19:34:12 -0000 --IQvoI1rdlCKiYEYW Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, May 01, 2015 at 10:22:50PM +0300, Sergey Kandaurov wrote: > On 1 May 2015 at 21:32, Baptiste Daroussin 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 > >[..] >=20 > > Added: head/lib/libc/stdlib/reallocarray.3 > > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D > > --- /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. >=20 > This copyright notice looks suspicious. >=20 Well I wrote the man page but by copy/pasting code from OpenBSD malloc(3) manpage which copyright should I set? Best regards, Bapt --IQvoI1rdlCKiYEYW Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAlVD1S8ACgkQ8kTtMUmk6ExP5gCfcLaC4NbwuieVmW7SwkkRTpfS JnUAnRGPgSxrt/kBsGJALYmsdwbY/htY =hJFi -----END PGP SIGNATURE----- --IQvoI1rdlCKiYEYW--