diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/gemini_to_html.rs | 3 | ||||
| -rw-r--r-- | src/main.rs | 3 | ||||
| -rw-r--r-- | src/response.rs | 3 | ||||
| -rw-r--r-- | src/url.rs | 3 |
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}; @@ -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; |