docs: add Mole repository links
This commit is contained in:
@@ -8,13 +8,13 @@ Atlas for Mac is an independent product and does not use the Mole brand in user-
|
||||
|
||||
Atlas for Mac is released as an open-source project under the `MIT` license.
|
||||
|
||||
The project acknowledges the open-source project `Mole` by `tw93 and contributors` as an upstream foundation and source of reused or adapted code.
|
||||
The project acknowledges the open-source project [`Mole`](https://github.com/tw93/mole) by `tw93 and contributors` as an upstream foundation and source of reused or adapted code.
|
||||
|
||||
## User-Facing Copy
|
||||
|
||||
Recommended acknowledgement copy:
|
||||
|
||||
> Atlas for Mac is an open-source project released under the MIT License and built in part on the open-source project Mole by tw93 and contributors. Mole-derived components included in Atlas for Mac are also used under the MIT License. Atlas for Mac is an independent product and is not affiliated with or endorsed by the original authors.
|
||||
> Atlas for Mac is an open-source project released under the MIT License and built in part on the open-source project Mole (https://github.com/tw93/mole) by tw93 and contributors. Mole-derived components included in Atlas for Mac are also used under the MIT License. Atlas for Mac is an independent product and is not affiliated with or endorsed by the original authors.
|
||||
|
||||
## Placement
|
||||
|
||||
|
||||
@@ -21,7 +21,7 @@ If Atlas for Mac ships code derived from upstream Mole sources, the applicable c
|
||||
## Notice Template
|
||||
|
||||
```text
|
||||
Atlas for Mac is released under the MIT License. This product also includes software derived from the open-source project Mole by tw93 and contributors, used under the MIT License.
|
||||
Atlas for Mac is released under the MIT License. This product also includes software derived from the open-source project Mole (https://github.com/tw93/mole) by tw93 and contributors, used under the MIT License.
|
||||
```
|
||||
|
||||
## Future Additions
|
||||
|
||||
@@ -42,8 +42,8 @@
|
||||
"category.apps" = "Apps";
|
||||
"category.browsers" = "Browsers";
|
||||
|
||||
"settings.acknowledgement.body" = "Atlas for Mac is an open-source project released under the MIT License and built in part on the open-source project Mole by tw93 and contributors. Mole-derived components included in Atlas for Mac are also used under the MIT License. Atlas for Mac is an independent product and is not affiliated with or endorsed by the original authors.";
|
||||
"settings.notices.body" = "Atlas for Mac is released under the MIT License. This product also includes software derived from the open-source project Mole by tw93 and contributors, used under the MIT License.";
|
||||
"settings.acknowledgement.body" = "Atlas for Mac is an open-source project released under the MIT License and built in part on the open-source project Mole (https://github.com/tw93/mole) by tw93 and contributors. Mole-derived components included in Atlas for Mac are also used under the MIT License. Atlas for Mac is an independent product and is not affiliated with or endorsed by the original authors.";
|
||||
"settings.notices.body" = "Atlas for Mac is released under the MIT License. This product also includes software derived from the open-source project Mole (https://github.com/tw93/mole) by tw93 and contributors, used under the MIT License.";
|
||||
"fixture.finding.derivedData.title" = "Xcode Derived Data";
|
||||
"fixture.finding.derivedData.detail" = "Build artifacts and indexes from older projects.";
|
||||
"fixture.finding.browserCaches.title" = "Browser caches";
|
||||
|
||||
@@ -42,8 +42,8 @@
|
||||
"category.apps" = "应用";
|
||||
"category.browsers" = "浏览器";
|
||||
|
||||
"settings.acknowledgement.body" = "Atlas for Mac 是一个基于 MIT 协议开源的项目,并基于开源项目 Mole(作者 tw93 及贡献者)进行复用与演进。项目中使用的 Mole 相关代码同样依据 MIT 许可证使用。Atlas for Mac 是独立产品,与原作者不存在关联或背书关系。";
|
||||
"settings.notices.body" = "Atlas for Mac 项目以 MIT 许可证开源。本产品同时包含源自开源项目 Mole(作者 tw93 及贡献者)的软件,并依据 MIT 许可证使用。";
|
||||
"settings.acknowledgement.body" = "Atlas for Mac 是一个基于 MIT 协议开源的项目,并基于开源项目 Mole(https://github.com/tw93/mole,作者 tw93 及贡献者)进行复用与演进。项目中使用的 Mole 相关代码同样依据 MIT 许可证使用。Atlas for Mac 是独立产品,与原作者不存在关联或背书关系。";
|
||||
"settings.notices.body" = "Atlas for Mac 项目以 MIT 许可证开源。本产品同时包含源自开源项目 Mole(https://github.com/tw93/mole,作者 tw93 及贡献者)的软件,并依据 MIT 许可证使用。";
|
||||
"fixture.finding.derivedData.title" = "Xcode 派生数据";
|
||||
"fixture.finding.derivedData.detail" = "来自旧项目的构建产物和索引。";
|
||||
"fixture.finding.browserCaches.title" = "浏览器缓存";
|
||||
|
||||
@@ -93,4 +93,4 @@ This exports the configured app icon and current app-shell screenshots into `Doc
|
||||
|
||||
## Attribution
|
||||
|
||||
Atlas for Mac is an independent MIT-licensed open-source project. This repository builds in part on the open-source project Mole by tw93 and contributors, and still contains upstream Mole code and adapters used as implementation input. If upstream-derived code ships, keep [Docs/ATTRIBUTION.md](/Users/zhukang/CleanMyPc/Docs/ATTRIBUTION.md) and [Docs/THIRD_PARTY_NOTICES.md](/Users/zhukang/CleanMyPc/Docs/THIRD_PARTY_NOTICES.md) in sync with shipped artifacts.
|
||||
Atlas for Mac is an independent MIT-licensed open-source project. This repository builds in part on the open-source project [Mole](https://github.com/tw93/mole) by tw93 and contributors, and still contains upstream Mole code and adapters used as implementation input. If upstream-derived code ships, keep [Docs/ATTRIBUTION.md](Docs/ATTRIBUTION.md) and [Docs/THIRD_PARTY_NOTICES.md](Docs/THIRD_PARTY_NOTICES.md) in sync with shipped artifacts.
|
||||
|
||||
Reference in New Issue
Block a user