@@ -11,20 +11,56 @@ The initial codebase was donated to the ASF by HugeGraph Authors, copyright 2017
1111JanusGraph NOTICE
1212
1313========================================================================
14- This product contains code form the JanusGraph Project:
15-
16- JanusGraph
17- Copyright (C) 2002, 2016, Oracle and/or its affiliates. All rights reserved.
18-
19- Licensed under the Apache License, Version 2.0 (the "License") reproduced below or available at:
14+ ==============================================================
15+ JanusGraph: Distributed Graph Database
16+ Copyright 2012 and onwards JanusGraph Authors
17+ ==============================================================
18+
19+ This product includes software developed by JanusGraph contributors listed
20+ in CONTRIBUTORS.txt; JanusGraph copyright holders are listed in AUTHORS.txt.
21+
22+ This product is based on Titan, originally developed by Aurelius (acquired by
23+ DataStax) and the following individuals:
24+
25+ * Matthias Broecheler
26+ * Dan LaRocque
27+ * Marko A. Rodriguez
28+ * Stephen Mallette
29+ * Pavel Yaskevich
30+
31+ It also includes software from other open source projects including, but not limited to (check pom.xml for complete listing):
32+
33+ * Apache Cassandra [https://cassandra.apache.org/]
34+ * Apache Commons [https://commons.apache.org/]
35+ * Apache Groovy [http://groovy-lang.org/]
36+ * Apache HBase [https://hbase.apache.org/]
37+ * Apache Hadoop [https://hadoop.apache.org/]
38+ * Apache Kerby [https://github.com/apache/directory-kerby]
39+ * Apache Log4j [https://logging.apache.org/log4j]
40+ * Apache Lucene [https://lucene.apache.org/]
41+ * Apache Solr [https://lucene.apache.org/solr/]
42+ * Apache TinkerPop [https://tinkerpop.apache.org/]
43+ * Astyanax [https://github.com/Netflix/astyanax]
44+ * DataStax Driver for Apache Cassandra [https://github.com/datastax/java-driver]
45+ * EasyMock [http://easymock.org/]
46+ * Elasticsearch [https://www.elastic.co/]
47+ * Google Cloud Bigtable [https://github.com/googlecloudplatform/cloud-bigtable-client]
48+ * Google Guava [https://github.com/google/guava]
49+ * HPPC [https://labs.carrotsearch.com/hppc.html]
50+ * JUnit [https://www.junit.org/]
51+ * Jackson [https://github.com/FasterXML/jackson]
52+ * Kryo [https://github.com/EsotericSoftware/kryo]
53+ * Metrics [https://metrics.dropwizard.io]
54+ * Mockito [https://site.mockito.org/]
55+ * Noggit [https://github.com/yonik/noggit]
56+ * OpenRDF [http://rdf4j.org/]
57+ * Oracle BerkeleyDB Java Edition [https://www.oracle.com/technetwork/products/berkeleydb/] (see license below)
58+ * Project Lombok [https://projectlombok.org/]
59+ * Reflections8 [https://github.com/aschoerk/reflections8]
60+ * SLF4J [https://www.slf4j.org/]
61+ * Spatial4j [https://github.com/locationtech/spatial4j]
62+ * Vavr [https://www.vavr.io/]
2063
21- http://www.apache.org/licenses/LICENSE-2.0
22-
23- Unless required by applicable law or agreed to in writing, software
24- distributed under the License is distributed on an "AS IS" BASIS,
25- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
26- See the License for the specific language governing permissions and
27- limitations under the License.
2864
2965========================================================================
3066
@@ -75,6 +111,39 @@ distributed under the License is distributed on an "AS IS" BASIS,
75111WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
76112See the License for the specific language governing permissions and
77113limitations under the License.
114+
115+ ========================================================================
116+
117+ Apache TinkerPop NOTICE
118+
119+ ========================================================================
120+ Apache TinkerPop
121+ Copyright 2015-2022 The Apache Software Foundation.
122+
123+ This product includes software developed at
124+ The Apache Software Foundation (http://www.apache.org/).
125+
126+ ------------------------------------------------------------------------
127+ Activiti
128+ ------------------------------------------------------------------------
129+ Activiti BPM Platform
130+ Copyright 2010-2014 Alfresco Software, Ltd.
131+
132+ gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/structure/io/graphml/GraphMLWriterHelper.java
133+ contains DelegatingXMLStreamWriter.java and IndentingXMLStreamWriter.java from
134+ https://github.com/Activiti/Activiti/tree/activiti-5.16/modules/activiti-bpmn-converter/src/main/java/org/activiti/bpmn/converter
135+
136+ ------------------------------------------------------------------------
137+ Apache Kerby
138+ ------------------------------------------------------------------------
139+ Apache Kerby
140+ Copyright 2015-2017 The Apache Software Foundation
141+
142+ gremlin-server/src/main/java/org/apache/tinkerpop/gremlin/server/auth/JaasKrbUtil.java
143+ from
144+ https://github.com/apache/directory-kerby/blob/kerby-all-1.0.0/kerby-kerb/kerb-simplekdc/src/main/java/org/apache/kerby/kerberos/kerb/client/JaasKrbUtil.java
145+
146+
78147========================================================================
79148
80149gremlin-console NOTICE
@@ -940,9 +1009,9 @@ This product optionally depends on 'JBoss Marshalling', an alternative Java
9401009serialization API, which can be obtained at:
9411010
9421011 * LICENSE:
943- * license/LICENSE. jboss-marshalling.txt (GNU LGPL 2.1 )
1012+ * https://github.com/ jboss-remoting/jboss- marshalling/blob/main/LICENSE .txt (Apache License 2.0 )
9441013 * HOMEPAGE:
945- * http ://www. jboss.org/jbossmarshalling
1014+ * https ://github.com/ jboss-remoting/jboss-marshalling
9461015
9471016This product optionally depends on 'Caliper', Google's micro-
9481017benchmarking framework, which can be obtained at:
0 commit comments