From 125e37558b02bb33892608ee1bd6fb1088c1cb23 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Fri, 20 Feb 2026 14:23:16 +0000 Subject: chore(license): Relicense under MIT OR Apache-2.0 --- src/handler/hooks/post_route.rs | 17 ----------------- src/handler/hooks/pre_route.rs | 17 ----------------- 2 files changed, 34 deletions(-) (limited to 'src/handler/hooks') diff --git a/src/handler/hooks/post_route.rs b/src/handler/hooks/post_route.rs index b8acd35..6bc24b2 100644 --- a/src/handler/hooks/post_route.rs +++ b/src/handler/hooks/post_route.rs @@ -1,20 +1,3 @@ -// This file is part of Windmark . -// -// This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by -// the Free Software Foundation, version 3. -// -// 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 -// General Public License for more details. -// -// You should have received a copy of the GNU General Public License -// along with this program. If not, see . -// -// Copyright (C) 2022-2023 Fuwn -// SPDX-License-Identifier: GPL-3.0-only - use crate::{context::HookContext, response::Response}; #[allow(clippy::module_name_repetitions)] diff --git a/src/handler/hooks/pre_route.rs b/src/handler/hooks/pre_route.rs index 4221f14..9b1eb7f 100644 --- a/src/handler/hooks/pre_route.rs +++ b/src/handler/hooks/pre_route.rs @@ -1,20 +1,3 @@ -// This file is part of Windmark . -// -// This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by -// the Free Software Foundation, version 3. -// -// 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 -// General Public License for more details. -// -// You should have received a copy of the GNU General Public License -// along with this program. If not, see . -// -// Copyright (C) 2022-2023 Fuwn -// SPDX-License-Identifier: GPL-3.0-only - use crate::context::HookContext; #[allow(clippy::module_name_repetitions)] -- cgit v1.2.3