X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fmalloc.c;h=fb5300abfd06ea850f3178111809488c5215941a;hb=a425462f784164b73297d8992075fd9aebd65a94;hp=ef07f6c4279acef0dc5b6a002ef9713fc5f446bc;hpb=0c3b4815cbce7a83b85473f1718cab6049cbffb4;p=gnulib.git diff --git a/lib/malloc.c b/lib/malloc.c index ef07f6c42..fb5300abf 100644 --- a/lib/malloc.c +++ b/lib/malloc.c @@ -1,6 +1,6 @@ /* malloc() function that is glibc compatible. - Copyright (C) 1997-1998, 2006-2007, 2009-2011 Free Software Foundation, Inc. + Copyright (C) 1997-1998, 2006-2007, 2009-2012 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -13,8 +13,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software Foundation, - Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ + along with this program; if not, see . */ /* written by Jim Meyering and Bruno Haible */