aboutsummaryrefslogtreecommitdiffstats
path: root/lib/malloc/xmalloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/malloc/xmalloc.c')
-rw-r--r--lib/malloc/xmalloc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/malloc/xmalloc.c b/lib/malloc/xmalloc.c
index b037222..ab7c91a 100644
--- a/lib/malloc/xmalloc.c
+++ b/lib/malloc/xmalloc.c
@@ -1,6 +1,6 @@
/* xmalloc.c -- safe versions of malloc and realloc */
-/* Copyright (C) 1991 Free Software Foundation, Inc.
+/* Copyright (C) 1991-2003 Free Software Foundation, Inc.
This file is part of GNU Readline, a library for reading lines
of text with interactive input and history editing.