aboutsummaryrefslogtreecommitdiff
path: root/malloc/memusage.c
diff options
context:
space:
mode:
authorAlexandre Oliva <aoliva@redhat.com>2012-09-05 20:47:16 -0300
committerAlexandre Oliva <aoliva@redhat.com>2012-09-05 20:47:16 -0300
commit24d4e01b22c96a116c7878b701ea65aa5c7980c2 (patch)
tree50a6d1ec09c18c316df23e356e6eade745e69a2e /malloc/memusage.c
parent61d581741699e104f8af2871bb61ea797fc05912 (diff)
downloadglibc-24d4e01b22c96a116c7878b701ea65aa5c7980c2.zip
glibc-24d4e01b22c96a116c7878b701ea65aa5c7980c2.tar.gz
glibc-24d4e01b22c96a116c7878b701ea65aa5c7980c2.tar.bz2
* malloc/arena.c: Fold copyright years.
* malloc/mcheck.c, malloc/memusage.c: Likewise.
Diffstat (limited to 'malloc/memusage.c')
-rw-r--r--malloc/memusage.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/malloc/memusage.c b/malloc/memusage.c
index 2f6b6b5..8e2b683 100644
--- a/malloc/memusage.c
+++ b/malloc/memusage.c
@@ -1,5 +1,5 @@
/* Profile heap and stack memory usage of running program.
- Copyright (C) 1998-2002, 2004-2006, 2009 Free Software Foundation, Inc.
+ Copyright (C) 1998-2012 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.