From cf1e555deb1aab7b9b8288f4e2ff5895bc25b0b0 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Wed, 4 Jun 2025 10:25:17 +0000 Subject: docs: Update copyright header year --- src/convert/html.rs | 4 ++-- src/convert/macros.rs | 4 ++-- src/convert/markdown.rs | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) (limited to 'src/convert') diff --git a/src/convert/html.rs b/src/convert/html.rs index 4608cd5..bfba6e7 100644 --- a/src/convert/html.rs +++ b/src/convert/html.rs @@ -1,5 +1,5 @@ // This file is part of Germ . -// Copyright (C) 2022-2022 Fuwn +// Copyright (C) 2022-2025 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 +13,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-2025 Fuwn // SPDX-License-Identifier: GPL-3.0-only use {crate::ast::Node, std::fmt::Write}; diff --git a/src/convert/macros.rs b/src/convert/macros.rs index f887bfe..a3b6724 100644 --- a/src/convert/macros.rs +++ b/src/convert/macros.rs @@ -1,5 +1,5 @@ // This file is part of Germ . -// Copyright (C) 2022-2022 Fuwn +// Copyright (C) 2022-2025 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 +13,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-2025 Fuwn // SPDX-License-Identifier: GPL-3.0-only /// Convert Gemtext into HTML diff --git a/src/convert/markdown.rs b/src/convert/markdown.rs index d90790f..27306a7 100644 --- a/src/convert/markdown.rs +++ b/src/convert/markdown.rs @@ -1,5 +1,5 @@ // This file is part of Germ . -// Copyright (C) 2022-2022 Fuwn +// Copyright (C) 2022-2025 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 +13,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-2025 Fuwn // SPDX-License-Identifier: GPL-3.0-only use {crate::ast::Node, std::fmt::Write}; -- cgit v1.2.3