mirror of
https://github.com/hoornet/vega.git
synced 2026-04-24 06:40:01 -07:00
Fix copyright attribution in README and About page
Show full "MIT License — Copyright (c) 2026 Jure Sršen" in both places to match the LICENSE file exactly. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -110,4 +110,4 @@ Wrystr is free and open-source. If it's useful to you:
|
|||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
MIT — [hoornet](https://github.com/hoornet)
|
MIT License — Copyright (c) 2026 Jure Sršen — [hoornet](https://github.com/hoornet)
|
||||||
|
|||||||
@@ -130,7 +130,7 @@ export function AboutView() {
|
|||||||
{/* Version / About */}
|
{/* Version / About */}
|
||||||
<section className="border-t border-border pt-6">
|
<section className="border-t border-border pt-6">
|
||||||
<div className="text-text-dim text-[11px] space-y-1">
|
<div className="text-text-dim text-[11px] space-y-1">
|
||||||
<div>Wrystr v{pkg.version} — MIT license</div>
|
<div>Wrystr v{pkg.version} — MIT License — Copyright (c) 2026 Jure Sršen</div>
|
||||||
<div>
|
<div>
|
||||||
Built with{" "}
|
Built with{" "}
|
||||||
<a href="https://tauri.app" target="_blank" rel="noopener noreferrer" className="text-accent hover:text-accent-hover transition-colors">Tauri</a>
|
<a href="https://tauri.app" target="_blank" rel="noopener noreferrer" className="text-accent hover:text-accent-hover transition-colors">Tauri</a>
|
||||||
|
|||||||
Reference in New Issue
Block a user