dirigent-server 0.9.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (33) hide show
  1. dirigent_server-0.9.0/LICENSE +18 -0
  2. dirigent_server-0.9.0/PKG-INFO +17 -0
  3. dirigent_server-0.9.0/README.md +3 -0
  4. dirigent_server-0.9.0/THIRD_PARTY_NOTICES.md +631 -0
  5. dirigent_server-0.9.0/pyproject.toml +27 -0
  6. dirigent_server-0.9.0/pyproject.toml.orig +22 -0
  7. dirigent_server-0.9.0/src/dirigent_server/__init__.py +7 -0
  8. dirigent_server-0.9.0/src/dirigent_server/app.py +171 -0
  9. dirigent_server-0.9.0/src/dirigent_server/dependencies.py +51 -0
  10. dirigent_server-0.9.0/src/dirigent_server/errors.py +116 -0
  11. dirigent_server-0.9.0/src/dirigent_server/health.py +97 -0
  12. dirigent_server-0.9.0/src/dirigent_server/logging.py +5 -0
  13. dirigent_server-0.9.0/src/dirigent_server/pagination.py +56 -0
  14. dirigent_server-0.9.0/src/dirigent_server/py.typed +0 -0
  15. dirigent_server-0.9.0/src/dirigent_server/routes/__init__.py +79 -0
  16. dirigent_server-0.9.0/src/dirigent_server/routes/alerts.py +289 -0
  17. dirigent_server-0.9.0/src/dirigent_server/routes/auth.py +218 -0
  18. dirigent_server-0.9.0/src/dirigent_server/routes/blocks.py +39 -0
  19. dirigent_server-0.9.0/src/dirigent_server/routes/connections.py +294 -0
  20. dirigent_server-0.9.0/src/dirigent_server/routes/hooks.py +114 -0
  21. dirigent_server-0.9.0/src/dirigent_server/routes/pipelines.py +427 -0
  22. dirigent_server-0.9.0/src/dirigent_server/routes/runs.py +818 -0
  23. dirigent_server-0.9.0/src/dirigent_server/routes/schema.py +27 -0
  24. dirigent_server-0.9.0/src/dirigent_server/routes/schemas.py +127 -0
  25. dirigent_server-0.9.0/src/dirigent_server/routes/system.py +63 -0
  26. dirigent_server-0.9.0/src/dirigent_server/routes/trigger_documents.py +109 -0
  27. dirigent_server-0.9.0/src/dirigent_server/routes/triggers.py +537 -0
  28. dirigent_server-0.9.0/src/dirigent_server/routes/users.py +226 -0
  29. dirigent_server-0.9.0/src/dirigent_server/routes/workers.py +52 -0
  30. dirigent_server-0.9.0/src/dirigent_server/security.py +186 -0
  31. dirigent_server-0.9.0/src/dirigent_server/static/.gitkeep +0 -0
  32. dirigent_server-0.9.0/src/dirigent_server/transactions.py +34 -0
  33. dirigent_server-0.9.0/src/dirigent_server/ui.py +237 -0
