Skip to content

Commit 76146f6

Browse files
qiniu-ciqiniu-ci
andauthored
实现 Issue #299: README 文件中的License写错了 (#300)
* Initial plan for Issue #299: README 文件中的License写错了 * docs: fix incorrect license information in README Corrected license references from MIT to Apache License 2.0 to match the actual LICENSE file. Updated both the license badge and license section text for consistency. Closes #299 --------- Co-authored-by: qiniu-ci <qiniu-ci@qiniu.com>
1 parent 7d5c169 commit 76146f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![Go Report Card](https://goreportcard.com/badge/github.com/qiniu/codeagent)](https://goreportcard.com/report/github.com/qiniu/codeagent)
44
[![Go Version](https://img.shields.io/github/go-mod/go-version/qiniu/codeagent)](https://go.dev/)
5-
[![License](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE)
5+
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](LICENSE)
66
[![CI](https://github.com/qiniu/codeagent/workflows/CI/badge.svg)](https://github.com/qiniu/codeagent/actions)
77

88
**CodeAgent** is a Go-based AI-powered automated code generation and collaboration system that seamlessly integrates with GitHub. It receives AI instructions through GitHub webhooks and automatically handles code generation, modification, and review tasks for Issues and Pull Requests.
@@ -290,7 +290,7 @@ Please read our [Contributing Guide](CONTRIBUTING.md) for detailed information a
290290

291291
## 📄 License
292292

293-
This project is licensed under the [MIT License](LICENSE).
293+
This project is licensed under the [Apache License 2.0](LICENSE).
294294

295295
## 🙏 Acknowledgments
296296

0 commit comments

Comments
 (0)