X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=lib%2Fmalloc.c;h=471c3abb5ffe98af83c14ea5156ddc3a76a28dcc;hb=92249085071a973e2c0621b0415b93d2e48bb00d;hp=908735d27810ddaa8cf0d47c4dd134716eb0dcb6;hpb=d738e90e8360e101b94fca8c79147f59565f62d8;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 */