From 1e58b8a9ddf0866433e0158afc7cc4a690b44cbe Mon Sep 17 00:00:00 2001 From: memdmp Date: Wed, 14 Jan 2026 03:23:36 +0100 Subject: feat: afferomoding --- src/routes/+layout.ts | 8 ++++---- src/routes/+page.svelte | 2 +- src/routes/IndexPage.svelte | 2 +- src/routes/anim-gen.ts | 10 +++++----- src/routes/distro-info.ts | 8 ++++---- src/routes/shared.ts | 8 ++++---- 6 files changed, 19 insertions(+), 19 deletions(-) (limited to 'src/routes') diff --git a/src/routes/+layout.ts b/src/routes/+layout.ts index 2c01569..ff02056 100644 --- a/src/routes/+layout.ts +++ b/src/routes/+layout.ts @@ -1,11 +1,11 @@ /* - Copyright (C) 2024 memdmp + Copyright (C) 2024-2026 memdmp - This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. + This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by Affero, Inc., at version 1. - This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. + This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Affero General Public License for more details. - You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + You should have received a copy of the Affero General Public License along with this program. If not, see . */ export const prerender = true; export const trailingSlash = 'always'; diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index f70592b..cb1b7ef 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -1,6 +1,6 @@