-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathNOTICE
More file actions
97 lines (79 loc) · 3.81 KB
/
Copy pathNOTICE
File metadata and controls
97 lines (79 loc) · 3.81 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
Clawdi Store
Copyright (c) 2026 Clawdi-AI
Licensed under the MIT License. See LICENSE.
This repository includes template code, documentation, and bundled runtime
assets used by Clawdi agent and skill templates. Unless otherwise noted, the
original content in this repository is licensed under the MIT License.
Third-party bundled assets
--------------------------
v2/schemas/agent-plugins/1.0.0/plugin.schema.json
v2/schemas/agent-plugins/1.0.0/mcp.schema.json
- Project: Agent Plugins Specification
- Version: 1.0.0
- License: Apache License 2.0
- License text: v2/schemas/agent-plugins/LICENSE
- Source: https://github.com/agentplugins/agent-plugins-spec
agents/ceo-agent/skills/markmap-mindmap-export/assets/d3.v7.min.js
- Project: D3.js
- Version: 7.9.0
- Copyright: 2010-2023 Mike Bostock
- License: ISC
- Source: https://d3js.org
agents/ceo-agent/skills/markmap-mindmap-export/assets/markmap-lib.iife.js
- Project: markmap-lib
- Version: 0.17.2
- Copyright: 2020 Gerald
- License: MIT
- Source: https://github.com/markmap/markmap
agents/ceo-agent/skills/markmap-mindmap-export/assets/markmap-view.browser.js
- Project: markmap-view
- Version: 0.17.2
- Copyright: 2020 Gerald
- License: MIT
- Source: https://github.com/markmap/markmap
- Bundled component noted in the asset:
- @gera2ld/jsx-dom v2.2.2, copyright 2020 Gerald. The npm
metadata and bundled asset header declare ISC; the package LICENSE file
declares MIT.
- d3-flextree v2.1.2, by Chris Maloney, WTFPL License
Package manifests
-----------------
Some inline skills include package.json files with their own dependency graphs.
Those dependencies are resolved by the relevant JavaScript package manager at
install/build time and are not vendored here unless listed above. Review the
package manifests and generated lockfiles before publishing binary releases or
redistributing bundled builds.
Third-party license texts
-------------------------
MIT License
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
ISC License
Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
copyright notice and this permission notice appear in all copies.
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THIS SOFTWARE.
WTFPL License
The bundled d3-flextree component declares the WTFPL license. The license
document is copyright 2004 Sam Hocevar. See its upstream repository for the
full license text:
https://github.com/klortho/d3-flextree