forked from gchq/Gaffer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NOTICES
56 lines (32 loc) · 1.78 KB
/
NOTICES
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
Gaffer contains three classes which are modified versions of classes from Apache Accumulo:
- gaffer.accumulo.iterators.CombinerOverColumnQualifierAndVisibility is based on Accumulo's Combiner class
(org.apache.accumulo.core.iterators.Combiner) which is licensed under the Apache 2 license,
Copyright 2011-2015 The Apache Software Foundation.
- gaffer.accumulo.Shell is based on Accumulo's Shell class (org.apache.accumulo.core.util.shell.Shell) which
is licensed under the Apache 2 license, Copyright 2011-2015 The Apache Software Foundation.
- gaffer.accumulo.bloomfilter.TestBloomFilter is based on Accumulo's BloomFilterLayerLookupTest class
(org.apache.accumulo.core.file.BloomFilterLayerLookupTest) which is licensed under the Apache 2 license,
Copyright 2011-2015 The Apache Software Foundation.
Gaffer is built using maven. This process will automatically pull in dependencies. We list Gaffer's dependencies,
and their licenses, below. For information on the dependencies of these dependencies, see the websites of the
projects below.
Apache Hadoop (org.apache.hadoop:hadoop-client:2.6.0):
- Apache License, Version 2.0
Apache Accumulo (org.apache.accumulo:accumulo-core:1.6.4):
- Apache License, Version 2.0
Apache Zookeeper (org.apache.zookeeper:zookeeper:3.3.5):
- Apache License, Version 2.0
Guava (com.google.guava:guava:14.0.1):
- Apache License, Version 2.0
Junit (junit:junit:4.11):
- Eclipse Public License 1.0
slf4j (org.slf4j:slf4j-api:1.7.4):
- MIT License
Roaring Bit Map (org.roaringbitmap:RoaringBitmap:0.4.5):
- Apache License, Version 2.0
Jline (jline:jline:1.0):
- BSD License
Clearspring analytics (com.clearspring.analytics:stream:2.9.0):
- Apache License, Version 2.0
Geotrellis (com.azavea.geotrellis:geotrellis-spark_2.10:0.10.0-M1):
- Apache License, Version 2.0