diff options
| author | Fuwn <[email protected]> | 2023-04-18 21:49:46 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2023-04-18 21:49:46 +0000 |
| commit | ed3104f9e4e4f07e36850d7e97cfd8f2e97f956d (patch) | |
| tree | 9842c00ad4d3c14b24eca7e108ba6e07c99d511e /src/module | |
| parent | build(cargo-make): update runner definitions (diff) | |
| download | windmark-ed3104f9e4e4f07e36850d7e97cfd8f2e97f956d.tar.xz windmark-ed3104f9e4e4f07e36850d7e97cfd8f2e97f956d.zip | |
chore: update copyright headers
Diffstat (limited to 'src/module')
| -rw-r--r-- | src/module/asynchronous.rs | 3 | ||||
| -rw-r--r-- | src/module/sync.rs | 3 |
2 files changed, 2 insertions, 4 deletions
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 <https://github.com/gemrest/windmark>. -// Copyright (C) 2022-2022 Fuwn <[email protected]> // // 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 <http://www.gnu.org/licenses/>. // -// Copyright (C) 2022-2022 Fuwn <[email protected]> +// Copyright (C) 2022-2023 Fuwn <[email protected]> // 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 <https://github.com/gemrest/windmark>. -// Copyright (C) 2022-2022 Fuwn <[email protected]> // // 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 <http://www.gnu.org/licenses/>. // -// Copyright (C) 2022-2022 Fuwn <[email protected]> +// Copyright (C) 2022-2023 Fuwn <[email protected]> // SPDX-License-Identifier: GPL-3.0-only use crate::{context::HookContext, Router}; |