agent-runtime-map 0.8.0
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.
- package/LICENSE +21 -0
- package/README.md +40 -0
- package/THIRD_PARTY_NOTICES.md +11 -0
- package/dist/cli.js +195 -0
- package/dist/licenses/classcat.txt +7 -0
- package/dist/licenses/d3-color.txt +13 -0
- package/dist/licenses/d3-dispatch.txt +13 -0
- package/dist/licenses/d3-drag.txt +13 -0
- package/dist/licenses/d3-ease.txt +28 -0
- package/dist/licenses/d3-interpolate.txt +13 -0
- package/dist/licenses/d3-selection.txt +13 -0
- package/dist/licenses/d3-timer.txt +13 -0
- package/dist/licenses/d3-transition.txt +13 -0
- package/dist/licenses/d3-zoom.txt +13 -0
- package/dist/licenses/elkjs.txt +264 -0
- package/dist/licenses/lucide-react.txt +15 -0
- package/dist/licenses/react-dom.txt +21 -0
- package/dist/licenses/react.txt +21 -0
- package/dist/licenses/scheduler.txt +21 -0
- package/dist/licenses/use-sync-external-store.txt +21 -0
- package/dist/licenses/xyflow__react.txt +21 -0
- package/dist/licenses/xyflow__system.txt +21 -0
- package/dist/licenses/zustand.txt +21 -0
- package/dist/python/extract.py +219 -0
- package/dist/viewer/assets/elk-DSSKxAlM.js +24 -0
- package/dist/viewer/assets/index-4tql6hvj.js +3 -0
- package/dist/viewer/assets/index-Dvsvzpjt.css +1 -0
- package/dist/viewer/assets/react-C8zC5XaP.js +9 -0
- package/dist/viewer/assets/xyflow-BnuhLJ6X.css +1 -0
- package/dist/viewer/assets/xyflow-NEmtYq4w.js +7 -0
- package/dist/viewer/index.html +17 -0
- package/package.json +54 -0
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
Copyright 2010-2021 Mike Bostock
|
|
2
|
+
|
|
3
|
+
Permission to use, copy, modify, and/or distribute this software for any purpose
|
|
4
|
+
with or without fee is hereby granted, provided that the above copyright notice
|
|
5
|
+
and this permission notice appear in all copies.
|
|
6
|
+
|
|
7
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
8
|
+
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
|
|
9
|
+
FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
10
|
+
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
|
|
11
|
+
OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
|
|
12
|
+
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
|
|
13
|
+
THIS SOFTWARE.
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
Copyright 2010-2021 Mike Bostock
|
|
2
|
+
Copyright 2001 Robert Penner
|
|
3
|
+
All rights reserved.
|
|
4
|
+
|
|
5
|
+
Redistribution and use in source and binary forms, with or without modification,
|
|
6
|
+
are permitted provided that the following conditions are met:
|
|
7
|
+
|
|
8
|
+
* Redistributions of source code must retain the above copyright notice, this
|
|
9
|
+
list of conditions and the following disclaimer.
|
|
10
|
+
|
|
11
|
+
* Redistributions in binary form must reproduce the above copyright notice,
|
|
12
|
+
this list of conditions and the following disclaimer in the documentation
|
|
13
|
+
and/or other materials provided with the distribution.
|
|
14
|
+
|
|
15
|
+
* Neither the name of the author nor the names of contributors may be used to
|
|
16
|
+
endorse or promote products derived from this software without specific prior
|
|
17
|
+
written permission.
|
|
18
|
+
|
|
19
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
|
|
20
|
+
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
|
21
|
+
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
|
22
|
+
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
|
|
23
|
+
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
|
|
24
|
+
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
|
25
|
+
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
|
|
26
|
+
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
27
|
+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
|
28
|
+
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
Copyright 2010-2021 Mike Bostock
|
|
2
|
+
|
|
3
|
+
Permission to use, copy, modify, and/or distribute this software for any purpose
|
|
4
|
+
with or without fee is hereby granted, provided that the above copyright notice
|
|
5
|
+
and this permission notice appear in all copies.
|
|
6
|
+
|
|
7
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
8
|
+
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
|
|
9
|
+
FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
10
|
+
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
|
|
11
|
+
OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
|
|
12
|
+
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
|
|
13
|
+
THIS SOFTWARE.
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
Copyright 2010-2021 Mike Bostock
|
|
2
|
+
|
|
3
|
+
Permission to use, copy, modify, and/or distribute this software for any purpose
|
|
4
|
+
with or without fee is hereby granted, provided that the above copyright notice
|
|
5
|
+
and this permission notice appear in all copies.
|
|
6
|
+
|
|
7
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
8
|
+
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
|
|
9
|
+
FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
10
|
+
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
|
|
11
|
+
OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
|
|
12
|
+
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
|
|
13
|
+
THIS SOFTWARE.
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
Copyright 2010-2021 Mike Bostock
|
|
2
|
+
|
|
3
|
+
Permission to use, copy, modify, and/or distribute this software for any purpose
|
|
4
|
+
with or without fee is hereby granted, provided that the above copyright notice
|
|
5
|
+
and this permission notice appear in all copies.
|
|
6
|
+
|
|
7
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
8
|
+
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
|
|
9
|
+
FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
10
|
+
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
|
|
11
|
+
OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
|
|
12
|
+
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
|
|
13
|
+
THIS SOFTWARE.
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
Copyright 2010-2021 Mike Bostock
|
|
2
|
+
|
|
3
|
+
Permission to use, copy, modify, and/or distribute this software for any purpose
|
|
4
|
+
with or without fee is hereby granted, provided that the above copyright notice
|
|
5
|
+
and this permission notice appear in all copies.
|
|
6
|
+
|
|
7
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
8
|
+
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
|
|
9
|
+
FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
10
|
+
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
|
|
11
|
+
OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
|
|
12
|
+
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
|
|
13
|
+
THIS SOFTWARE.
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
Copyright 2010-2021 Mike Bostock
|
|
2
|
+
|
|
3
|
+
Permission to use, copy, modify, and/or distribute this software for any purpose
|
|
4
|
+
with or without fee is hereby granted, provided that the above copyright notice
|
|
5
|
+
and this permission notice appear in all copies.
|
|
6
|
+
|
|
7
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
8
|
+
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
|
|
9
|
+
FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
10
|
+
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
|
|
11
|
+
OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
|
|
12
|
+
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
|
|
13
|
+
THIS SOFTWARE.
|
|
@@ -0,0 +1,264 @@
|
|
|
1
|
+
# Eclipse Public License - v 2.0
|
|
2
|
+
|
|
3
|
+
THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE
|
|
4
|
+
PUBLIC LICENSE (“AGREEMENT”). ANY USE, REPRODUCTION OR DISTRIBUTION OF
|
|
5
|
+
THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT.
|
|
6
|
+
|
|
7
|
+
## 1. DEFINITIONS
|
|
8
|
+
|
|
9
|
+
“Contribution” means:
|
|
10
|
+
|
|
11
|
+
- a\) in the case of the initial Contributor, the initial content
|
|
12
|
+
Distributed under this Agreement, and
|
|
13
|
+
- b\) in the case of each subsequent Contributor:
|
|
14
|
+
- i\) changes to the Program, and
|
|
15
|
+
- ii\) additions to the Program;
|
|
16
|
+
|
|
17
|
+
where such changes and/or additions to the Program originate from
|
|
18
|
+
and are Distributed by that particular Contributor. A Contribution
|
|
19
|
+
“originates” from a Contributor if it was added to the Program by
|
|
20
|
+
such Contributor itself or anyone acting on such Contributor's
|
|
21
|
+
behalf. Contributions do not include changes or additions to the
|
|
22
|
+
Program that are not Modified Works.
|
|
23
|
+
|
|
24
|
+
“Contributor” means any person or entity that Distributes the Program.
|
|
25
|
+
|
|
26
|
+
“Licensed Patents” mean patent claims licensable by a Contributor which
|
|
27
|
+
are necessarily infringed by the use or sale of its Contribution alone
|
|
28
|
+
or when combined with the Program.
|
|
29
|
+
|
|
30
|
+
“Program” means the Contributions Distributed in accordance with this
|
|
31
|
+
Agreement.
|
|
32
|
+
|
|
33
|
+
“Recipient” means anyone who receives the Program under this Agreement
|
|
34
|
+
or any Secondary License (as applicable), including Contributors.
|
|
35
|
+
|
|
36
|
+
“Derivative Works” shall mean any work, whether in Source Code or other
|
|
37
|
+
form, that is based on (or derived from) the Program and for which the
|
|
38
|
+
editorial revisions, annotations, elaborations, or other modifications
|
|
39
|
+
represent, as a whole, an original work of authorship.
|
|
40
|
+
|
|
41
|
+
“Modified Works” shall mean any work in Source Code or other form that
|
|
42
|
+
results from an addition to, deletion from, or modification of the
|
|
43
|
+
contents of the Program, including, for purposes of clarity any new file
|
|
44
|
+
in Source Code form that contains any contents of the Program. Modified
|
|
45
|
+
Works shall not include works that contain only declarations,
|
|
46
|
+
interfaces, types, classes, structures, or files of the Program solely
|
|
47
|
+
in each case in order to link to, bind by name, or subclass the Program
|
|
48
|
+
or Modified Works thereof.
|
|
49
|
+
|
|
50
|
+
“Distribute” means the acts of a) distributing or b) making available in
|
|
51
|
+
any manner that enables the transfer of a copy.
|
|
52
|
+
|
|
53
|
+
“Source Code” means the form of a Program preferred for making
|
|
54
|
+
modifications, including but not limited to software source code,
|
|
55
|
+
documentation source, and configuration files.
|
|
56
|
+
|
|
57
|
+
“Secondary License” means either the GNU General Public License, Version
|
|
58
|
+
2.0, or any later versions of that license, including any exceptions or
|
|
59
|
+
additional permissions as identified by the initial Contributor.
|
|
60
|
+
|
|
61
|
+
## 2. GRANT OF RIGHTS
|
|
62
|
+
|
|
63
|
+
- a\) Subject to the terms of this Agreement, each Contributor hereby
|
|
64
|
+
grants Recipient a non-exclusive, worldwide, royalty-free copyright
|
|
65
|
+
license to reproduce, prepare Derivative Works of, publicly display,
|
|
66
|
+
publicly perform, Distribute and sublicense the Contribution of such
|
|
67
|
+
Contributor, if any, and such Derivative Works.
|
|
68
|
+
- b\) Subject to the terms of this Agreement, each Contributor hereby
|
|
69
|
+
grants Recipient a non-exclusive, worldwide, royalty-free patent license
|
|
70
|
+
under Licensed Patents to make, use, sell, offer to sell, import and
|
|
71
|
+
otherwise transfer the Contribution of such Contributor, if any, in
|
|
72
|
+
Source Code or other form. This patent license shall apply to the
|
|
73
|
+
combination of the Contribution and the Program if, at the time the
|
|
74
|
+
Contribution is added by the Contributor, such addition of the
|
|
75
|
+
Contribution causes such combination to be covered by the
|
|
76
|
+
Licensed Patents. The patent license shall not apply to any other
|
|
77
|
+
combinations which include the Contribution. No hardware per se is
|
|
78
|
+
licensed hereunder.
|
|
79
|
+
- c\) Recipient understands that although each Contributor grants the
|
|
80
|
+
licenses to its Contributions set forth herein, no assurances are
|
|
81
|
+
provided by any Contributor that the Program does not infringe the
|
|
82
|
+
patent or other intellectual property rights of any other entity. Each
|
|
83
|
+
Contributor disclaims any liability to Recipient for claims brought by
|
|
84
|
+
any other entity based on infringement of intellectual property rights
|
|
85
|
+
or otherwise. As a condition to exercising the rights and licenses
|
|
86
|
+
granted hereunder, each Recipient hereby assumes sole responsibility to
|
|
87
|
+
secure any other intellectual property rights needed, if any. For
|
|
88
|
+
example, if a third party patent license is required to allow Recipient
|
|
89
|
+
to Distribute the Program, it is Recipient's responsibility to acquire
|
|
90
|
+
that license before distributing the Program.
|
|
91
|
+
- d\) Each Contributor represents that to its knowledge it has sufficient
|
|
92
|
+
copyright rights in its Contribution, if any, to grant the copyright
|
|
93
|
+
license set forth in this Agreement.
|
|
94
|
+
- e\) Notwithstanding the terms of any Secondary License, no Contributor
|
|
95
|
+
makes additional grants to any Recipient (other than those set forth in
|
|
96
|
+
this Agreement) as a result of such Recipient's receipt of the Program
|
|
97
|
+
under the terms of a Secondary License (if permitted under the terms of
|
|
98
|
+
Section 3).
|
|
99
|
+
|
|
100
|
+
## 3. REQUIREMENTS
|
|
101
|
+
|
|
102
|
+
3.1 If a Contributor Distributes the Program in any form, then:
|
|
103
|
+
|
|
104
|
+
- a\) the Program must also be made available as Source Code, in accordance
|
|
105
|
+
with section 3.2, and the Contributor must accompany the Program with a
|
|
106
|
+
statement that the Source Code for the Program is available under this
|
|
107
|
+
Agreement, and informs Recipients how to obtain it in a reasonable
|
|
108
|
+
manner on or through a medium customarily used for software exchange;
|
|
109
|
+
and
|
|
110
|
+
- b\) the Contributor may Distribute the Program under a license different
|
|
111
|
+
than this Agreement, provided that such license:
|
|
112
|
+
- i\) effectively disclaims on behalf of all other Contributors all
|
|
113
|
+
warranties and conditions, express and implied, including warranties or
|
|
114
|
+
conditions of title and non-infringement, and implied warranties or
|
|
115
|
+
conditions of merchantability and fitness for a particular purpose;
|
|
116
|
+
- ii\) effectively excludes on behalf of all other Contributors all
|
|
117
|
+
liability for damages, including direct, indirect, special, incidental
|
|
118
|
+
and consequential damages, such as lost profits;
|
|
119
|
+
- iii\) does not attempt to limit or alter the recipients' rights in the
|
|
120
|
+
Source Code under section 3.2; and
|
|
121
|
+
- iv\) requires any subsequent distribution of the Program by any party to
|
|
122
|
+
be under a license that satisfies the requirements of this section 3.
|
|
123
|
+
|
|
124
|
+
3.2 When the Program is Distributed as Source Code:
|
|
125
|
+
|
|
126
|
+
- a\) it must be made available under this Agreement, or if the Program (i)
|
|
127
|
+
is combined with other material in a separate file or files made
|
|
128
|
+
available under a Secondary License, and (ii) the initial Contributor
|
|
129
|
+
attached to the Source Code the notice described in Exhibit A of this
|
|
130
|
+
Agreement, then the Program may be made available under the terms of
|
|
131
|
+
such Secondary Licenses, and
|
|
132
|
+
- b\) a copy of this Agreement must be included with each copy of
|
|
133
|
+
the Program.
|
|
134
|
+
|
|
135
|
+
3.3 Contributors may not remove or alter any copyright, patent,
|
|
136
|
+
trademark, attribution notices, disclaimers of warranty, or limitations
|
|
137
|
+
of liability (‘notices’) contained within the Program from any copy of
|
|
138
|
+
the Program which they Distribute, provided that Contributors may add
|
|
139
|
+
their own appropriate notices.
|
|
140
|
+
|
|
141
|
+
## 4. COMMERCIAL DISTRIBUTION
|
|
142
|
+
|
|
143
|
+
Commercial distributors of software may accept certain responsibilities
|
|
144
|
+
with respect to end users, business partners and the like. While this
|
|
145
|
+
license is intended to facilitate the commercial use of the Program, the
|
|
146
|
+
Contributor who includes the Program in a commercial product offering
|
|
147
|
+
should do so in a manner which does not create potential liability for
|
|
148
|
+
other Contributors. Therefore, if a Contributor includes the Program in
|
|
149
|
+
a commercial product offering, such Contributor (“Commercial
|
|
150
|
+
Contributor”) hereby agrees to defend and indemnify every other
|
|
151
|
+
Contributor (“Indemnified Contributor”) against any losses, damages and
|
|
152
|
+
costs (collectively “Losses”) arising from claims, lawsuits and other
|
|
153
|
+
legal actions brought by a third party against the Indemnified
|
|
154
|
+
Contributor to the extent caused by the acts or omissions of such
|
|
155
|
+
Commercial Contributor in connection with its distribution of the
|
|
156
|
+
Program in a commercial product offering. The obligations in this
|
|
157
|
+
section do not apply to any claims or Losses relating to any actual or
|
|
158
|
+
alleged intellectual property infringement. In order to qualify, an
|
|
159
|
+
Indemnified Contributor must: a) promptly notify the Commercial
|
|
160
|
+
Contributor in writing of such claim, and b) allow the Commercial
|
|
161
|
+
Contributor to control, and cooperate with the Commercial Contributor
|
|
162
|
+
in, the defense and any related settlement negotiations. The Indemnified
|
|
163
|
+
Contributor may participate in any such claim at its own expense.
|
|
164
|
+
|
|
165
|
+
For example, a Contributor might include the Program in a commercial
|
|
166
|
+
product offering, Product X. That Contributor is then a Commercial
|
|
167
|
+
Contributor. If that Commercial Contributor then makes performance
|
|
168
|
+
claims, or offers warranties related to Product X, those performance
|
|
169
|
+
claims and warranties are such Commercial Contributor's responsibility
|
|
170
|
+
alone. Under this section, the Commercial Contributor would have to
|
|
171
|
+
defend claims against the other Contributors related to those
|
|
172
|
+
performance claims and warranties, and if a court requires any other
|
|
173
|
+
Contributor to pay any damages as a result, the Commercial Contributor
|
|
174
|
+
must pay those damages.
|
|
175
|
+
|
|
176
|
+
## 5. NO WARRANTY {#warranty}
|
|
177
|
+
|
|
178
|
+
EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, AND TO THE EXTENT
|
|
179
|
+
PERMITTED BY APPLICABLE LAW, THE PROGRAM IS PROVIDED ON AN “AS IS”
|
|
180
|
+
BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR
|
|
181
|
+
IMPLIED INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF
|
|
182
|
+
TITLE, NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR
|
|
183
|
+
PURPOSE. Each Recipient is solely responsible for determining the
|
|
184
|
+
appropriateness of using and distributing the Program and assumes all
|
|
185
|
+
risks associated with its exercise of rights under this Agreement,
|
|
186
|
+
including but not limited to the risks and costs of program errors,
|
|
187
|
+
compliance with applicable laws, damage to or loss of data, programs or
|
|
188
|
+
equipment, and unavailability or interruption of operations.
|
|
189
|
+
|
|
190
|
+
## 6. DISCLAIMER OF LIABILITY {#disclaimer}
|
|
191
|
+
|
|
192
|
+
EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, AND TO THE EXTENT
|
|
193
|
+
PERMITTED BY APPLICABLE LAW, NEITHER RECIPIENT NOR ANY CONTRIBUTORS
|
|
194
|
+
SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
|
|
195
|
+
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING WITHOUT LIMITATION LOST
|
|
196
|
+
PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
|
|
197
|
+
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
|
|
198
|
+
ARISING IN ANY WAY OUT OF THE USE OR DISTRIBUTION OF THE PROGRAM OR THE
|
|
199
|
+
EXERCISE OF ANY RIGHTS GRANTED HEREUNDER, EVEN IF ADVISED OF THE
|
|
200
|
+
POSSIBILITY OF SUCH DAMAGES.
|
|
201
|
+
|
|
202
|
+
## 7. GENERAL
|
|
203
|
+
|
|
204
|
+
If any provision of this Agreement is invalid or unenforceable under
|
|
205
|
+
applicable law, it shall not affect the validity or enforceability of
|
|
206
|
+
the remainder of the terms of this Agreement, and without further action
|
|
207
|
+
by the parties hereto, such provision shall be reformed to the minimum
|
|
208
|
+
extent necessary to make such provision valid and enforceable.
|
|
209
|
+
|
|
210
|
+
If Recipient institutes patent litigation against any entity (including
|
|
211
|
+
a cross-claim or counterclaim in a lawsuit) alleging that the Program
|
|
212
|
+
itself (excluding combinations of the Program with other software or
|
|
213
|
+
hardware) infringes such Recipient's patent(s), then such Recipient's
|
|
214
|
+
rights granted under Section 2(b) shall terminate as of the date such
|
|
215
|
+
litigation is filed.
|
|
216
|
+
|
|
217
|
+
All Recipient's rights under this Agreement shall terminate if it fails
|
|
218
|
+
to comply with any of the material terms or conditions of this Agreement
|
|
219
|
+
and does not cure such failure in a reasonable period of time after
|
|
220
|
+
becoming aware of such noncompliance. If all Recipient's rights under
|
|
221
|
+
this Agreement terminate, Recipient agrees to cease use and distribution
|
|
222
|
+
of the Program as soon as reasonably practicable. However, Recipient's
|
|
223
|
+
obligations under this Agreement and any licenses granted by Recipient
|
|
224
|
+
relating to the Program shall continue and survive.
|
|
225
|
+
|
|
226
|
+
Everyone is permitted to copy and distribute copies of this Agreement,
|
|
227
|
+
but in order to avoid inconsistency the Agreement is copyrighted and may
|
|
228
|
+
only be modified in the following manner. The Agreement Steward reserves
|
|
229
|
+
the right to publish new versions (including revisions) of this
|
|
230
|
+
Agreement from time to time. No one other than the Agreement Steward has
|
|
231
|
+
the right to modify this Agreement. The Eclipse Foundation is the
|
|
232
|
+
initial Agreement Steward. The Eclipse Foundation may assign the
|
|
233
|
+
responsibility to serve as the Agreement Steward to a suitable separate
|
|
234
|
+
entity. Each new version of the Agreement will be given a distinguishing
|
|
235
|
+
version number. The Program (including Contributions) may always be
|
|
236
|
+
Distributed subject to the version of the Agreement under which it was
|
|
237
|
+
received. In addition, after a new version of the Agreement is
|
|
238
|
+
published, Contributor may elect to Distribute the Program (including
|
|
239
|
+
its Contributions) under the new version.
|
|
240
|
+
|
|
241
|
+
Except as expressly stated in Sections 2(a) and 2(b) above, Recipient
|
|
242
|
+
receives no rights or licenses to the intellectual property of any
|
|
243
|
+
Contributor under this Agreement, whether expressly, by implication,
|
|
244
|
+
estoppel or otherwise. All rights in the Program not expressly granted
|
|
245
|
+
under this Agreement are reserved. Nothing in this Agreement is intended
|
|
246
|
+
to be enforceable by any entity that is not a Contributor or Recipient.
|
|
247
|
+
No third-party beneficiary rights are created under this Agreement.
|
|
248
|
+
|
|
249
|
+
## Exhibit A – Form of Secondary Licenses Notice {#exhibit-a}
|
|
250
|
+
|
|
251
|
+
“This Source Code may also be made available under the following
|
|
252
|
+
Secondary Licenses when the conditions for such availability set forth
|
|
253
|
+
in the Eclipse Public License, v. 2.0 are satisfied: {name license(s),
|
|
254
|
+
version(s), and exceptions or additional permissions here}.”
|
|
255
|
+
|
|
256
|
+
> Simply including a copy of this Agreement, including this Exhibit A is
|
|
257
|
+
> not sufficient to license the Source Code under Secondary Licenses.
|
|
258
|
+
>
|
|
259
|
+
> If it is not possible or desirable to put the notice in a particular
|
|
260
|
+
> file, then You may include the notice in a location (such as a LICENSE
|
|
261
|
+
> file in a relevant directory) where a recipient would be likely to
|
|
262
|
+
> look for such a notice.
|
|
263
|
+
>
|
|
264
|
+
> You may add additional accurate notices of copyright ownership.
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
ISC License
|
|
2
|
+
|
|
3
|
+
Copyright (c) for portions of Lucide are held by Cole Bemis 2013-2022 as part of Feather (MIT). All other copyright (c) for Lucide are held by Lucide Contributors 2022.
|
|
4
|
+
|
|
5
|
+
Permission to use, copy, modify, and/or distribute this software for any
|
|
6
|
+
purpose with or without fee is hereby granted, provided that the above
|
|
7
|
+
copyright notice and this permission notice appear in all copies.
|
|
8
|
+
|
|
9
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
|
10
|
+
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
|
11
|
+
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
|
12
|
+
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
|
13
|
+
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
|
14
|
+
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
|
|
15
|
+
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2019-2025 webkid GmbH
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2019-2025 webkid GmbH
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2019 Paul Henschel
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|