Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
3 changes: 3 additions & 0 deletions docs/zh/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -453,3 +453,6 @@ Mnemon 取用了一篇论文的范式和另一篇论文的方法论,并基于
Copyright 2026 Grivn and Mnemon contributors.

[Apache-2.0](../../LICENSE)

`LICENSE` 末尾带方括号的版权示例属于 Apache 2.0 标准许可证的应用附录;
本节所列内容才是本项目的实际版权声明。
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@
"type": "git",
"url": "git+https://github.com/mnemon-dev/mnemon.git"
},
"license": "MIT"
"license": "Apache-2.0"
}
Loading