X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=lib%2Fmalloc.c;fp=lib%2Fmalloc.c;h=471c3abb5ffe98af83c14ea5156ddc3a76a28dcc;hb=a8a88eddaa90432e6ec1b8d9d5c9842bc91afd1d;hp=e9b01d26153c1a5cc0c7206722755eb0cbe474bf;hpb=20fcfc81ece044b8b0a6768ec6cf47be4e22a2e6;p=debian%2Fgzip diff --git a/lib/malloc.c b/lib/malloc.c index e9b01d2..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-2016 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 */