summaryrefslogtreecommitdiff
path: root/xmalloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'xmalloc.c')
-rw-r--r--xmalloc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmalloc.c b/xmalloc.c
index 819eaf57a..35f668df3 100644
--- a/xmalloc.c
+++ b/xmalloc.c
@@ -4,7 +4,7 @@
4 * All rights reserved 4 * All rights reserved
5 * Versions of malloc and friends that check their results, and never return 5 * Versions of malloc and friends that check their results, and never return
6 * failure (they call fatal if they encounter an error). 6 * failure (they call fatal if they encounter an error).
7 * 7 *
8 * As far as I am concerned, the code I have written for this software 8 * As far as I am concerned, the code I have written for this software
9 * can be used freely for any purpose. Any derived versions of this 9 * can be used freely for any purpose. Any derived versions of this
10 * software must be clearly marked as such, and if the derived work is 10 * software must be clearly marked as such, and if the derived work is