betterwithage commited on
Commit
b4c281f
·
verified ·
1 Parent(s): 27f4105

NOTICE: attribute vendored MIT/Apache viz libs (3d-force-graph/globe.gl/force-graph vasturiano MIT, ECharts/echarts-gl Apache-2.0, Cytoscape MIT, d3 ISC) for frontier tabs

Browse files

Additive third-party attributions for the frontier 3D/live console tabs. Pattern-only inspirations listed (uds-core AGPL = pattern only, no code copied).

Signed-off-by: stephenlutar2 <stephenlutar2@gmail.com>

Files changed (1) hide show
  1. NOTICE +50 -0
NOTICE ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ NOTICE
2
+
3
+ This product includes software developed by SZL Holdings, LLC.
4
+
5
+ "SZL Holdings", "Ouroboros", "A11oy", "Sentra", "Amaru", "Counsel", "Terra",
6
+ "Vessels", "Carlota Jo", and "Conduit" are trademarks of SZL Holdings, LLC.
7
+ All other trademarks are the property of their respective owners.
8
+
9
+ Use of these names, logos, or marks is subject to the trademark policy
10
+ described in the LICENSE file. Nothing in this repository grants any
11
+ trademark license.
12
+
13
+ For permissions, partnerships, or licensing inquiries:
14
+ stephen@szlholdings.com
15
+
16
+ ================================================================================
17
+ THIRD-PARTY VENDORED LIBRARIES (frontier 3D/live tabs)
18
+ ================================================================================
19
+
20
+ The a11oy operator console vendors the following open-source visualization
21
+ libraries locally (served from /vendor/, no CDN — sovereign/offline). a11oy
22
+ adopts their interaction PATTERNS and reimplements tab logic as its own original
23
+ code; the libraries themselves are used unmodified under their own licenses.
24
+
25
+ three-forcegraph / 3d-force-graph — (c) Vasco Asturiano (vasturiano) — MIT
26
+ https://github.com/vasturiano/3d-force-graph
27
+ globe.gl — (c) Vasco Asturiano (vasturiano) — MIT
28
+ https://github.com/vasturiano/globe.gl
29
+ force-graph — (c) Vasco Asturiano (vasturiano) — MIT
30
+ https://github.com/vasturiano/force-graph
31
+ d3 (d3-force et al.) — (c) Mike Bostock — ISC/BSD-3-Clause
32
+ https://github.com/d3/d3
33
+ Apache ECharts — The Apache Software Foundation — Apache-2.0
34
+ https://github.com/apache/echarts
35
+ echarts-gl — The Apache Software Foundation — Apache-2.0
36
+ https://github.com/ecomfe/echarts-gl
37
+ Cytoscape.js — (c) The Cytoscape Consortium — MIT
38
+ https://github.com/cytoscape/cytoscape.js
39
+
40
+ Interaction-model inspirations (PATTERNS only — no code copied):
41
+ - anvaka / vasturiano force-graph explorable entity-link model (MIT-compatible)
42
+ - GraphRouter / RouteProfile, Tao Feng et al. (arXiv:2605.00180) — Model Atlas routing graph
43
+ - New Relic / Datadog MELT + service-map — MELT Observability tab
44
+ - Wiz / CrowdStrike security-graph "toxic path" — Threat Graph tab
45
+ - Defense Unicorns UDS deploy-posture — Deploy Posture tab (uds-core is AGPL:
46
+ PATTERN ONLY, NO code copied)
47
+ - LangSmith / Arize governed-run pattern — AI Oversight tab (proven kernel is ours)
48
+
49
+ Copyright (c) of each library belongs to its respective authors. Full license
50
+ texts ship with each minified bundle's upstream distribution.