aboutsummaryrefslogtreecommitdiff
path: root/src/gemini_to_html.rs
diff options
context:
space:
mode:
authorFuwn <[email protected]>2023-05-22 05:22:15 +0000
committerFuwn <[email protected]>2023-05-22 05:22:15 +0000
commitaeb580c8e82d0ae751537c8819894da10cad74ea (patch)
tree1d8cbf06f80b0a3c0e22fa5c01aa46f71c9a1a6a /src/gemini_to_html.rs
parentfix(gemini_to_html): remove debug log (diff)
downloadseptember-aeb580c8e82d0ae751537c8819894da10cad74ea.tar.xz
september-aeb580c8e82d0ae751537c8819894da10cad74ea.zip
chore: update copyright header
Diffstat (limited to 'src/gemini_to_html.rs')
-rw-r--r--src/gemini_to_html.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/gemini_to_html.rs b/src/gemini_to_html.rs
index 933d4cd..64ad5d8 100644
--- a/src/gemini_to_html.rs
+++ b/src/gemini_to_html.rs
@@ -1,5 +1,4 @@
// This file is part of September <https://github.com/gemrest/september>.
-// 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 std::env::var;