diff --git a/src/hmalloc.c b/src/hmalloc.c index 45c9b78..8be85a8 100644 --- a/src/hmalloc.c +++ b/src/hmalloc.c @@ -11,8 +11,6 @@ /* * Replacements for malloc, realloc and free, which never fail, * and might keep statistics on memory allocation... - * - * GPL'ed, by Heikki Hannikainen */ #include