Add explicit MIT license

This commit is contained in:
Jim Liu 宝玉
2026-06-19 23:01:11 -05:00
parent dba3d732c3
commit 348dc82612
9 changed files with 37 additions and 2 deletions
+21
View File
@@ -0,0 +1,21 @@
MIT License
Copyright (c) 2026 Jim Liu
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.
+3 -1
View File
@@ -1387,7 +1387,9 @@ This project was inspired by and builds upon the following open source projects:
## License ## License
MIT Unless otherwise noted, this repository is licensed under the [MIT License](./LICENSE).
Published ClawHub skills follow ClawHub registry rules and are distributed under `MIT-0`. Third-party code and assets retain their original licenses where noted.
## Star History ## Star History
+3 -1
View File
@@ -1388,7 +1388,9 @@ HTTP_PROXY=http://127.0.0.1:7890 HTTPS_PROXY=http://127.0.0.1:7890 /baoyu-danger
## 许可证 ## 许可证
MIT 除另有说明外,本仓库采用 [MIT License](./LICENSE) 授权。
发布到 ClawHub 的 skill 根据 ClawHub registry 规则以 `MIT-0` 分发。第三方代码和素材按其注明的原始许可授权。
## Star History ## Star History
+5
View File
@@ -5,6 +5,7 @@
"packages": { "packages": {
"": { "": {
"name": "baoyu-skills", "name": "baoyu-skills",
"license": "MIT",
"workspaces": [ "workspaces": [
"packages/*" "packages/*"
], ],
@@ -5018,12 +5019,14 @@
}, },
"packages/baoyu-chrome-cdp": { "packages/baoyu-chrome-cdp": {
"version": "0.1.1", "version": "0.1.1",
"license": "MIT",
"engines": { "engines": {
"bun": ">=1.2.0" "bun": ">=1.2.0"
} }
}, },
"packages/baoyu-codex-imagegen": { "packages/baoyu-codex-imagegen": {
"version": "0.1.0", "version": "0.1.0",
"license": "MIT",
"bin": { "bin": {
"codex-imagegen": "src/main.ts" "codex-imagegen": "src/main.ts"
}, },
@@ -5033,6 +5036,7 @@
}, },
"packages/baoyu-fetch": { "packages/baoyu-fetch": {
"version": "0.1.2", "version": "0.1.2",
"license": "MIT",
"dependencies": { "dependencies": {
"@mozilla/readability": "^0.6.0", "@mozilla/readability": "^0.6.0",
"chrome-launcher": "^1.2.1", "chrome-launcher": "^1.2.1",
@@ -5061,6 +5065,7 @@
}, },
"packages/baoyu-md": { "packages/baoyu-md": {
"version": "0.1.1", "version": "0.1.1",
"license": "MIT",
"dependencies": { "dependencies": {
"fflate": "^0.8.2", "fflate": "^0.8.2",
"front-matter": "^4.0.2", "front-matter": "^4.0.2",
+1
View File
@@ -1,6 +1,7 @@
{ {
"name": "baoyu-skills", "name": "baoyu-skills",
"private": true, "private": true,
"license": "MIT",
"type": "module", "type": "module",
"workspaces": [ "workspaces": [
"packages/*" "packages/*"
+1
View File
@@ -1,6 +1,7 @@
{ {
"name": "baoyu-chrome-cdp", "name": "baoyu-chrome-cdp",
"version": "0.1.1", "version": "0.1.1",
"license": "MIT",
"type": "module", "type": "module",
"files": [ "files": [
"dist", "dist",
@@ -1,6 +1,7 @@
{ {
"name": "baoyu-codex-imagegen", "name": "baoyu-codex-imagegen",
"version": "0.1.0", "version": "0.1.0",
"license": "MIT",
"type": "module", "type": "module",
"description": "Generate images via Codex CLI's built-in image_gen tool from non-Codex runtimes (Claude Code, Hermes, …).", "description": "Generate images via Codex CLI's built-in image_gen tool from non-Codex runtimes (Claude Code, Hermes, …).",
"bin": { "bin": {
+1
View File
@@ -1,6 +1,7 @@
{ {
"name": "baoyu-fetch", "name": "baoyu-fetch",
"version": "0.1.2", "version": "0.1.2",
"license": "MIT",
"description": "Read URLs into high-quality Markdown or JSON with Chrome CDP and site adapters.", "description": "Read URLs into high-quality Markdown or JSON with Chrome CDP and site adapters.",
"type": "module", "type": "module",
"bin": { "bin": {
+1
View File
@@ -1,6 +1,7 @@
{ {
"name": "baoyu-md", "name": "baoyu-md",
"version": "0.1.1", "version": "0.1.1",
"license": "MIT",
"type": "module", "type": "module",
"main": "./dist/index.cjs", "main": "./dist/index.cjs",
"module": "./dist/index.js", "module": "./dist/index.js",