X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=lib%2Fmalloc.c;h=471c3abb5ffe98af83c14ea5156ddc3a76a28dcc;hb=92249085071a973e2c0621b0415b93d2e48bb00d;hp=e0d5c89d189acf2393fe48da2de88f2ab364a962;hpb=dc84183747ce1703eb99685b5dbde1f65a143c06;p=debian%2Fgzip diff --git a/lib/malloc.c b/lib/malloc.c index e0d5c89..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-2012 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 */