summaryrefslogtreecommitdiffstats
path: root/lz4.h
diff options
context:
space:
mode:
authoryann.collet.73@gmail.com <yann.collet.73@gmail.com@650e7d94-2a16-8b24-b05c-7c0b3f6821cd>2012-05-13 17:59:10 (GMT)
committeryann.collet.73@gmail.com <yann.collet.73@gmail.com@650e7d94-2a16-8b24-b05c-7c0b3f6821cd>2012-05-13 17:59:10 (GMT)
commit8dfb9d61593cfde85974bbe8838168481063d9e6 (patch)
tree4fee17b9ef6519fc0c5302e63f3be19c35e89717 /lz4.h
parent3bc3a6afc3bd5dae94604114ed717e9b805b4ffb (diff)
downloadlz4-8dfb9d61593cfde85974bbe8838168481063d9e6.zip
lz4-8dfb9d61593cfde85974bbe8838168481063d9e6.tar.gz
lz4-8dfb9d61593cfde85974bbe8838168481063d9e6.tar.bz2
Added : LZ4 HC : Now integrated into main trunk.
LZ4_HC license moved to BSD git-svn-id: https://lz4.googlecode.com/svn/trunk@66 650e7d94-2a16-8b24-b05c-7c0b3f6821cd
Diffstat (limited to 'lz4.h')
-rw-r--r--lz4.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/lz4.h b/lz4.h
index 10c71a4..ebd62b6 100644
--- a/lz4.h
+++ b/lz4.h
@@ -1,8 +1,8 @@
/*
LZ4 - Fast LZ compression algorithm
Header File
- Copyright (C) 2011, Yann Collet.
- BSD License
+ Copyright (C) 2011-2012, Yann Collet.
+ BSD 2-Clause License (http://www.opensource.org/licenses/bsd-license.php)
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
@@ -26,6 +26,10 @@
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+ You can contact the author at :
+ - LZ4 homepage : http://fastcompression.blogspot.com/p/lz4.html
+ - LZ4 source repository : http://code.google.com/p/lz4/
*/
#pragma once