-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathNOTICE
More file actions
206 lines (162 loc) · 9.41 KB
/
Copy pathNOTICE
File metadata and controls
206 lines (162 loc) · 9.41 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
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
XQuad Toolchain
Copyright (C) 2026 Postquant Labs Incorporated
This software is licensed under the GNU Affero General Public License v3.0 or later.
See the LICENSE file for the full license text.
================================================================================
THIRD-PARTY SOFTWARE NOTICES AND INFORMATION
================================================================================
This project incorporates components from the following open source projects.
The original copyright notices and licenses are provided below.
================================================================================
MIT LICENSED COMPONENTS
================================================================================
The following components are licensed under the MIT License.
--------------------------------------------------------------------------------
oxicode 0.1.x (MIT)
Copyright (c) OxiCode Contributors
https://github.com/cool-japan/oxicode
--------------------------------------------------------------------------------
================================================================================
APACHE-2.0 OR MIT LICENSED COMPONENTS
================================================================================
The following components are dual-licensed under the Apache License 2.0
or the MIT License. The full text of both licenses is available at the
URLs listed below.
--------------------------------------------------------------------------------
Rust compiler and standard library (Apache-2.0 OR MIT)
Copyright (c) The Rust Project Developers (https://thanks.rust-lang.org)
https://www.rust-lang.org
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
crc32fast 1.5.0 (Apache-2.0 OR MIT)
Copyright (c) 2018 Sam Rijs, Alex Crichton and contributors
https://github.com/srijs/rust-crc32fast
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
thiserror 2.0.18 (Apache-2.0 OR MIT)
Copyright (c) David Tolnay <dtolnay@gmail.com>
https://github.com/dtolnay/thiserror
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
thiserror-impl 2.0.18 (Apache-2.0 OR MIT)
Copyright (c) David Tolnay <dtolnay@gmail.com>
https://github.com/dtolnay/thiserror
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
proc-macro2 1.0.106 (Apache-2.0 OR MIT)
Copyright (c) David Tolnay <dtolnay@gmail.com>
Copyright (c) Alex Crichton <alex@alexcrichton.com>
https://github.com/dtolnay/proc-macro2
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
quote 1.0.45 (Apache-2.0 OR MIT)
Copyright (c) David Tolnay <dtolnay@gmail.com>
https://github.com/dtolnay/quote
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
syn 2.0.117 (Apache-2.0 OR MIT)
Copyright (c) David Tolnay <dtolnay@gmail.com>
https://github.com/dtolnay/syn
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
pyo3 0.28.x (Apache-2.0 OR MIT)
Copyright (c) The PyO3 Project and Contributors
https://github.com/PyO3/pyo3
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
serde_yaml_ng 0.10.x (Apache-2.0 OR MIT)
Copyright (c) 2016 David Tolnay
Copyright (c) 2024 serde_yaml_ng Contributors
https://github.com/acatton/serde-yaml-ng
--------------------------------------------------------------------------------
================================================================================
APACHE-2.0 LICENSED COMPONENTS
================================================================================
The following components are licensed under the Apache License 2.0.
--------------------------------------------------------------------------------
dwave-neal 0.6.x (Apache-2.0)
Copyright (c) D-Wave Systems Inc.
https://github.com/dwavesystems/dwave-neal
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
dimod (Apache-2.0)
Copyright (c) D-Wave Systems Inc.
https://github.com/dwavesystems/dimod
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
dwave-samplers 1.7.x (Apache-2.0)
Copyright (c) D-Wave Systems Inc.
https://github.com/dwavesystems/dwave-samplers
--------------------------------------------------------------------------------
================================================================================
APACHE-2.0 WITH LLVM-EXCEPTION LICENSED COMPONENTS
================================================================================
The following component is licensed under the Apache License 2.0 with the
LLVM exception. The LLVM exception is a patent-grant companion to Apache-2.0
and is strictly more permissive; it is compatible with AGPL-3.0-or-later.
--------------------------------------------------------------------------------
target-lexicon 0.13.x (Apache-2.0 WITH LLVM-exception)
Copyright (c) Bytecode Alliance
https://github.com/bytecodealliance/target-lexicon
--------------------------------------------------------------------------------
================================================================================
BSD-3-CLAUSE LICENSED COMPONENTS
================================================================================
The following components are licensed under the 3-clause BSD License.
--------------------------------------------------------------------------------
numpy 2.4.x (BSD-3-Clause)
Copyright (c) 2005-2026, NumPy Developers
https://numpy.org
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
networkx 3.6.x (BSD-3-Clause)
Copyright (C) 2004-2026, NetworkX Developers
https://networkx.org
--------------------------------------------------------------------------------
================================================================================
UNICODE-3.0 LICENSED COMPONENTS
================================================================================
The following components are licensed under the Unicode License v3.
--------------------------------------------------------------------------------
unicode-ident 1.0.24 ((MIT OR Apache-2.0) AND Unicode-3.0)
Copyright (c) David Tolnay <dtolnay@gmail.com>
https://github.com/dtolnay/unicode-ident
--------------------------------------------------------------------------------
================================================================================
MPL-2.0 LICENSED COMPONENTS
================================================================================
The following components are licensed under the Mozilla Public License 2.0.
MPL-2.0 is a file-level copyleft license and is explicitly compatible with
the GNU licenses, including AGPL-3.0-or-later.
Unlike every other entry in this file, these are not dependencies resolved
at build time. Three files derived from the documentation toolchain are
copied into this repository under docs/book/theme/ and carry local
modifications:
index.hbs mdBook page template, theme picker trimmed
css/variables.css mdBook theme colors, replaced with the brand palette
mermaid-init.js mdbook-mermaid initializer, retargeted and rethemed
Each file names its upstream source and the local changes in a comment at
the top. They must be re-diffed against upstream whenever the pinned
mdbook or mdbook-mermaid version in scripts/cargo-tools.lock changes.
--------------------------------------------------------------------------------
mdBook 0.5.2 (MPL-2.0)
Copyright (c) The mdBook Authors
https://github.com/rust-lang/mdBook
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
mdbook-mermaid 0.17.0 (MPL-2.0)
Copyright (c) Jan-Erik Rediger and contributors
https://github.com/badboy/mdbook-mermaid
--------------------------------------------------------------------------------
================================================================================
LICENSE COMPATIBILITY
================================================================================
All third-party components listed above are compatible with the GNU Affero
General Public License v3.0 under which this software is licensed.
When this software is distributed or made available as a network service,
it must be provided under the terms of the AGPL-3.0 license, which includes:
1. Making the complete source code available to users
2. Preserving all copyright notices and license information
3. Providing access to source code for network users (Section 13 of AGPL-3.0)
For the full terms of the GNU Affero General Public License v3.0, see the
LICENSE file in the root of this distribution.