diff options
Diffstat (limited to 'src/ast')
| -rw-r--r-- | src/ast/container.rs | 4 | ||||
| -rw-r--r-- | src/ast/macros.rs | 4 | ||||
| -rw-r--r-- | src/ast/node.rs | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/src/ast/container.rs b/src/ast/container.rs index c890100..0d20193 100644 --- a/src/ast/container.rs +++ b/src/ast/container.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 {super::Node, std::fmt::Write}; diff --git a/src/ast/macros.rs b/src/ast/macros.rs index 435fd3b..598cfa9 100644 --- a/src/ast/macros.rs +++ b/src/ast/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 an `Ast` diff --git a/src/ast/node.rs b/src/ast/node.rs index 95190d2..72bc126 100644 --- a/src/ast/node.rs +++ b/src/ast/node.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 /// A Gemtext AST node. |