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>
This commit is contained in:
David Kaya
2026-03-30 10:38:25 +02:00
co-authored by Copilot
parent c01110979c
commit 01b3949557
2 changed files with 8 additions and 0 deletions
+4
View File
@@ -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.
+4
View File
@@ -159,6 +159,10 @@ const {
</svg>
<span>by Dávid Kaya.</span>
</div>
<p class="mt-4 text-center text-[11px] leading-relaxed text-warm-700">
GitHub and GitHub Copilot are trademarks of Microsoft Corporation.<br />
Aryx is an independent project, not affiliated with or endorsed by Microsoft or GitHub.
</p>
</div>
</footer>