From 24d4e01b22c96a116c7878b701ea65aa5c7980c2 Mon Sep 17 00:00:00 2001 From: Alexandre Oliva Date: Wed, 5 Sep 2012 20:47:16 -0300 Subject: * malloc/arena.c: Fold copyright years. * malloc/mcheck.c, malloc/memusage.c: Likewise. --- ChangeLog | 5 +++++ malloc/arena.c | 3 +-- malloc/mcheck.c | 3 +-- malloc/memusage.c | 2 +- 4 files changed, 8 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index d8bec40322..2bad2cba8d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2012-09-05 Alexandre Oliva + + * malloc/arena.c: Fold copyright years. + * malloc/mcheck.c, malloc/memusage.c: Likewise. + 2012-09-05 Alexandre Oliva * malloc/malloc.c (__libc_mallopt) : Fix indentation. 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 , 2001. diff --git a/malloc/mcheck.c b/malloc/mcheck.c index 430f87139d..c5addc55af 100644 --- a/malloc/mcheck.c +++ b/malloc/mcheck.c @@ -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. diff --git a/malloc/memusage.c b/malloc/memusage.c index 2f6b6b57ba..8e2b6834df 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 , 1998. -- cgit 1.4.1