aboutsummaryrefslogtreecommitdiff
path: root/src/convert
diff options
context:
space:
mode:
Diffstat (limited to 'src/convert')
-rw-r--r--src/convert/html.rs4
-rw-r--r--src/convert/macros.rs4
-rw-r--r--src/convert/markdown.rs4
3 files changed, 6 insertions, 6 deletions
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 <https://github.com/gemrest/germ>.
-// Copyright (C) 2022-2022 Fuwn <[email protected]>
+// Copyright (C) 2022-2025 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 +13,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-2025 Fuwn <[email protected]>
// 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 <https://github.com/gemrest/germ>.
-// Copyright (C) 2022-2022 Fuwn <[email protected]>
+// Copyright (C) 2022-2025 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 +13,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-2025 Fuwn <[email protected]>
// 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 <https://github.com/gemrest/germ>.
-// Copyright (C) 2022-2022 Fuwn <[email protected]>
+// Copyright (C) 2022-2025 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 +13,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-2025 Fuwn <[email protected]>
// SPDX-License-Identifier: GPL-3.0-only
use {crate::ast::Node, std::fmt::Write};