From owner-svn-src-head@FreeBSD.ORG Fri May 1 20:37:59 2015 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DE19B8E3; Fri, 1 May 2015 20:37:59 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CC7531990; Fri, 1 May 2015 20:37:59 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t41KbxnT064080; Fri, 1 May 2015 20:37:59 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t41KbxUj064079; Fri, 1 May 2015 20:37:59 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201505012037.t41KbxUj064079@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Fri, 1 May 2015 20:37:59 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r282321 - head/lib/libc/stdlib X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 May 2015 20:38:00 -0000 Author: bapt Date: Fri May 1 20:37:59 2015 New Revision: 282321 URL: https://svnweb.freebsd.org/changeset/base/282321 Log: Apply the copyright the the same owners as the original malloc(3) where most of the text here comes from Reported by: many Discussed with: miod@OpenBSD.org Pointyhat to: bapt Modified: head/lib/libc/stdlib/reallocarray.3 Modified: head/lib/libc/stdlib/reallocarray.3 ============================================================================== --- head/lib/libc/stdlib/reallocarray.3 Fri May 1 20:35:09 2015 (r282320) +++ head/lib/libc/stdlib/reallocarray.3 Fri May 1 20:37:59 2015 (r282321) @@ -1,5 +1,6 @@ -.\" Copyright (c) 2015 OpenBSD -.\" All rights reserved. +.\" +.\" Copyright (c) 1980, 1991, 1993 +.\">----The Regents of the University of California. All rights reserved. .\" .\" This code is derived from software contributed to Berkeley by .\" the American National Standards Committee X3, on Information