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