X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=lib%2Fmalloc.c;h=471c3abb5ffe98af83c14ea5156ddc3a76a28dcc;hb=a2f84200a3642c51afc3fad750ea264ac120bcd1;hp=908735d27810ddaa8cf0d47c4dd134716eb0dcb6;hpb=d57728a6ca2413a7c564d8b7bb13d9e5a5a180f3;p=debian%2Fgzip diff --git a/lib/malloc.c b/lib/malloc.c index 908735d..471c3ab 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-2013 Free Software Foundation, Inc. + Copyright (C) 1997-1998, 2006-2007, 2009-2018 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,7 +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, see . */ + along with this program; if not, see . */ /* written by Jim Meyering and Bruno Haible */