From 94ecd2bba5fb5207d7ea241a8b5762bc2e1376f9 Mon Sep 17 00:00:00 2001 From: alyx Date: Tue, 2 Apr 2024 12:11:37 -0400 Subject: Add SPDX info to all files --- src/theming/hbs.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/theming/hbs.rs') diff --git a/src/theming/hbs.rs b/src/theming/hbs.rs index 73c72ae..6da8385 100644 --- a/src/theming/hbs.rs +++ b/src/theming/hbs.rs @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: AGPL-3.0-only use std::sync::LazyLock; use handlebars::*; -- cgit v1.2.3-54-g00ecf