diff options
author | bapt <bapt@FreeBSD.org> | 2015-05-01 20:37:59 +0000 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2015-05-01 20:37:59 +0000 |
commit | 95203664d2adb33b05306c5f2ff63acae8467037 (patch) | |
tree | 6895fc5cd2edcd7cbb55b6d3d90e96d6cbc5bd27 /lib/libc/stdlib/reallocarray.3 | |
parent | 5b8c32b5c4e3fc7a1a6838beba7fa0d10181b539 (diff) | |
download | FreeBSD-src-95203664d2adb33b05306c5f2ff63acae8467037.zip FreeBSD-src-95203664d2adb33b05306c5f2ff63acae8467037.tar.gz |
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
Diffstat (limited to 'lib/libc/stdlib/reallocarray.3')
-rw-r--r-- | lib/libc/stdlib/reallocarray.3 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libc/stdlib/reallocarray.3 b/lib/libc/stdlib/reallocarray.3 index 1b68493..a85858c 100644 --- a/lib/libc/stdlib/reallocarray.3 +++ b/lib/libc/stdlib/reallocarray.3 @@ -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 |