-
-
Notifications
You must be signed in to change notification settings - Fork 102
Expand file tree
/
Copy pathNOTICE
More file actions
169 lines (106 loc) · 5.53 KB
/
NOTICE
File metadata and controls
169 lines (106 loc) · 5.53 KB
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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
SPDX-License-Identifier: Apache-2.0
ArcadeDB
Copyright 2021-present Arcade Data Ltd
This product includes software developed at
Arcade Data Ltd (https://arcadedata.com/).
================================================================================
This product includes components originally developed for OrientDB, an Open
Source Multi-Model NoSQL Database.
Copyright 2010-2020 OrientDB LTD (https://orientdb.com)
ArcadeDB was created by Luca Garulli, the same founder of OrientDB, and written
from scratch after SAP's acquisition of OrientDB in 2020. ArcadeDB reuses
OrientDB's SQL engine (now heavily modified) and some utility classes.
OrientDB source code is available at: https://github.com/orientechnologies/orientdb
================================================================================
This product includes openCypher grammar files and Technology Compatibility Kit
(TCK) test suite, developed by the openCypher community.
Copyright (c) "Neo4j"
Neo4j Sweden AB [https://neo4j.com]
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
openCypher project website: https://opencypher.org/
Cypher® is a registered trademark of Neo4j Inc.
The included openCypher TCK tests contain the following attribution notice:
"This work was created by the collective efforts of the openCypher community.
Without limiting the terms of Section 6, any Derivative Work that is not
approved by the public consensus process of the openCypher Implementers Group
should not be described as 'Cypher' (and Cypher® is a registered trademark of
Neo4j Inc.) or as 'openCypher'. Extensions by implementers or prototypes or
proposals for change that have been documented or implemented should only be
described as 'implementation extensions to Cypher' or as 'proposed changes to
Cypher that are not yet approved by the openCypher community'."
The following files contain openCypher content:
- engine/src/main/antlr4/com/arcadedb/query/opencypher/grammar/Cypher25Parser.g4
- engine/src/main/antlr4/com/arcadedb/query/opencypher/grammar/Cypher25Lexer.g4
- engine/src/test/resources/opencypher/tck/features/**/*.feature (220 test files)
This product includes software from the OpenCypher-Gremlin project.
Copyright 2018-2019 Neueda
The following file is a security-patched override of unmaintained upstream code:
gremlin/src/main/java/org/opencypher/gremlin/translation/groovy/StringTranslationUtils.java
OpenCypher-Gremlin project: https://github.com/opencypher/cypher-for-gremlin
================================================================================
This product includes software developed by The Apache Software Foundation
(https://www.apache.org/).
Apache Lucene
Copyright 2001-2024 The Apache Software Foundation
This product includes software developed by
The Apache Software Foundation (https://www.apache.org/).
Includes software from other Apache copyright owners, as follows:
- ICU4J, (c) 1995-2014 International Business Machines Corporation and others
- ANTLR4 grammar from C parser (BSD 3-clause license)
- JFlex lexer generator (BSD license)
Apache ANTLR4
Copyright 2012-2021 The ANTLR Project
Apache TinkerPop (Gremlin)
Copyright 2015-2024 The Apache Software Foundation
Apache Commons Compress
Copyright 2002-2024 The Apache Software Foundation
Apache Commons Lang
Copyright 2001-2024 The Apache Software Foundation
Apache Commons Codec
Copyright 2002-2024 The Apache Software Foundation
Apache HttpComponents
Copyright 1999-2024 The Apache Software Foundation
================================================================================
This product includes software developed by GraalVM (Oracle).
GraalVM SDK, Truffle API, and JavaScript implementation
Copyright (c) 2012, 2024, Oracle and/or its affiliates
https://www.graalvm.org/
================================================================================
This product includes software developed by Google Inc.
Protocol Buffers
Copyright 2008 Google Inc.
Guava Libraries
Copyright (C) 2010-2024 The Guava Authors
Gson
Copyright 2008-2024 Google Inc.
gRPC
Copyright 2015-2024 The gRPC Authors
================================================================================
This product includes software developed by Red Hat, Inc.
Undertow
Copyright 2013 Red Hat, Inc., and individual contributors
https://undertow.io/
================================================================================
This product includes software developed by the Netty project.
Netty
Copyright 2014 The Netty Project
https://netty.io/
================================================================================
This product includes JUnit 5 test framework.
JUnit 5
Copyright 2015-2024 the original author or authors
https://junit.org/junit5/
================================================================================
This product includes Testcontainers framework.
Testcontainers
Copyright (c) 2015-2024 Richard North and other authors
https://testcontainers.com/
================================================================================
This product includes software developed by FasterXML, LLC.
Jackson JSON processor
Copyright (c) 2007-2024 Tatu Saloranta and other contributors
https://github.com/FasterXML/jackson
================================================================================
For the complete list of third-party components and their licenses, see the
ATTRIBUTIONS.md file in the root directory of this distribution.