mirror of
https://github.com/cuberite/libdeflate.git
synced 2025-09-08 03:39:25 -04:00
Update years
This commit is contained in:
parent
fb1de37c0e
commit
95fa3faba8
@ -2,7 +2,7 @@
|
||||
* bt_matchfinder.h - Lempel-Ziv matchfinding with a hash table of binary trees
|
||||
*
|
||||
* Author: Eric Biggers
|
||||
* Year: 2014, 2015
|
||||
* Year: 2014-2016
|
||||
*
|
||||
* The author dedicates this file to the public domain.
|
||||
* You can do whatever you want with this file.
|
||||
|
@ -2,7 +2,7 @@
|
||||
* deflate_compress.c - a compressor for DEFLATE
|
||||
*
|
||||
* Author: Eric Biggers
|
||||
* Year: 2014, 2015
|
||||
* Year: 2014-2016
|
||||
*
|
||||
* The author dedicates this file to the public domain.
|
||||
* You can do whatever you want with this file.
|
||||
|
@ -2,7 +2,7 @@
|
||||
* deflate_decompress.c - a decompressor for DEFLATE
|
||||
*
|
||||
* Author: Eric Biggers
|
||||
* Year: 2014, 2015, 2016
|
||||
* Year: 2014-2016
|
||||
*
|
||||
* The author dedicates this file to the public domain.
|
||||
* You can do whatever you want with this file.
|
||||
|
@ -2,7 +2,7 @@
|
||||
* gzip_compress.c - compress with a gzip wrapper
|
||||
*
|
||||
* Author: Eric Biggers
|
||||
* Year: 2014, 2015
|
||||
* Year: 2014-2016
|
||||
*
|
||||
* The author dedicates this file to the public domain.
|
||||
* You can do whatever you want with this file.
|
||||
|
@ -2,7 +2,7 @@
|
||||
* gzip_decompress.c - decompress with a gzip wrapper
|
||||
*
|
||||
* Author: Eric Biggers
|
||||
* Year: 2014, 2015
|
||||
* Year: 2014-2016
|
||||
*
|
||||
* The author dedicates this file to the public domain.
|
||||
* You can do whatever you want with this file.
|
||||
|
@ -2,7 +2,7 @@
|
||||
* hc_matchfinder.h - Lempel-Ziv matchfinding with a hash table of linked lists
|
||||
*
|
||||
* Author: Eric Biggers
|
||||
* Year: 2014, 2015
|
||||
* Year: 2014-2016
|
||||
*
|
||||
* The author dedicates this file to the public domain.
|
||||
* You can do whatever you want with this file.
|
||||
|
@ -2,7 +2,7 @@
|
||||
* zlib_compress.c - compress with a zlib wrapper
|
||||
*
|
||||
* Author: Eric Biggers
|
||||
* Year: 2014, 2015
|
||||
* Year: 2014-2016
|
||||
*
|
||||
* The author dedicates this file to the public domain.
|
||||
* You can do whatever you want with this file.
|
||||
|
@ -2,7 +2,7 @@
|
||||
* zlib_decompress.c - decompress with a zlib wrapper
|
||||
*
|
||||
* Author: Eric Biggers
|
||||
* Year: 2014, 2015
|
||||
* Year: 2014-2016
|
||||
*
|
||||
* The author dedicates this file to the public domain.
|
||||
* You can do whatever you want with this file.
|
||||
|
@ -2,7 +2,7 @@
|
||||
* benchmark.c - a compression testing and benchmark program
|
||||
*
|
||||
* Author: Eric Biggers
|
||||
* Year: 2014, 2015
|
||||
* Year: 2014-2016
|
||||
*
|
||||
* The author dedicates this file to the public domain.
|
||||
* You can do whatever you want with this file.
|
||||
|
Loading…
x
Reference in New Issue
Block a user