diff options
author | Yann Collet <yann.collet.73@gmail.com> | 2015-03-15 13:19:47 (GMT) |
---|---|---|
committer | Yann Collet <yann.collet.73@gmail.com> | 2015-03-15 13:19:47 (GMT) |
commit | bbcfe2144d1021c8662ba632dfd91403060becd4 (patch) | |
tree | 99d5ed5efee45b2860c1b83263358dd908a0368b /lib/xxhash.h | |
parent | 8a87769af809d8e3c8e43805d47e12569bc4a9d0 (diff) | |
download | lz4-bbcfe2144d1021c8662ba632dfd91403060becd4.zip lz4-bbcfe2144d1021c8662ba632dfd91403060becd4.tar.gz lz4-bbcfe2144d1021c8662ba632dfd91403060becd4.tar.bz2 |
Added : clang test
Diffstat (limited to 'lib/xxhash.h')
-rw-r--r-- | lib/xxhash.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/xxhash.h b/lib/xxhash.h index 55b4501..99b0c27 100644 --- a/lib/xxhash.h +++ b/lib/xxhash.h @@ -1,7 +1,8 @@ /* xxHash - Extremely Fast Hash algorithm Header File - Copyright (C) 2012-2014, Yann Collet. + Copyright (C) 2012-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 |