From ed3104f9e4e4f07e36850d7e97cfd8f2e97f956d Mon Sep 17 00:00:00 2001 From: Fuwn Date: Tue, 18 Apr 2023 21:49:46 +0000 Subject: chore: update copyright headers --- src/module/asynchronous.rs | 3 +-- src/module/sync.rs | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) (limited to 'src/module') diff --git a/src/module/asynchronous.rs b/src/module/asynchronous.rs index ea69d60..f94a0b6 100644 --- a/src/module/asynchronous.rs +++ b/src/module/asynchronous.rs @@ -1,5 +1,4 @@ // This file is part of Windmark . -// Copyright (C) 2022-2022 Fuwn // // 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 @@ -13,7 +12,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . // -// Copyright (C) 2022-2022 Fuwn +// Copyright (C) 2022-2023 Fuwn // SPDX-License-Identifier: GPL-3.0-only use crate::{context::HookContext, Router}; diff --git a/src/module/sync.rs b/src/module/sync.rs index 0628dfa..8c181be 100644 --- a/src/module/sync.rs +++ b/src/module/sync.rs @@ -1,5 +1,4 @@ // This file is part of Windmark . -// Copyright (C) 2022-2022 Fuwn // // 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 @@ -13,7 +12,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . // -// Copyright (C) 2022-2022 Fuwn +// Copyright (C) 2022-2023 Fuwn // SPDX-License-Identifier: GPL-3.0-only use crate::{context::HookContext, Router}; -- cgit v1.2.3