summaryrefslogtreecommitdiffstats
path: root/lib/lz4.c
diff options
context:
space:
mode:
authorYann Collet <yann.collet.73@gmail.com>2015-03-15 13:19:47 (GMT)
committerYann Collet <yann.collet.73@gmail.com>2015-03-15 13:19:47 (GMT)
commitbbcfe2144d1021c8662ba632dfd91403060becd4 (patch)
tree99d5ed5efee45b2860c1b83263358dd908a0368b /lib/lz4.c
parent8a87769af809d8e3c8e43805d47e12569bc4a9d0 (diff)
downloadlz4-bbcfe2144d1021c8662ba632dfd91403060becd4.zip
lz4-bbcfe2144d1021c8662ba632dfd91403060becd4.tar.gz
lz4-bbcfe2144d1021c8662ba632dfd91403060becd4.tar.bz2
Added : clang test
Diffstat (limited to 'lib/lz4.c')
-rw-r--r--lib/lz4.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/lz4.c b/lib/lz4.c
index 2537058..70c5616 100644
--- a/lib/lz4.c
+++ b/lib/lz4.c
@@ -1,6 +1,7 @@
/*
LZ4 - Fast LZ compression algorithm
Copyright (C) 2011-2015, 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