diff options
Diffstat (limited to 'extmod/uzlib/tinfzlib.c')
-rw-r--r-- | extmod/uzlib/tinfzlib.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extmod/uzlib/tinfzlib.c b/extmod/uzlib/tinfzlib.c index 74fade3b9..5cb8852fc 100644 --- a/extmod/uzlib/tinfzlib.c +++ b/extmod/uzlib/tinfzlib.c @@ -1,12 +1,12 @@ /* - * tinfzlib - tiny zlib decompressor + * uzlib - tiny deflate/inflate library (deflate, gzip, zlib) * * Copyright (c) 2003 by Joergen Ibsen / Jibz * All Rights Reserved * * http://www.ibsensoftware.com/ * - * Copyright (c) 2014-2016 by Paul Sokolovsky + * Copyright (c) 2014-2018 by Paul Sokolovsky * * This software is provided 'as-is', without any express * or implied warranty. In no event will the authors be |