Skip to content

Commit a8d6a24

Browse files
committed
chore: LICENSE.md、README 许可句与文档批量整理(单日提交)
Made-with: Cursor
1 parent 8a3567d commit a8d6a24

4 files changed

Lines changed: 11 additions & 6 deletions

File tree

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ npm test
1919

2020
## License
2121

22-
Apache 2.0 — see [LICENSE](./LICENSE).
22+
Licensed under the [Apache License, Version 2.0](./LICENSE.md).

LICENSE renamed to LICENSE.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# License
2+
3+
This project is licensed under the [Apache License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0).
4+
5+
The full legal text follows.
6+
7+
```text
18
29
Apache License
310
Version 2.0, January 2004
@@ -200,3 +207,4 @@
200207
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
201208
See the License for the specific language governing permissions and
202209
limitations under the License.
210+
```

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
[![npm](https://img.shields.io/npm/v/@effectorhq/graph?color=E03E3E&logo=npm&logoColor=white)](https://www.npmjs.com/package/@effectorhq/graph)
44
[![CI](https://github.com/effectorHQ/effector-graph/actions/workflows/test.yml/badge.svg)](https://github.com/effectorHQ/effector-graph/actions/workflows/test.yml)
5-
[![License: Apache 2.0](https://img.shields.io/badge/license-Apache-2.0-blue.svg)](LICENSE)
65

76
Capability graph and **Spectrum** polar visualization for typed AI agent tools. Build, query, visualize, and interactively explore the composition graph that emerges from typed Effectors.
87

@@ -213,9 +212,7 @@ effector-graph/
213212

214213
## License
215214

216-
[Apache-2.0](./LICENSE)
217-
218-
This project is currently licensed under the Apache 2.0 License 。
215+
This project is currently licensed under the [Apache License, Version 2.0](LICENSE.md)
219216
---
220217

221218
<sub>Part of <a href="https://github.com/effectorHQ">effectorHQ</a>. We build hands for AI that moves first.</sub>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"bin/",
3939
"vscode/",
4040
"README.md",
41-
"LICENSE"
41+
"LICENSE.md"
4242
],
4343
"engines": {
4444
"node": ">=18.0.0"

0 commit comments

Comments
 (0)