Update copyright year to 2026 (#44)

* Update Footer.tsx

* Update recovery.html

* Update LICENSE.md

* Update confirmation.html

* revert license year, automatically retrieve footer year

* Update src/components/Footer.tsx

Co-authored-by: Jared Schoeny <jared@jschoeny.com>

---------

Co-authored-by: Jared Schoeny <jared@jschoeny.com>
This commit is contained in:
Andy George
2026-05-29 11:53:33 -05:00
committed by GitHub
parent 4117d4a220
commit 2312230c5f
3 changed files with 3 additions and 3 deletions

View File

@@ -6,7 +6,7 @@ export default function Footer() {
<div className="mx-auto max-w-screen-2xl px-6 py-8 text-sm text-foreground/70">
<div className="flex flex-col gap-6 md:flex-row md:items-start md:justify-between">
<div>
<p>© 2025 Hackdex</p>
<p>© 2025-{new Date().getFullYear()} Hackdex</p>
<p className="mt-2 max-w-2xl text-xs text-foreground/60">
Pokémon, Nintendo, Game Boy, Game Boy Color, Game Boy Advance, and Nintendo DS are
trademarks of their respective owners. Hackdex is an independent fan project and is not

View File

@@ -211,7 +211,7 @@
</tr>
<tr>
<td class="footer">
© 2025 Hackdex. All rights reserved. Please do not reply to this message.
© 2026 Hackdex. All rights reserved. Please do not reply to this message.
</td>
</tr>
</table>

View File

@@ -67,7 +67,7 @@
</tr>
<tr>
<td class="footer">
© 2025 Hackdex. All rights reserved. Please do not reply to this message.
© 2026 Hackdex. All rights reserved. Please do not reply to this message.
</td>
</tr>
</table>