diff --git a/README.md b/README.md index 51ed57d6..b4858b89 100644 --- a/README.md +++ b/README.md @@ -516,3 +516,7 @@ Mnemon combines the paradigm of one paper with the methodology of another, groun Copyright 2026 Grivn and Mnemon contributors. [Apache-2.0](LICENSE) + +The bracketed copyright example near the end of `LICENSE` is part of Apache +2.0's standard application appendix; this section carries the project's actual +copyright notice. diff --git a/docs/zh/README.md b/docs/zh/README.md index e5b64df6..8c671aac 100644 --- a/docs/zh/README.md +++ b/docs/zh/README.md @@ -453,3 +453,6 @@ Mnemon 取用了一篇论文的范式和另一篇论文的方法论,并基于 Copyright 2026 Grivn and Mnemon contributors. [Apache-2.0](../../LICENSE) + +`LICENSE` 末尾带方括号的版权示例属于 Apache 2.0 标准许可证的应用附录; +本节所列内容才是本项目的实际版权声明。 diff --git a/package.json b/package.json index de62ad72..d39f034a 100644 --- a/package.json +++ b/package.json @@ -29,5 +29,5 @@ "type": "git", "url": "git+https://github.com/mnemon-dev/mnemon.git" }, - "license": "MIT" + "license": "Apache-2.0" }