diff options
author | Mark Adler <madler@alumni.caltech.edu> | 2024-01-22 10:14:31 -0800 |
---|---|---|
committer | Mark Adler <madler@alumni.caltech.edu> | 2024-01-22 10:32:37 -0800 |
commit | 51b7f2abdade71cd9bb0e7a373ef2610ec6f9daf (patch) | |
tree | 16b86ef85c591c244523c98c71508be7908d1189 /trees.c | |
parent | 1a8db63788c34a50e39e273d39b7e1033208aea2 (diff) | |
download | zlib-51b7f2abdade71cd9bb0e7a373ef2610ec6f9daf.tar.gz zlib-51b7f2abdade71cd9bb0e7a373ef2610ec6f9daf.tar.bz2 zlib-51b7f2abdade71cd9bb0e7a373ef2610ec6f9daf.zip |
Diffstat (limited to 'trees.c')
-rw-r--r-- | trees.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* trees.c -- output deflated data using Huffman coding | 1 | /* trees.c -- output deflated data using Huffman coding |
2 | * Copyright (C) 1995-2021 Jean-loup Gailly | 2 | * Copyright (C) 1995-2024 Jean-loup Gailly |
3 | * detect_data_type() function provided freely by Cosmin Truta, 2006 | 3 | * detect_data_type() function provided freely by Cosmin Truta, 2006 |
4 | * For conditions of distribution and use, see copyright notice in zlib.h | 4 | * For conditions of distribution and use, see copyright notice in zlib.h |
5 | */ | 5 | */ |