diff options
Diffstat (limited to 'src/heap.c')
-rw-r--r-- | src/heap.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -/* $Id: heap.c,v 1.8 2004-02-13 21:27:42 rjkaes Exp $ +/* $Id: heap.c,v 1.9 2005-07-12 17:39:44 rjkaes Exp $ * * Debugging versions of various heap related functions are combined * here. The debugging versions include assertions and also print @@ -6,7 +6,7 @@ * of memory allocated, and where the memory is pointing. The * format of the log message is standardized. * - * Copyright (C) 2002 Robert James Kaes (rjkaes@flarenet.com) + * Copyright (C) 2002 Robert James Kaes (rjkaes@users.sourceforge.net) * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the |