aboutsummaryrefslogtreecommitdiff
path: root/src
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
commit1c0b61ef986cb8361f8f86fde613e95886f43edb (patch)
tree30154f6b076388ffa36874730ded973c44410afa /src
parentfix(gemini_to_html): remove debug log (diff)
downloadseptember-1c0b61ef986cb8361f8f86fde613e95886f43edb.tar.xz
september-1c0b61ef986cb8361f8f86fde613e95886f43edb.zip
chore: update copyright header
Diffstat (limited to 'src')
-rw-r--r--src/gemini_to_html.rs3
-rw-r--r--src/main.rs3
-rw-r--r--src/response.rs3
-rw-r--r--src/url.rs3
4 files changed, 4 insertions, 8 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;
diff --git a/src/main.rs b/src/main.rs
index a5c5330..85eb228 100644
--- a/src/main.rs
+++ b/src/main.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
#![deny(
diff --git a/src/response.rs b/src/response.rs
index 9ec2ac1..8e335a0 100644
--- a/src/response.rs
+++ b/src/response.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, time::Instant};
diff --git a/src/url.rs b/src/url.rs
index 1653335..c7cd60b 100644
--- a/src/url.rs
+++ b/src/url.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 gmi::url::Url;