1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-08-08 17:42:12 +03:00

* malloc/arena.c: Fold copyright years.

* malloc/mcheck.c, malloc/memusage.c: Likewise.
This commit is contained in:
Alexandre Oliva
2012-09-05 20:47:16 -03:00
parent 61d5817416
commit 24d4e01b22
4 changed files with 8 additions and 5 deletions

View File

@@ -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.