Date: Fri, 1 May 2015 20:37:59 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r282321 - head/lib/libc/stdlib Message-ID: <201505012037.t41KbxUj064079@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505012037.t41KbxUj064079>