summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/xmalloc.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/xmalloc.c b/lib/xmalloc.c
index 46620cac5..a1bcbdf91 100644
--- a/lib/xmalloc.c
+++ b/lib/xmalloc.c
@@ -1,5 +1,7 @@
/* xmalloc.c -- malloc with out of memory checking
- Copyright (C) 1990-1999, 2000, 2002, 2003 Free Software Foundation, Inc.
+
+ Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
+ 1999, 2000, 2002, 2003 Free Software Foundation, Inc.
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