@@ -0,0 +1,18 @@
1
+ Copyright (c) 2026 Morten Olav Hansen <morten@winterop.com>. All rights reserved.
2
+
3
+ This source code and accompanying documentation are the property of
4
+ Morten Olav Hansen. No license, express or implied, is granted to use, copy,
5
+ modify, merge, publish, distribute, sublicense, or sell copies of this
6
+ software or its derivatives.
7
+
8
+ The source is published for reference only. Any use beyond reading
9
+ requires written permission from the copyright holder.
10
+
11
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
12
+ OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
13
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, AND NONINFRINGEMENT.
14
+ IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES,
15
+ OR OTHER LIABILITY ARISING FROM THE USE OF THE SOFTWARE.
16
+
17
+ Third-party components redistributed with this software, and the licences they
18
+ carry, are listed in THIRD_PARTY_NOTICES.md.
@@ -0,0 +1,17 @@
1
+ Metadata-Version: 2.4
2
+ Name: dirigent-server
3
+ Version: 0.9.0
4
+ Summary: Dirigent FastAPI server: the REST API, its authentication, and the health probes.
5
+ License-Expression: LicenseRef-Proprietary
6
+ License-File: LICENSE
7
+ License-File: THIRD_PARTY_NOTICES.md
8
+ Requires-Dist: dirigent-client
9
+ Requires-Dist: dirigent-common
10
+ Requires-Dist: dirigent-core
11
+ Requires-Dist: fastapi>=0.141.1
12
+ Requires-Python: >=3.13
13
+ Description-Content-Type: text/markdown
14
+
15
+ # dirigent-server
16
+
17
+ Dirigent FastAPI server: the REST API, its authentication, and the health probes.
@@ -0,0 +1,3 @@
1
+ # dirigent-server
2
+
3
+ Dirigent FastAPI server: the REST API, its authentication, and the health probes.
@@ -0,0 +1,631 @@
1
+ # Third-party notices
2
+
3
+ The `dirigent-server` wheel ships a built web UI bundle. That bundle contains code and fonts
4
+ from the projects below, redistributed under the licences reproduced here. Each licence text
5
+ appears once, with the packages it covers listed above it.
6
+
7
+ Python dependencies are resolved and installed by the package manager rather than
8
+ redistributed inside any wheel published here, so they are not listed.
9
+
10
+ ## MIT
11
+
12
+ - `@base-ui/react` -- Copyright (c) 2019 Material-UI SAS
13
+ - `@xyflow/react` -- Copyright (c) 2019-2025 webkid GmbH
14
+ - `cmdk` -- Copyright (c) 2022 Paco Coursey
15
+ - `clsx` -- Copyright (c) Luke Edwards <luke.edwards05@gmail.com> (lukeed.com)
16
+ - `marked` -- Copyright (c) 2018+, MarkedJS (https://github.com/markedjs/); Copyright (c) 2011-2018, Christopher Jeffrey (https://github.com/chjj/)
17
+ - `monaco-editor` -- Copyright (c) 2016 - present Microsoft Corporation
18
+ - `monaco-yaml` -- Copyright (c) Microsoft Corporation
19
+ - `next-themes` -- Copyright (c) 2022 Paco Coursey
20
+ - `react` -- Copyright (c) Meta Platforms, Inc. and affiliates
21
+ - `react-dom` -- Copyright (c) Meta Platforms, Inc. and affiliates
22
+ - `react-router` -- Copyright (c) React Training LLC 2015-2019; Copyright (c) Remix Software Inc. 2020-2021; Copyright (c) Shopify Inc. 2022-2023
23
+ - `shadcn` -- Copyright (c) 2023 shadcn
24
+ - `sonner` -- Copyright (c) 2023 Emil Kowalski
25
+ - `tailwind-merge` -- Copyright (c) 2021 Dany Castillo
26
+ - `tw-animate-css` -- Copyright (c) 2025 Wombosvideo
27
+
28
+ The components under `packages/dirigent-server/frontend/src/components/ui/` were generated by
29
+ the shadcn CLI from its component registry on top of Base UI, and carry the same MIT licence:
30
+ Copyright (c) 2023 shadcn.
31
+
32
+ ```
33
+ Permission is hereby granted, free of charge, to any person obtaining a copy
34
+ of this software and associated documentation files (the "Software"), to deal
35
+ in the Software without restriction, including without limitation the rights
36
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
37
+ copies of the Software, and to permit persons to whom the Software is
38
+ furnished to do so, subject to the following conditions:
39
+
40
+ The above copyright notice and this permission notice shall be included in all
41
+ copies or substantial portions of the Software.
42
+
43
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
44
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
45
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
46
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
47
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
48
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
49
+ SOFTWARE.
50
+ ```
51
+
52
+ ## ISC
53
+
54
+ - `lucide-react` -- Copyright (c) 2026 Lucide Icons and Contributors; Copyright (c) 2013-present Cole Bemis
55
+ - `yaml` -- Copyright Eemeli Aro <eemeli@gmail.com>
56
+
57
+ ```
58
+ Permission to use, copy, modify, and/or distribute this software for any
59
+ purpose with or without fee is hereby granted, provided that the above
60
+ copyright notice and this permission notice appear in all copies.
61
+
62
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
63
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
64
+ AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
65
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
66
+ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
67
+ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
68
+ PERFORMANCE OF THIS SOFTWARE.
69
+ ```
70
+
71
+ ## Apache License 2.0
72
+
73
+ - `class-variance-authority` -- Copyright (c) 2022 Joe Bell
74
+
75
+ ```
76
+ Apache License
77
+ Version 2.0, January 2004
78
+ http://www.apache.org/licenses/
79
+
80
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
81
+
82
+ 1. Definitions.
83
+
84
+ "License" shall mean the terms and conditions for use, reproduction,
85
+ and distribution as defined by Sections 1 through 9 of this document.
86
+
87
+ "Licensor" shall mean the copyright owner or entity authorized by
88
+ the copyright owner that is granting the License.
89
+
90
+ "Legal Entity" shall mean the union of the acting entity and all
91
+ other entities that control, are controlled by, or are under common
92
+ control with that entity. For the purposes of this definition,
93
+ "control" means (i) the power, direct or indirect, to cause the
94
+ direction or management of such entity, whether by contract or
95
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
96
+ outstanding shares, or (iii) beneficial ownership of such entity.
97
+
98
+ "You" (or "Your") shall mean an individual or Legal Entity
99
+ exercising permissions granted by this License.
100
+
101
+ "Source" form shall mean the preferred form for making modifications,
102
+ including but not limited to software source code, documentation
103
+ source, and configuration files.
104
+
105
+ "Object" form shall mean any form resulting from mechanical
106
+ transformation or translation of a Source form, including but
107
+ not limited to compiled object code, generated documentation,
108
+ and conversions to other media types.
109
+
110
+ "Work" shall mean the work of authorship, whether in Source or
111
+ Object form, made available under the License, as indicated by a
112
+ copyright notice that is included in or attached to the work
113
+ (an example is provided in the Appendix below).
114
+
115
+ "Derivative Works" shall mean any work, whether in Source or Object
116
+ form, that is based on (or derived from) the Work and for which the
117
+ editorial revisions, annotations, elaborations, or other modifications
118
+ represent, as a whole, an original work of authorship. For the purposes
119
+ of this License, Derivative Works shall not include works that remain
120
+ separable from, or merely link (or bind by name) to the interfaces of,
121
+ the Work and Derivative Works thereof.
122
+
123
+ "Contribution" shall mean any work of authorship, including
124
+ the original version of the Work and any modifications or additions
125
+ to that Work or Derivative Works thereof, that is intentionally
126
+ submitted to Licensor for inclusion in the Work by the copyright owner
127
+ or by an individual or Legal Entity authorized to submit on behalf of
128
+ the copyright owner. For the purposes of this definition, "submitted"
129
+ means any form of electronic, verbal, or written communication sent
130
+ to the Licensor or its representatives, including but not limited to
131
+ communication on electronic mailing lists, source code control systems,
132
+ and issue tracking systems that are managed by, or on behalf of, the
133
+ Licensor for the purpose of discussing and improving the Work, but
134
+ excluding communication that is conspicuously marked or otherwise
135
+ designated in writing by the copyright owner as "Not a Contribution."
136
+
137
+ "Contributor" shall mean Licensor and any individual or Legal Entity
138
+ on behalf of whom a Contribution has been received by Licensor and
139
+ subsequently incorporated within the Work.
140
+
141
+ 2. Grant of Copyright License. Subject to the terms and conditions of
142
+ this License, each Contributor hereby grants to You a perpetual,
143
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
144
+ copyright license to reproduce, prepare Derivative Works of,
145
+ publicly display, publicly perform, sublicense, and distribute the
146
+ Work and such Derivative Works in Source or Object form.
147
+
148
+ 3. Grant of Patent License. Subject to the terms and conditions of
149
+ this License, each Contributor hereby grants to You a perpetual,
150
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
151
+ (except as stated in this section) patent license to make, have made,
152
+ use, offer to sell, sell, import, and otherwise transfer the Work,
153
+ where such license applies only to those patent claims licensable
154
+ by such Contributor that are necessarily infringed by their
155
+ Contribution(s) alone or by combination of their Contribution(s)
156
+ with the Work to which such Contribution(s) was submitted. If You
157
+ institute patent litigation against any entity (including a
158
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
159
+ or a Contribution incorporated within the Work constitutes direct
160
+ or contributory patent infringement, then any patent licenses
161
+ granted to You under this License for that Work shall terminate
162
+ as of the date such litigation is filed.
163
+
164
+ 4. Redistribution. You may reproduce and distribute copies of the
165
+ Work or Derivative Works thereof in any medium, with or without
166
+ modifications, and in Source or Object form, provided that You
167
+ meet the following conditions:
168
+
169
+ (a) You must give any other recipients of the Work or
170
+ Derivative Works a copy of this License; and
171
+
172
+ (b) You must cause any modified files to carry prominent notices
173
+ stating that You changed the files; and
174
+
175
+ (c) You must retain, in the Source form of any Derivative Works
176
+ that You distribute, all copyright, patent, trademark, and
177
+ attribution notices from the Source form of the Work,
178
+ excluding those notices that do not pertain to any part of
179
+ the Derivative Works; and
180
+
181
+ (d) If the Work includes a "NOTICE" text file as part of its
182
+ distribution, then any Derivative Works that You distribute must
183
+ include a readable copy of the attribution notices contained
184
+ within such NOTICE file, excluding those notices that do not
185
+ pertain to any part of the Derivative Works, in at least one
186
+ of the following places: within a NOTICE text file distributed
187
+ as part of the Derivative Works; within the Source form or
188
+ documentation, if provided along with the Derivative Works; or,
189
+ within a display generated by the Derivative Works, if and
190
+ wherever such third-party notices normally appear. The contents
191
+ of the NOTICE file are for informational purposes only and
192
+ do not modify the License. You may add Your own attribution
193
+ notices within Derivative Works that You distribute, alongside
194
+ or as an addendum to the NOTICE text from the Work, provided
195
+ that such additional attribution notices cannot be construed
196
+ as modifying the License.
197
+
198
+ You may add Your own copyright statement to Your modifications and
199
+ may provide additional or different license terms and conditions
200
+ for use, reproduction, or distribution of Your modifications, or
201
+ for any such Derivative Works as a whole, provided Your use,
202
+ reproduction, and distribution of the Work otherwise complies with
203
+ the conditions stated in this License.
204
+
205
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
206
+ any Contribution intentionally submitted for inclusion in the Work
207
+ by You to the Licensor shall be under the terms and conditions of
208
+ this License, without any additional terms or conditions.
209
+ Notwithstanding the above, nothing herein shall supersede or modify
210
+ the terms of any separate license agreement you may have executed
211
+ with Licensor regarding such Contributions.
212
+
213
+ 6. Trademarks. This License does not grant permission to use the trade
214
+ names, trademarks, service marks, or product names of the Licensor,
215
+ except as required for reasonable and customary use in describing the
216
+ origin of the Work and reproducing the content of the NOTICE file.
217
+
218
+ 7. Disclaimer of Warranty. Unless required by applicable law or
219
+ agreed to in writing, Licensor provides the Work (and each
220
+ Contributor provides its Contributions) on an "AS IS" BASIS,
221
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
222
+ implied, including, without limitation, any warranties or conditions
223
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
224
+ PARTICULAR PURPOSE. You are solely responsible for determining the
225
+ appropriateness of using or redistributing the Work and assume any
226
+ risks associated with Your exercise of permissions under this License.
227
+
228
+ 8. Limitation of Liability. In no event and under no legal theory,
229
+ whether in tort (including negligence), contract, or otherwise,
230
+ unless required by applicable law (such as deliberate and grossly
231
+ negligent acts) or agreed to in writing, shall any Contributor be
232
+ liable to You for damages, including any direct, indirect, special,
233
+ incidental, or consequential damages of any character arising as a
234
+ result of this License or out of the use or inability to use the
235
+ Work (including but not limited to damages for loss of goodwill,
236
+ work stoppage, computer failure or malfunction, or any and all
237
+ other commercial damages or losses), even if such Contributor
238
+ has been advised of the possibility of such damages.
239
+
240
+ 9. Accepting Warranty or Additional Liability. While redistributing
241
+ the Work or Derivative Works thereof, You may choose to offer,
242
+ and charge a fee for, acceptance of support, warranty, indemnity,
243
+ or other liability obligations and/or rights consistent with this
244
+ License. However, in accepting such obligations, You may act only
245
+ on Your own behalf and on Your sole responsibility, not on behalf
246
+ of any other Contributor, and only if You agree to indemnify,
247
+ defend, and hold each Contributor harmless for any liability
248
+ incurred by, or claims asserted against, such Contributor by reason
249
+ of your accepting any such warranty or additional liability.
250
+
251
+ END OF TERMS AND CONDITIONS
252
+
253
+ Copyright 2022 Joe Bell
254
+
255
+ Licensed under the Apache License, Version 2.0 (the "License");
256
+ you may not use this file except in compliance with the License.
257
+ You may obtain a copy of the License at
258
+
259
+ http://www.apache.org/licenses/LICENSE-2.0
260
+
261
+ Unless required by applicable law or agreed to in writing, software
262
+ distributed under the License is distributed on an "AS IS" BASIS,
263
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
264
+ See the License for the specific language governing permissions and
265
+ limitations under the License.
266
+ ```
267
+
268
+ ## Eclipse Public License 2.0
269
+
270
+ - `elkjs` -- Copyright (c) 2015-2025 Kiel University and others. Dual-licensed under the
271
+ Eclipse Public License 2.0 or, at your option, GPL-3.0-or-later; it is redistributed here
272
+ under the EPL-2.0.
273
+
274
+ ```
275
+ Eclipse Public License - v 2.0
276
+
277
+ THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE
278
+ PUBLIC LICENSE (“AGREEMENT”). ANY USE, REPRODUCTION OR DISTRIBUTION OF
279
+ THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT.
280
+
281
+ ## 1. DEFINITIONS
282
+
283
+ “Contribution” means:
284
+
285
+ - a\) in the case of the initial Contributor, the initial content
286
+ Distributed under this Agreement, and
287
+ - b\) in the case of each subsequent Contributor:
288
+ - i\) changes to the Program, and
289
+ - ii\) additions to the Program;
290
+
291
+ where such changes and/or additions to the Program originate from
292
+ and are Distributed by that particular Contributor. A Contribution
293
+ “originates” from a Contributor if it was added to the Program by
294
+ such Contributor itself or anyone acting on such Contributor's
295
+ behalf. Contributions do not include changes or additions to the
296
+ Program that are not Modified Works.
297
+
298
+ “Contributor” means any person or entity that Distributes the Program.
299
+
300
+ “Licensed Patents” mean patent claims licensable by a Contributor which
301
+ are necessarily infringed by the use or sale of its Contribution alone
302
+ or when combined with the Program.
303
+
304
+ “Program” means the Contributions Distributed in accordance with this
305
+ Agreement.
306
+
307
+ “Recipient” means anyone who receives the Program under this Agreement
308
+ or any Secondary License (as applicable), including Contributors.
309
+
310
+ “Derivative Works” shall mean any work, whether in Source Code or other
311
+ form, that is based on (or derived from) the Program and for which the
312
+ editorial revisions, annotations, elaborations, or other modifications
313
+ represent, as a whole, an original work of authorship.
314
+
315
+ “Modified Works” shall mean any work in Source Code or other form that
316
+ results from an addition to, deletion from, or modification of the
317
+ contents of the Program, including, for purposes of clarity any new file
318
+ in Source Code form that contains any contents of the Program. Modified
319
+ Works shall not include works that contain only declarations,
320
+ interfaces, types, classes, structures, or files of the Program solely
321
+ in each case in order to link to, bind by name, or subclass the Program
322
+ or Modified Works thereof.
323
+
324
+ “Distribute” means the acts of a) distributing or b) making available in
325
+ any manner that enables the transfer of a copy.
326
+
327
+ “Source Code” means the form of a Program preferred for making
328
+ modifications, including but not limited to software source code,
329
+ documentation source, and configuration files.
330
+
331
+ “Secondary License” means either the GNU General Public License, Version
332
+ 2.0, or any later versions of that license, including any exceptions or
333
+ additional permissions as identified by the initial Contributor.
334
+
335
+ ## 2. GRANT OF RIGHTS
336
+
337
+ - a\) Subject to the terms of this Agreement, each Contributor hereby
338
+ grants Recipient a non-exclusive, worldwide, royalty-free copyright
339
+ license to reproduce, prepare Derivative Works of, publicly display,
340
+ publicly perform, Distribute and sublicense the Contribution of such
341
+ Contributor, if any, and such Derivative Works.
342
+ - b\) Subject to the terms of this Agreement, each Contributor hereby
343
+ grants Recipient a non-exclusive, worldwide, royalty-free patent license
344
+ under Licensed Patents to make, use, sell, offer to sell, import and
345
+ otherwise transfer the Contribution of such Contributor, if any, in
346
+ Source Code or other form. This patent license shall apply to the
347
+ combination of the Contribution and the Program if, at the time the
348
+ Contribution is added by the Contributor, such addition of the
349
+ Contribution causes such combination to be covered by the
350
+ Licensed Patents. The patent license shall not apply to any other
351
+ combinations which include the Contribution. No hardware per se is
352
+ licensed hereunder.
353
+ - c\) Recipient understands that although each Contributor grants the
354
+ licenses to its Contributions set forth herein, no assurances are
355
+ provided by any Contributor that the Program does not infringe the
356
+ patent or other intellectual property rights of any other entity. Each
357
+ Contributor disclaims any liability to Recipient for claims brought by
358
+ any other entity based on infringement of intellectual property rights
359
+ or otherwise. As a condition to exercising the rights and licenses
360
+ granted hereunder, each Recipient hereby assumes sole responsibility to
361
+ secure any other intellectual property rights needed, if any. For
362
+ example, if a third party patent license is required to allow Recipient
363
+ to Distribute the Program, it is Recipient's responsibility to acquire
364
+ that license before distributing the Program.
365
+ - d\) Each Contributor represents that to its knowledge it has sufficient
366
+ copyright rights in its Contribution, if any, to grant the copyright
367
+ license set forth in this Agreement.
368
+ - e\) Notwithstanding the terms of any Secondary License, no Contributor
369
+ makes additional grants to any Recipient (other than those set forth in
370
+ this Agreement) as a result of such Recipient's receipt of the Program
371
+ under the terms of a Secondary License (if permitted under the terms of
372
+ Section 3).
373
+
374
+ ## 3. REQUIREMENTS
375
+
376
+ 3.1 If a Contributor Distributes the Program in any form, then:
377
+
378
+ - a\) the Program must also be made available as Source Code, in accordance
379
+ with section 3.2, and the Contributor must accompany the Program with a
380
+ statement that the Source Code for the Program is available under this
381
+ Agreement, and informs Recipients how to obtain it in a reasonable
382
+ manner on or through a medium customarily used for software exchange;
383
+ and
384
+ - b\) the Contributor may Distribute the Program under a license different
385
+ than this Agreement, provided that such license:
386
+ - i\) effectively disclaims on behalf of all other Contributors all
387
+ warranties and conditions, express and implied, including warranties or
388
+ conditions of title and non-infringement, and implied warranties or
389
+ conditions of merchantability and fitness for a particular purpose;
390
+ - ii\) effectively excludes on behalf of all other Contributors all
391
+ liability for damages, including direct, indirect, special, incidental
392
+ and consequential damages, such as lost profits;
393
+ - iii\) does not attempt to limit or alter the recipients' rights in the
394
+ Source Code under section 3.2; and
395
+ - iv\) requires any subsequent distribution of the Program by any party to
396
+ be under a license that satisfies the requirements of this section 3.
397
+
398
+ 3.2 When the Program is Distributed as Source Code:
399
+
400
+ - a\) it must be made available under this Agreement, or if the Program (i)
401
+ is combined with other material in a separate file or files made
402
+ available under a Secondary License, and (ii) the initial Contributor
403
+ attached to the Source Code the notice described in Exhibit A of this
404
+ Agreement, then the Program may be made available under the terms of
405
+ such Secondary Licenses, and
406
+ - b\) a copy of this Agreement must be included with each copy of
407
+ the Program.
408
+
409
+ 3.3 Contributors may not remove or alter any copyright, patent,
410
+ trademark, attribution notices, disclaimers of warranty, or limitations
411
+ of liability (‘notices’) contained within the Program from any copy of
412
+ the Program which they Distribute, provided that Contributors may add
413
+ their own appropriate notices.
414
+
415
+ ## 4. COMMERCIAL DISTRIBUTION
416
+
417
+ Commercial distributors of software may accept certain responsibilities
418
+ with respect to end users, business partners and the like. While this
419
+ license is intended to facilitate the commercial use of the Program, the
420
+ Contributor who includes the Program in a commercial product offering
421
+ should do so in a manner which does not create potential liability for
422
+ other Contributors. Therefore, if a Contributor includes the Program in
423
+ a commercial product offering, such Contributor (“Commercial
424
+ Contributor”) hereby agrees to defend and indemnify every other
425
+ Contributor (“Indemnified Contributor”) against any losses, damages and
426
+ costs (collectively “Losses”) arising from claims, lawsuits and other
427
+ legal actions brought by a third party against the Indemnified
428
+ Contributor to the extent caused by the acts or omissions of such
429
+ Commercial Contributor in connection with its distribution of the
430
+ Program in a commercial product offering. The obligations in this
431
+ section do not apply to any claims or Losses relating to any actual or
432
+ alleged intellectual property infringement. In order to qualify, an
433
+ Indemnified Contributor must: a) promptly notify the Commercial
434
+ Contributor in writing of such claim, and b) allow the Commercial
435
+ Contributor to control, and cooperate with the Commercial Contributor
436
+ in, the defense and any related settlement negotiations. The Indemnified
437
+ Contributor may participate in any such claim at its own expense.
438
+
439
+ For example, a Contributor might include the Program in a commercial
440
+ product offering, Product X. That Contributor is then a Commercial
441
+ Contributor. If that Commercial Contributor then makes performance
442
+ claims, or offers warranties related to Product X, those performance
443
+ claims and warranties are such Commercial Contributor's responsibility
444
+ alone. Under this section, the Commercial Contributor would have to
445
+ defend claims against the other Contributors related to those
446
+ performance claims and warranties, and if a court requires any other
447
+ Contributor to pay any damages as a result, the Commercial Contributor
448
+ must pay those damages.
449
+
450
+ ## 5. NO WARRANTY {#warranty}
451
+
452
+ EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, AND TO THE EXTENT
453
+ PERMITTED BY APPLICABLE LAW, THE PROGRAM IS PROVIDED ON AN “AS IS”
454
+ BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR
455
+ IMPLIED INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF
456
+ TITLE, NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR
457
+ PURPOSE. Each Recipient is solely responsible for determining the
458
+ appropriateness of using and distributing the Program and assumes all
459
+ risks associated with its exercise of rights under this Agreement,
460
+ including but not limited to the risks and costs of program errors,
461
+ compliance with applicable laws, damage to or loss of data, programs or
462
+ equipment, and unavailability or interruption of operations.
463
+
464
+ ## 6. DISCLAIMER OF LIABILITY {#disclaimer}
465
+
466
+ EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, AND TO THE EXTENT
467
+ PERMITTED BY APPLICABLE LAW, NEITHER RECIPIENT NOR ANY CONTRIBUTORS
468
+ SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
469
+ EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING WITHOUT LIMITATION LOST
470
+ PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
471
+ CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
472
+ ARISING IN ANY WAY OUT OF THE USE OR DISTRIBUTION OF THE PROGRAM OR THE
473
+ EXERCISE OF ANY RIGHTS GRANTED HEREUNDER, EVEN IF ADVISED OF THE
474
+ POSSIBILITY OF SUCH DAMAGES.
475
+
476
+ ## 7. GENERAL
477
+
478
+ If any provision of this Agreement is invalid or unenforceable under
479
+ applicable law, it shall not affect the validity or enforceability of
480
+ the remainder of the terms of this Agreement, and without further action
481
+ by the parties hereto, such provision shall be reformed to the minimum
482
+ extent necessary to make such provision valid and enforceable.
483
+
484
+ If Recipient institutes patent litigation against any entity (including
485
+ a cross-claim or counterclaim in a lawsuit) alleging that the Program
486
+ itself (excluding combinations of the Program with other software or
487
+ hardware) infringes such Recipient's patent(s), then such Recipient's
488
+ rights granted under Section 2(b) shall terminate as of the date such
489
+ litigation is filed.
490
+
491
+ All Recipient's rights under this Agreement shall terminate if it fails
492
+ to comply with any of the material terms or conditions of this Agreement
493
+ and does not cure such failure in a reasonable period of time after
494
+ becoming aware of such noncompliance. If all Recipient's rights under
495
+ this Agreement terminate, Recipient agrees to cease use and distribution
496
+ of the Program as soon as reasonably practicable. However, Recipient's
497
+ obligations under this Agreement and any licenses granted by Recipient
498
+ relating to the Program shall continue and survive.
499
+
500
+ Everyone is permitted to copy and distribute copies of this Agreement,
501
+ but in order to avoid inconsistency the Agreement is copyrighted and may
502
+ only be modified in the following manner. The Agreement Steward reserves
503
+ the right to publish new versions (including revisions) of this
504
+ Agreement from time to time. No one other than the Agreement Steward has
505
+ the right to modify this Agreement. The Eclipse Foundation is the
506
+ initial Agreement Steward. The Eclipse Foundation may assign the
507
+ responsibility to serve as the Agreement Steward to a suitable separate
508
+ entity. Each new version of the Agreement will be given a distinguishing
509
+ version number. The Program (including Contributions) may always be
510
+ Distributed subject to the version of the Agreement under which it was
511
+ received. In addition, after a new version of the Agreement is
512
+ published, Contributor may elect to Distribute the Program (including
513
+ its Contributions) under the new version.
514
+
515
+ Except as expressly stated in Sections 2(a) and 2(b) above, Recipient
516
+ receives no rights or licenses to the intellectual property of any
517
+ Contributor under this Agreement, whether expressly, by implication,
518
+ estoppel or otherwise. All rights in the Program not expressly granted
519
+ under this Agreement are reserved. Nothing in this Agreement is intended
520
+ to be enforceable by any entity that is not a Contributor or Recipient.
521
+ No third-party beneficiary rights are created under this Agreement.
522
+
523
+ ## Exhibit A – Form of Secondary Licenses Notice {#exhibit-a}
524
+
525
+ “This Source Code may also be made available under the following
526
+ Secondary Licenses when the conditions for such availability set forth
527
+ in the Eclipse Public License, v. 2.0 are satisfied: GNU General Public License v3.0 or later”
528
+
529
+ > Simply including a copy of this Agreement, including this Exhibit A is
530
+ > not sufficient to license the Source Code under Secondary Licenses.
531
+ >
532
+ > If it is not possible or desirable to put the notice in a particular
533
+ > file, then You may include the notice in a location (such as a LICENSE
534
+ > file in a relevant directory) where a recipient would be likely to
535
+ > look for such a notice.
536
+ >
537
+ > You may add additional accurate notices of copyright ownership.
538
+ ```
539
+
540
+ ## SIL Open Font License 1.1
541
+
542
+ - `@fontsource-variable/ibm-plex-sans` -- IBM Plex Sans, Copyright 2019 IBM Corp. All rights reserved.
543
+ - `@fontsource/ibm-plex-mono` -- IBM Plex Mono, Copyright 2017 IBM Corp. All rights reserved.
544
+
545
+ ```
546
+ SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
547
+ -----------------------------------------------------------
548
+
549
+ PREAMBLE
550
+ The goals of the Open Font License (OFL) are to stimulate worldwide
551
+ development of collaborative font projects, to support the font creation
552
+ efforts of academic and linguistic communities, and to provide a free and
553
+ open framework in which fonts may be shared and improved in partnership
554
+ with others.
555
+
556
+ The OFL allows the licensed fonts to be used, studied, modified and
557
+ redistributed freely as long as they are not sold by themselves. The
558
+ fonts, including any derivative works, can be bundled, embedded,
559
+ redistributed and/or sold with any software provided that any reserved
560
+ names are not used by derivative works. The fonts and derivatives,
561
+ however, cannot be released under any other type of license. The
562
+ requirement for fonts to remain under this license does not apply
563
+ to any document created using the fonts or their derivatives.
564
+
565
+ DEFINITIONS
566
+ "Font Software" refers to the set of files released by the Copyright
567
+ Holder(s) under this license and clearly marked as such. This may
568
+ include source files, build scripts and documentation.
569
+
570
+ "Reserved Font Name" refers to any names specified as such after the
571
+ copyright statement(s).
572
+
573
+ "Original Version" refers to the collection of Font Software components as
574
+ distributed by the Copyright Holder(s).
575
+
576
+ "Modified Version" refers to any derivative made by adding to, deleting,
577
+ or substituting -- in part or in whole -- any of the components of the
578
+ Original Version, by changing formats or by porting the Font Software to a
579
+ new environment.
580
+
581
+ "Author" refers to any designer, engineer, programmer, technical
582
+ writer or other person who contributed to the Font Software.
583
+
584
+ PERMISSION & CONDITIONS
585
+ Permission is hereby granted, free of charge, to any person obtaining
586
+ a copy of the Font Software, to use, study, copy, merge, embed, modify,
587
+ redistribute, and sell modified and unmodified copies of the Font
588
+ Software, subject to the following conditions:
589
+
590
+ 1) Neither the Font Software nor any of its individual components,
591
+ in Original or Modified Versions, may be sold by itself.
592
+
593
+ 2) Original or Modified Versions of the Font Software may be bundled,
594
+ redistributed and/or sold with any software, provided that each copy
595
+ contains the above copyright notice and this license. These can be
596
+ included either as stand-alone text files, human-readable headers or
597
+ in the appropriate machine-readable metadata fields within text or
598
+ binary files as long as those fields can be easily viewed by the user.
599
+
600
+ 3) No Modified Version of the Font Software may use the Reserved Font
601
+ Name(s) unless explicit written permission is granted by the corresponding
602
+ Copyright Holder. This restriction only applies to the primary font name as
603
+ presented to the users.
604
+
605
+ 4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
606
+ Software shall not be used to promote, endorse or advertise any
607
+ Modified Version, except to acknowledge the contribution(s) of the
608
+ Copyright Holder(s) and the Author(s) or with their explicit written
609
+ permission.
610
+
611
+ 5) The Font Software, modified or unmodified, in part or in whole,
612
+ must be distributed entirely under this license, and must not be
613
+ distributed under any other license. The requirement for fonts to
614
+ remain under this license does not apply to any document created
615
+ using the Font Software.
616
+
617
+ TERMINATION
618
+ This license becomes null and void if any of the above conditions are
619
+ not met.
620
+
621
+ DISCLAIMER
622
+ THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
623
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
624
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
625
+ OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
626
+ COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
627
+ INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
628
+ DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
629
+ FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
630
+ OTHER DEALINGS IN THE FONT SOFTWARE.
631
+ ```