From 2fa463bacfff79181df1a5270fb67cc679a53e71 Mon Sep 17 00:00:00 2001 From: Mark Adler Date: Sat, 31 Dec 2016 11:41:31 -0800 Subject: zlib 1.2.9 --- test/example.c | 2 +- test/infcover.c | 2 +- test/minigzip.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'test') diff --git a/test/example.c b/test/example.c index f008749..eee17ce 100644 --- a/test/example.c +++ b/test/example.c @@ -1,5 +1,5 @@ /* example.c -- usage example of the zlib compression library - * Copyright (C) 1995-2006, 2011 Jean-loup Gailly. + * Copyright (C) 1995-2006, 2011, 2016 Jean-loup Gailly * For conditions of distribution and use, see copyright notice in zlib.h */ diff --git a/test/infcover.c b/test/infcover.c index 3153234..2be0164 100644 --- a/test/infcover.c +++ b/test/infcover.c @@ -1,5 +1,5 @@ /* infcover.c -- test zlib's inflate routines with full code coverage - * Copyright (C) 2011 Mark Adler + * Copyright (C) 2011, 2016 Mark Adler * For conditions of distribution and use, see copyright notice in zlib.h */ diff --git a/test/minigzip.c b/test/minigzip.c index b392304..e22fb08 100644 --- a/test/minigzip.c +++ b/test/minigzip.c @@ -1,5 +1,5 @@ /* minigzip.c -- simulate gzip using the zlib compression library - * Copyright (C) 1995-2006, 2010, 2011 Jean-loup Gailly. + * Copyright (C) 1995-2006, 2010, 2011, 2016 Jean-loup Gailly * For conditions of distribution and use, see copyright notice in zlib.h */ -- cgit v1.2.3-55-g6feb