aboutsummaryrefslogtreecommitdiff
path: root/src/ast.rs
diff options
context:
space:
mode:
authorFuwn <[email protected]>2025-06-04 10:25:17 +0000
committerFuwn <[email protected]>2025-06-04 10:25:17 +0000
commitcf1e555deb1aab7b9b8288f4e2ff5895bc25b0b0 (patch)
tree243a6c6a762f2f2125df8ed020e60ba59a079864 /src/ast.rs
parentdocs(examples): Remove copyright header (diff)
downloadgerm-cf1e555deb1aab7b9b8288f4e2ff5895bc25b0b0.tar.xz
germ-cf1e555deb1aab7b9b8288f4e2ff5895bc25b0b0.zip
docs: Update copyright header year
Diffstat (limited to 'src/ast.rs')
-rw-r--r--src/ast.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ast.rs b/src/ast.rs
index cec8c89..52c25de 100644
--- a/src/ast.rs
+++ b/src/ast.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
//! Build AST trees from Gemtext