svn commit: r282321 - head/lib/libc/stdlib

Baptiste Daroussin bapt at FreeBSD.org
Fri May 1 20:38:00 UTC 2015


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 at 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


More information about the svn-src-all mailing list