diff options
author | Alexandre Oliva <aoliva@redhat.com> | 2012-09-05 20:47:16 -0300 |
---|---|---|
committer | Alexandre Oliva <aoliva@redhat.com> | 2012-09-05 20:47:16 -0300 |
commit | 24d4e01b22c96a116c7878b701ea65aa5c7980c2 (patch) | |
tree | 50a6d1ec09c18c316df23e356e6eade745e69a2e /malloc/arena.c | |
parent | 61d581741699e104f8af2871bb61ea797fc05912 (diff) | |
download | glibc-24d4e01b22c96a116c7878b701ea65aa5c7980c2.tar glibc-24d4e01b22c96a116c7878b701ea65aa5c7980c2.tar.gz glibc-24d4e01b22c96a116c7878b701ea65aa5c7980c2.tar.bz2 glibc-24d4e01b22c96a116c7878b701ea65aa5c7980c2.zip |
* malloc/arena.c: Fold copyright years.
* malloc/mcheck.c, malloc/memusage.c: Likewise.
Diffstat (limited to 'malloc/arena.c')
-rw-r--r-- | malloc/arena.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/malloc/arena.c b/malloc/arena.c index 9e5e332020..b893baeb43 100644 --- a/malloc/arena.c +++ b/malloc/arena.c @@ -1,6 +1,5 @@ /* Malloc implementation for multiple threads without lock contention. - Copyright (C) 2001,2002,2003,2004,2005,2006,2007,2009,2010,2011,2012 - Free Software Foundation, Inc. + Copyright (C) 2001-2012 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Wolfram Gloger <wg@malloc.de>, 2001. |