Skip to content
This repository was archived by the owner on Mar 29, 2026. It is now read-only.

Commit e785dd5

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

5 files changed

Lines changed: 15 additions & 8 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: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[![Status: Beta](https://img.shields.io/badge/status-beta-yellow)](https://github.com/effectorHQ/REPO-TIERS.md)
55
[![CI](https://github.com/effectorHQ/openclaw-mcp/actions/workflows/test.yml/badge.svg)](https://github.com/effectorHQ/openclaw-mcp/actions/workflows/test.yml)
66
[![Node.js Version](https://img.shields.io/badge/node-%3E%3D18-brightgreen)](https://nodejs.org/)
7-
[![License: Apache 2.0](https://img.shields.io/badge/License-Apache-2.0-yellow.svg)](LICENSE)
7+
88
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](CONTRIBUTING.md)
99

1010
[中文文档](README.zh.md)
@@ -201,6 +201,5 @@ Contributions welcome! See [CONTRIBUTING.md](CONTRIBUTING.md).
201201

202202
## License
203203

204-
205-
This project is currently licensed under the Apache 2.0 License 。
204+
This project is currently licensed under the [Apache License, Version 2.0](LICENSE.md)
206205

README.zh.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![npm version](https://img.shields.io/npm/v/@effectorhq/skill-mcp.svg)](https://www.npmjs.com/package/@effectorhq/skill-mcp)
44
[![CI](https://img.shields.io/github/actions/workflow/status/effectorHQ/openclaw-mcp/ci.yml?branch=main)](https://github.com/effectorHQ/openclaw-mcp/actions)
55
[![Node.js Version](https://img.shields.io/badge/node-%3E%3D18-brightgreen)](https://nodejs.org/)
6-
[![License: Apache 2.0](https://img.shields.io/badge/License-Apache-2.0-yellow.svg)](LICENSE)
6+
77
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](CONTRIBUTING.md)
88

99
[English](README.md)
@@ -191,4 +191,4 @@ npm run build
191191

192192
## 许可证
193193

194-
This project is currently licensed under the Apache 2.0 License
194+
This project is currently licensed under the [Apache License, Version 2.0](LICENSE.md)

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"scripts": {
1414
"test": "node --test tests/**/*.test.js",
1515
"lint": "node --check src/*.js",
16-
"build": "echo 'No build step pure ESM'",
16+
"build": "echo 'No build step \u2014 pure ESM'",
1717
"start": "node bin/skill-mcp.js serve ./skills",
1818
"prepublishOnly": "npm test && npm run lint"
1919
},
@@ -43,7 +43,7 @@
4343
"files": [
4444
"bin/",
4545
"src/",
46-
"LICENSE",
46+
"LICENSE.md",
4747
"README.md"
4848
]
4949
}

0 commit comments

Comments
 (0)