Update years

This commit is contained in:
Eric Biggers 2016-01-30 17:47:55 -06:00
parent fb1de37c0e
commit 95fa3faba8
9 changed files with 9 additions and 9 deletions

View File

@ -2,7 +2,7 @@
* bt_matchfinder.h - Lempel-Ziv matchfinding with a hash table of binary trees * bt_matchfinder.h - Lempel-Ziv matchfinding with a hash table of binary trees
* *
* Author: Eric Biggers * Author: Eric Biggers
* Year: 2014, 2015 * Year: 2014-2016
* *
* The author dedicates this file to the public domain. * The author dedicates this file to the public domain.
* You can do whatever you want with this file. * You can do whatever you want with this file.

View File

@ -2,7 +2,7 @@
* deflate_compress.c - a compressor for DEFLATE * deflate_compress.c - a compressor for DEFLATE
* *
* Author: Eric Biggers * Author: Eric Biggers
* Year: 2014, 2015 * Year: 2014-2016
* *
* The author dedicates this file to the public domain. * The author dedicates this file to the public domain.
* You can do whatever you want with this file. * You can do whatever you want with this file.

View File

@ -2,7 +2,7 @@
* deflate_decompress.c - a decompressor for DEFLATE * deflate_decompress.c - a decompressor for DEFLATE
* *
* Author: Eric Biggers * Author: Eric Biggers
* Year: 2014, 2015, 2016 * Year: 2014-2016
* *
* The author dedicates this file to the public domain. * The author dedicates this file to the public domain.
* You can do whatever you want with this file. * You can do whatever you want with this file.

View File

@ -2,7 +2,7 @@
* gzip_compress.c - compress with a gzip wrapper * gzip_compress.c - compress with a gzip wrapper
* *
* Author: Eric Biggers * Author: Eric Biggers
* Year: 2014, 2015 * Year: 2014-2016
* *
* The author dedicates this file to the public domain. * The author dedicates this file to the public domain.
* You can do whatever you want with this file. * You can do whatever you want with this file.

View File

@ -2,7 +2,7 @@
* gzip_decompress.c - decompress with a gzip wrapper * gzip_decompress.c - decompress with a gzip wrapper
* *
* Author: Eric Biggers * Author: Eric Biggers
* Year: 2014, 2015 * Year: 2014-2016
* *
* The author dedicates this file to the public domain. * The author dedicates this file to the public domain.
* You can do whatever you want with this file. * You can do whatever you want with this file.

View File

@ -2,7 +2,7 @@
* hc_matchfinder.h - Lempel-Ziv matchfinding with a hash table of linked lists * hc_matchfinder.h - Lempel-Ziv matchfinding with a hash table of linked lists
* *
* Author: Eric Biggers * Author: Eric Biggers
* Year: 2014, 2015 * Year: 2014-2016
* *
* The author dedicates this file to the public domain. * The author dedicates this file to the public domain.
* You can do whatever you want with this file. * You can do whatever you want with this file.

View File

@ -2,7 +2,7 @@
* zlib_compress.c - compress with a zlib wrapper * zlib_compress.c - compress with a zlib wrapper
* *
* Author: Eric Biggers * Author: Eric Biggers
* Year: 2014, 2015 * Year: 2014-2016
* *
* The author dedicates this file to the public domain. * The author dedicates this file to the public domain.
* You can do whatever you want with this file. * You can do whatever you want with this file.

View File

@ -2,7 +2,7 @@
* zlib_decompress.c - decompress with a zlib wrapper * zlib_decompress.c - decompress with a zlib wrapper
* *
* Author: Eric Biggers * Author: Eric Biggers
* Year: 2014, 2015 * Year: 2014-2016
* *
* The author dedicates this file to the public domain. * The author dedicates this file to the public domain.
* You can do whatever you want with this file. * You can do whatever you want with this file.

View File

@ -2,7 +2,7 @@
* benchmark.c - a compression testing and benchmark program * benchmark.c - a compression testing and benchmark program
* *
* Author: Eric Biggers * Author: Eric Biggers
* Year: 2014, 2015 * Year: 2014-2016
* *
* The author dedicates this file to the public domain. * The author dedicates this file to the public domain.
* You can do whatever you want with this file. * You can do whatever you want with this file.