From aeb580c8e82d0ae751537c8819894da10cad74ea Mon Sep 17 00:00:00 2001 From: Fuwn Date: Mon, 22 May 2023 05:22:15 +0000 Subject: chore: update copyright header --- src/gemini_to_html.rs | 3 +-- src/main.rs | 3 +-- src/response.rs | 3 +-- src/url.rs | 3 +-- 4 files changed, 4 insertions(+), 8 deletions(-) (limited to 'src') 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 . -// Copyright (C) 2022-2022 Fuwn // // 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 . // -// Copyright (C) 2022-2022 Fuwn +// Copyright (C) 2022-2023 Fuwn // 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 . -// Copyright (C) 2022-2022 Fuwn // // 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 . // -// Copyright (C) 2022-2022 Fuwn +// Copyright (C) 2022-2023 Fuwn // 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 . -// Copyright (C) 2022-2022 Fuwn // // 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 . // -// Copyright (C) 2022-2022 Fuwn +// Copyright (C) 2022-2023 Fuwn // 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 . -// Copyright (C) 2022-2022 Fuwn // // 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 . // -// Copyright (C) 2022-2022 Fuwn +// Copyright (C) 2022-2023 Fuwn // SPDX-License-Identifier: GPL-3.0-only use gmi::url::Url; -- cgit v1.2.3