From 01b39495571f0f12a09ed6d173231a67cb7e03da Mon Sep 17 00:00:00 2001 From: David Kaya Date: Mon, 30 Mar 2026 10:38:25 +0200 Subject: [PATCH] docs: add trademark disclaimer to README and website footer GitHub and GitHub Copilot are trademarks of Microsoft Corporation. Aryx is an independent project, not affiliated with or endorsed by Microsoft or GitHub. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- README.md | 4 ++++ website/src/layouts/Base.astro | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/README.md b/README.md index ec27259..2e06a3c 100644 --- a/README.md +++ b/README.md @@ -94,3 +94,7 @@ bun run publish-release # publish to GitHub Releases ``` Tagged releases use GitHub Actions to build and publish Windows (NSIS), macOS (DMG, signed + notarized), and Linux (AppImage) artifacts. The app uses `electron-updater` for in-app updates. + +## Trademarks + +GitHub and GitHub Copilot are trademarks of Microsoft Corporation. Aryx is an independent project, not affiliated with or endorsed by Microsoft or GitHub. diff --git a/website/src/layouts/Base.astro b/website/src/layouts/Base.astro index e8c7204..5c0c32c 100644 --- a/website/src/layouts/Base.astro +++ b/website/src/layouts/Base.astro @@ -159,6 +159,10 @@ const { by Dávid Kaya. +

+ GitHub and GitHub Copilot are trademarks of Microsoft Corporation.
+ Aryx is an independent project, not affiliated with or endorsed by Microsoft or GitHub. +