aboutsummaryrefslogtreecommitdiff
path: root/src/context.rs
diff options
context:
space:
mode:
authorFuwn <[email protected]>2023-04-18 21:49:46 +0000
committerFuwn <[email protected]>2023-04-18 21:49:46 +0000
commited3104f9e4e4f07e36850d7e97cfd8f2e97f956d (patch)
tree9842c00ad4d3c14b24eca7e108ba6e07c99d511e /src/context.rs
parentbuild(cargo-make): update runner definitions (diff)
downloadwindmark-ed3104f9e4e4f07e36850d7e97cfd8f2e97f956d.tar.xz
windmark-ed3104f9e4e4f07e36850d7e97cfd8f2e97f956d.zip
chore: update copyright headers
Diffstat (limited to 'src/context.rs')
-rw-r--r--src/context.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/context.rs b/src/context.rs
index 68b83fa..4f97393 100644
--- a/src/context.rs
+++ b/src/context.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
#![allow(clippy::module_name_repetitions)]