Skip to content

Commit c3ed355

Browse files
committed
1 parent f799bb8 commit c3ed355

File tree

3 files changed

+438
-0
lines changed

3 files changed

+438
-0
lines changed

LICENSE.crc32c

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# For src/crc32c.c copied (with modifications) from
2+
# http://stackoverflow.com/a/17646775/1821055
3+
4+
/* crc32c.c -- compute CRC-32C using the Intel crc32 instruction
5+
* Copyright (C) 2013 Mark Adler
6+
* Version 1.1 1 Aug 2013 Mark Adler
7+
*/
8+
9+
/*
10+
This software is provided 'as-is', without any express or implied
11+
warranty. In no event will the author be held liable for any damages
12+
arising from the use of this software.
13+
14+
Permission is granted to anyone to use this software for any purpose,
15+
including commercial applications, and to alter it and redistribute it
16+
freely, subject to the following restrictions:
17+
18+
1. The origin of this software must not be misrepresented; you must not
19+
claim that you wrote the original software. If you use this software
20+
in a product, an acknowledgment in the product documentation would be
21+
appreciated but is not required.
22+
2. Altered source versions must be plainly marked as such, and must not be
23+
misrepresented as being the original software.
24+
3. This notice may not be removed or altered from any source distribution.
25+
26+
Mark Adler
27+
28+
*/

LICENSES.txt

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,38 @@ ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
2727
POSSIBILITY OF SUCH DAMAGE.
2828

2929

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+
3062
LICENSE.lz4
3163
--------------------------------------------------------------
3264
src/xxhash.[ch] src/lz4*.[ch]: [email protected]:lz4/lz4.git e2827775ee80d2ef985858727575df31fc60f1f3

0 commit comments

Comments
 (0)