]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
* malloc/arena.c: Fold copyright years.
authorAlexandre Oliva <aoliva@redhat.com>
Wed, 5 Sep 2012 23:47:16 +0000 (20:47 -0300)
committerAlexandre Oliva <aoliva@redhat.com>
Wed, 5 Sep 2012 23:47:16 +0000 (20:47 -0300)
* malloc/mcheck.c, malloc/memusage.c: Likewise.

ChangeLog
malloc/arena.c
malloc/mcheck.c
malloc/memusage.c

index d8bec40322bc871f0e6bc959ad65ff41740363f4..2bad2cba8ded0bfed83d8034a2f8c4b3a70ba427 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
+
+       * malloc/arena.c: Fold copyright years.
+       * malloc/mcheck.c, malloc/memusage.c: Likewise.
+
 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
 
        * malloc/malloc.c (__libc_mallopt) <M_MMAP_MAX>: Fix indentation.
index 9e5e3320204c6bc2f90a2f13ef5a28e6c329f05d..b893baeb43342749ce73c20646f689892d16c9e5 100644 (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.
 
index 430f87139d94dfde700898d295fe4d9d9b1c68a4..c5addc55afebd5026dc7706f7aa6f83c982984d6 100644 (file)
@@ -1,6 +1,5 @@
 /* Standard debugging hooks for `malloc'.
-   Copyright (C) 1990-1997,1999,2000-2002,2007,2010,2012
-   Free Software Foundation, Inc.
+   Copyright (C) 1990-2012 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Written May 1989 by Mike Haertel.
 
index 2f6b6b57ba0a2c46c71535271f47ac3005506a28..8e2b6834df23d00d3c967712a5a091b3d5162a7e 100644 (file)
@@ -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.