Skip to content

Commit 692d2d0

Browse files
committed
chore: 以 MIT 协议开源并指向公开仓库
发布到 PyPI 前元数据必须声明真实协议:原先的 LicenseRef-Proprietary 与开源发布相矛盾。协议正文与版权行 沿用 QoderAI/better-harness 的写法(MIT, Copyright (c) 2026 Qoder)。 Repository URL 同时从内网地址切到 GitHub 并补上 Issues 入口。
1 parent a5a1993 commit 692d2d0

3 files changed

Lines changed: 29 additions & 2 deletions

File tree

LICENSE

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2026 Qoder
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,3 +249,7 @@ tests/ # 资源面、文档契约、公共层与模拟执行
249249
examples/ # 每个场景一个文件;各 mode 含 6 个同步场景、异步片段及 live 测试
250250
docs/ # Forward / Managed 完整 API 参考
251251
```
252+
253+
## 许可证
254+
255+
本项目基于 [MIT License](LICENSE) 开源。

pyproject.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ name = "qca"
33
version = "0.1.0"
44
description = "Typed synchronous and asynchronous clients for Qoder Cloud Agents"
55
authors = [{name = "Qoder"}]
6-
license = "LicenseRef-Proprietary"
6+
license = "MIT"
7+
license-files = ["LICENSE"]
78
readme = "README.md"
89
keywords = ["Qoder", "Cloud Agents", "Forward", "Managed"]
910
requires-python = ">=3.10"
@@ -18,7 +19,8 @@ dependencies = [
1819
dev = ["pytest>=8", "pytest-asyncio>=0.24", "ruff>=0.11", "mypy>=1.15", "build>=1.2"]
1920

2021
[project.urls]
21-
Repository = "https://gitlab.alibaba-inc.com/cloud-agent/qoder-cloud-agents-sdk-python"
22+
Repository = "https://github.com/QoderAI/qoder-cloud-agents-sdk-python"
23+
Issues = "https://github.com/QoderAI/qoder-cloud-agents-sdk-python/issues"
2224

2325
[build-system]
2426
requires = ["setuptools>=77"]

0 commit comments

Comments
 (0)