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 | 5757a0544407fd56124ca72d31011769b64f68a9 (patch) | |
| tree | 9842c00ad4d3c14b24eca7e108ba6e07c99d511e /src/handler/response/error.rs | |
| parent | build(cargo-make): update runner definitions (diff) | |
| download | windmark-5757a0544407fd56124ca72d31011769b64f68a9.tar.xz windmark-5757a0544407fd56124ca72d31011769b64f68a9.zip | |
chore: update copyright headers
Diffstat (limited to 'src/handler/response/error.rs')
| -rw-r--r-- | src/handler/response/error.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/handler/response/error.rs b/src/handler/response/error.rs index a1a7885..af73001 100644 --- a/src/handler/response/error.rs +++ b/src/handler/response/error.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 async_trait::async_trait; |