-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathNOTICE
More file actions
99 lines (73 loc) · 2.79 KB
/
Copy pathNOTICE
File metadata and controls
99 lines (73 loc) · 2.79 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
GitHub Template AI Agents
Copyright 2025 AI Agent Template Contributors
This product is licensed under the MIT License.
If you use this software in a product, an acknowledgment in the product
documentation would be appreciated but is not required.
================================================================================
THIRD-PARTY COMPONENTS
This software includes or references the following third-party components:
---
Testing Frameworks
BATS (Bash Automated Testing System)
Copyright: 2011-2017 Sam Stephenson, 2018 bats-core organization
License: MIT License
Source: https://github.com/bats-core/bats-core
Usage: Shell script testing framework
pytest
Copyright: 2010-2025 pytest dev team
License: MIT License
Source: https://github.com/pytest-dev/pytest
Usage: Python testing framework
---
Linting and Code Quality Tools
ShellCheck
Copyright: 2012-2025 Vidar Holen and contributors
License: GNU General Public License v3.0 (GPL-3.0+)
Source: https://github.com/koalaman/shellcheck
Usage: Shell script static analysis
ruff
Copyright: 2022-2025 Astral Software Inc.
License: MIT License
Source: https://github.com/astral-sh/ruff
Usage: Python linting and formatting
black
Copyright: 2018-2025 Łukasz Langa and contributors
License: MIT License
Source: https://github.com/psf/black
Usage: Python code formatting
---
CI/CD and Automation Tools
GitHub Actions (actions/checkout, actions/setup-node, actions/setup-python,
actions/setup-go)
Copyright: GitHub, Inc.
License: MIT License
Source: https://github.com/actions
Usage: Continuous integration workflows
dtolnay/rust-toolchain
Copyright: David Tolnay
License: MIT License OR Apache-2.0 License
Source: https://github.com/dtolnay/rust-toolchain
Usage: Rust toolchain setup in CI
reviewdog/action-actionlint
Copyright: 2020-2025 reviewdog contributors
License: MIT License
Source: https://github.com/reviewdog/action-actionlint
Usage: GitHub Actions workflow linting
ludeeus/action-shellcheck
Copyright: 2019-2025 Joakim Sørensen
License: MIT License
Source: https://github.com/ludeeus/action-shellcheck
Usage: ShellCheck integration for GitHub Actions
---
Development Dependencies
@opencode-ai/plugin
Copyright: OpenCode AI
License: Proprietary (npm package)
Usage: OpenCode agent plugin (optional dependency)
================================================================================
For full license text of the above third-party components, please refer to
their respective source repositories or the LICENSE files included with each
project.
This NOTICE file is provided in accordance with common open source attribution
best practices, following the style guidelines of the Apache License 2.0,
even though this project itself is licensed under the MIT License.