diff --git a/Docs/ATTRIBUTION.md b/Docs/ATTRIBUTION.md index 1aa7b14..430d647 100644 --- a/Docs/ATTRIBUTION.md +++ b/Docs/ATTRIBUTION.md @@ -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 diff --git a/Docs/THIRD_PARTY_NOTICES.md b/Docs/THIRD_PARTY_NOTICES.md index 4a4e953..46f642f 100644 --- a/Docs/THIRD_PARTY_NOTICES.md +++ b/Docs/THIRD_PARTY_NOTICES.md @@ -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 diff --git a/Packages/AtlasDomain/Sources/AtlasDomain/Resources/en.lproj/Localizable.strings b/Packages/AtlasDomain/Sources/AtlasDomain/Resources/en.lproj/Localizable.strings index de9d06f..d10c662 100644 --- a/Packages/AtlasDomain/Sources/AtlasDomain/Resources/en.lproj/Localizable.strings +++ b/Packages/AtlasDomain/Sources/AtlasDomain/Resources/en.lproj/Localizable.strings @@ -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"; diff --git a/Packages/AtlasDomain/Sources/AtlasDomain/Resources/zh-Hans.lproj/Localizable.strings b/Packages/AtlasDomain/Sources/AtlasDomain/Resources/zh-Hans.lproj/Localizable.strings index 8d4c1fe..c155489 100644 --- a/Packages/AtlasDomain/Sources/AtlasDomain/Resources/zh-Hans.lproj/Localizable.strings +++ b/Packages/AtlasDomain/Sources/AtlasDomain/Resources/zh-Hans.lproj/Localizable.strings @@ -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" = "浏览器缓存"; diff --git a/README.md b/README.md index 73f9c2e..fce8a52 100644 --- a/README.md +++ b/README.md @@ -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.