diff options
author | Yann Collet <yann.collet.73@gmail.com> | 2014-04-15 13:03:17 (GMT) |
---|---|---|
committer | Yann Collet <yann.collet.73@gmail.com> | 2014-04-15 13:03:17 (GMT) |
commit | 374d6ac35cf784481d60634e9b8e6ca8be7c9302 (patch) | |
tree | 7b93197974bf7e5a3b84af9c262d3c62a1e0f527 /programs/lz4io.c | |
parent | 37be46701a21e554fff47f97b549fb473f6a2904 (diff) | |
download | lz4-374d6ac35cf784481d60634e9b8e6ca8be7c9302.zip lz4-374d6ac35cf784481d60634e9b8e6ca8be7c9302.tar.gz lz4-374d6ac35cf784481d60634e9b8e6ca8be7c9302.tar.bz2 |
Fixed issue 127 & 128
Diffstat (limited to 'programs/lz4io.c')
-rw-r--r-- | programs/lz4io.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/programs/lz4io.c b/programs/lz4io.c index ae8b776..05955cf 100644 --- a/programs/lz4io.c +++ b/programs/lz4io.c @@ -1,6 +1,6 @@ /* LZ4io.c - LZ4 File/Stream Interface - Copyright (C) Yann Collet 2011-2013 + Copyright (C) Yann Collet 2011-2014 GPL v2 License This program is free software; you can redistribute it and/or modify |