@@ -27,6 +27,38 @@ ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
27
27
POSSIBILITY OF SUCH DAMAGE.
28
28
29
29
30
+ LICENSE.crc32c
31
+ --------------------------------------------------------------
32
+ # For src/crc32c.c copied (with modifications) from
33
+ # http://stackoverflow.com/a/17646775/1821055
34
+
35
+ /* crc32c.c -- compute CRC-32C using the Intel crc32 instruction
36
+ * Copyright (C) 2013 Mark Adler
37
+ * Version 1.1 1 Aug 2013 Mark Adler
38
+ */
39
+
40
+ /*
41
+ This software is provided 'as-is', without any express or implied
42
+ warranty. In no event will the author be held liable for any damages
43
+ arising from the use of this software.
44
+
45
+ Permission is granted to anyone to use this software for any purpose,
46
+ including commercial applications, and to alter it and redistribute it
47
+ freely, subject to the following restrictions:
48
+
49
+ 1. The origin of this software must not be misrepresented; you must not
50
+ claim that you wrote the original software. If you use this software
51
+ in a product, an acknowledgment in the product documentation would be
52
+ appreciated but is not required.
53
+ 2. Altered source versions must be plainly marked as such, and must not be
54
+ misrepresented as being the original software.
55
+ 3. This notice may not be removed or altered from any source distribution.
56
+
57
+ Mark Adler
58
+
59
+ */
60
+
61
+
30
62
LICENSE.lz4
31
63
--------------------------------------------------------------
32
64
src/xxhash.[ch] src/lz4*.[ch]:
[email protected] :lz4/lz4.git e2827775ee80d2ef985858727575df31fc60f1f3
0 commit comments