X-Git-Url: https://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fmalloc.c;h=692843230cc25732843a51ed3a80cc8d0197b757;hb=ca369c8d661a10d8a0ae3d712e7dfa91664921f1;hp=a2a140d017761c369a3cc97d0c9f4cdf602c5889;hpb=1602f0afed21be664fcf5c42d59db07cc22c56d6;p=gnulib.git diff --git a/lib/malloc.c b/lib/malloc.c index a2a140d01..692843230 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-2012 Free Software Foundation, Inc. + Copyright (C) 1997-1998, 2006-2007, 2009-2013 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 */