summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschwarze <>2014-04-03 16:18:11 +0000
committerschwarze <>2014-04-03 16:18:11 +0000
commitaf91c11bfe93c73d0de076c3660f71c22158a28a (patch)
tree477f0bf57a5b0f04cb6c3b63e1013b911b279942
parent3654acb70eb66d8d2d7f0d986c858f8f99ee8218 (diff)
downloadopenbsd-af91c11bfe93c73d0de076c3660f71c22158a28a.tar.gz
openbsd-af91c11bfe93c73d0de076c3660f71c22158a28a.tar.bz2
openbsd-af91c11bfe93c73d0de076c3660f71c22158a28a.zip
Update Copyright notice; ok otto@ beck@ deraadt@.
This is merely a by-product of figuring out the amount of phk@ code contained herein; i'm not planning to hack on this file.
-rw-r--r--src/lib/libc/stdlib/malloc.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/lib/libc/stdlib/malloc.c b/src/lib/libc/stdlib/malloc.c
index 214b1bb9de..446a1ca254 100644
--- a/src/lib/libc/stdlib/malloc.c
+++ b/src/lib/libc/stdlib/malloc.c
@@ -1,6 +1,8 @@
1/* $OpenBSD: malloc.c,v 1.151 2014/03/25 17:00:02 beck Exp $ */ 1/* $OpenBSD: malloc.c,v 1.152 2014/04/03 16:18:11 schwarze Exp $ */
2/* 2/*
3 * Copyright (c) 2008 Otto Moerbeek <otto@drijf.net> 3 * Copyright (c) 2008, 2010, 2011 Otto Moerbeek <otto@drijf.net>
4 * Copyright (c) 2012 Matthew Dempsky <matthew@openbsd.org>
5 * Copyright (c) 2008 Damien Miller <djm@openbsd.org>
4 * Copyright (c) 2000 Poul-Henning Kamp <phk@FreeBSD.org> 6 * Copyright (c) 2000 Poul-Henning Kamp <phk@FreeBSD.org>
5 * 7 *
6 * Permission to use, copy, modify, and distribute this software for any 8 * Permission to use, copy, modify, and distribute this software for any