forked from tenzir/tenzir
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathLICENSE.3rdparty
70 lines (56 loc) · 2.08 KB
/
LICENSE.3rdparty
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
Files: *
Copyright: (c) 2014, Tenzir GmbH
License: BSD-3-clause
Files: libvast/aux/robin-map/*
Copyright: (c) 2017 Tessil
License: MIT
Files: libvast/src/concept/hashable/crc.cpp
Copyright: (C) 1995-2013 Jean-loup Gailly and Mark Adler
License: Zlib
Files: libvast/vast/detail/narrow.hpp
Copyright: (c) 2015 Microsoft Corporation
License: MIT
Comment: From the GSL library.
Files: libvast/vast/detail/math.hpp
Copyright: (c) 2015 Orson Peters
License: Zlib
Files: libvast/vast/detail/short_alloc.hpp
Copyright: (c) 2015 Howard Hinnant
License: MIT
Comment: Adapted to fit VAST's coding style.
Files: libvast/vast/detail/tracepoint.hpp
Copyright: (c) 2016 Facebook, Inc. and its affiliates
License: Apache-2.0
Comment: Modified from Folly with downstream changes documented in the file.
Files: libvast/vast/detail/xxhash.h
Copyright: (C) 2012-2020 Yann Collet
License: BSD-2-clause
Files: libvast/src/concept/hashable/sha1.cpp
Copyright: (none)
License: public-domain
Comment: https://github.com/kerukuro/digestpp
Files: libvast/vast/detail/zip_iterator.hpp
Copyright: (c) 2019 Dario Pellegrini <[email protected]>
License: CC0
Comment: See https://codereview.stackexchange.com/questions/231352/ and
https://github.com/dpellegr/ZipIterator/blob/master/LICENSE.md
Files: libvast/vast/detail/lru_cache.hpp
Copyright: (c) 2014, lamerman (Alexander Ponomarev)
License: BSD-3-clause
Comment: Adapted to fit VAST's code base.
Files: libvast/src/detail/base64.cpp
Copyright: (c) 2016-2019 Vinnie Falco (vinnie dot falco at gmail dot com)
License: Boost-1.0
Comment: Adapted to fit VAST's code base.
Files: libvast/vast/detail/function.hpp
Copyright: (c) 2015-2020 Denis Blank <denis.blank at outlook dot com>
License: Boost-1.0
Comment: Includes code from https://github.com/Naios/function2
Files: libvast/vast/detail/absorb_line.hpp
Copyright: (c) 2017 user763305 et al.
License: CC-BY-SA
Comment: See https://stackoverflow.com/a/6089413/92560
Files: scripts/clang-format-diff.py
Copyright: (c) 2003-2017 University of Illinois at Urbana-Champaign
License: Apache-2.0-with-LLVM-exceptions
Comment: Taken from LLVM.