From 1905aed535eed37535bd398882f137a56ed78043 Mon Sep 17 00:00:00 2001 From: Chaoscaot Date: Fri, 14 Nov 2025 23:03:31 +0100 Subject: [PATCH] fix: Update copyright year in middleware.ts to 2025 --- src/middleware.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/middleware.ts b/src/middleware.ts index b8f999d..2b7954e 100644 --- a/src/middleware.ts +++ b/src/middleware.ts @@ -1,7 +1,7 @@ /* * This file is a part of the SteamWar software. * - * Copyright (C) 2023 SteamWar.de-Serverteam + * Copyright (C) 2025 SteamWar.de-Serverteam * * 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 @@ -22,4 +22,4 @@ import { useAstroI18n } from "astro-i18n"; const astroI18n = useAstroI18n(); -export const onRequest = sequence(astroI18n); \ No newline at end of file +export const onRequest = sequence(astroI18n);