diff options
author | 2014-03-25 17:00:02 +0000 | |
---|---|---|
committer | 2014-03-25 17:00:02 +0000 | |
commit | eaca8be67bbae19f42283ce36ec07457ef940485 (patch) | |
tree | 0ba37907f3fbe59ec76f417f14abba7ac953486b /lib/libc | |
parent | sync (diff) | |
download | wireguard-openbsd-eaca8be67bbae19f42283ce36ec07457ef940485.tar.xz wireguard-openbsd-eaca8be67bbae19f42283ce36ec07457ef940485.zip |
Poul-Henning Kamp informed me he is allright with this licensing change.
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/stdlib/malloc.c | 15 |
1 files changed, 4 insertions, 11 deletions
diff --git a/lib/libc/stdlib/malloc.c b/lib/libc/stdlib/malloc.c index 545e51e2ac3..214b1bb9de4 100644 --- a/lib/libc/stdlib/malloc.c +++ b/lib/libc/stdlib/malloc.c @@ -1,6 +1,7 @@ -/* $OpenBSD: malloc.c,v 1.150 2013/11/12 06:57:54 deraadt Exp $ */ +/* $OpenBSD: malloc.c,v 1.151 2014/03/25 17:00:02 beck Exp $ */ /* * Copyright (c) 2008 Otto Moerbeek <otto@drijf.net> + * Copyright (c) 2000 Poul-Henning Kamp <phk@FreeBSD.org> * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -16,16 +17,8 @@ */ /* - * Parts of this code, mainly the sub page sized chunk management code is - * derived from the malloc implementation with the following license: - */ -/* - * ---------------------------------------------------------------------------- - * "THE BEER-WARE LICENSE" (Revision 42): - * <phk@FreeBSD.ORG> wrote this file. As long as you retain this notice you - * can do whatever you want with this stuff. If we meet some day, and you think - * this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp - * ---------------------------------------------------------------------------- + * If we meet some day, and you think this stuff is worth it, you + * can buy me a beer in return. Poul-Henning Kamp */ /* #define MALLOC_STATS */ |