diff options
author | alyx <alyx@aleteoryx.me> | 2024-04-02 12:11:37 -0400 |
---|---|---|
committer | alyx <alyx@aleteoryx.me> | 2024-04-02 12:11:37 -0400 |
commit | 94ecd2bba5fb5207d7ea241a8b5762bc2e1376f9 (patch) | |
tree | 385a0317e9e813d962875e1153c053c986952a81 /src/theming | |
parent | 52aeff65a82d949dd3ce33d1a5998e00ad4c379e (diff) | |
download | lfm_embed-94ecd2bba5fb5207d7ea241a8b5762bc2e1376f9.tar.gz lfm_embed-94ecd2bba5fb5207d7ea241a8b5762bc2e1376f9.tar.bz2 lfm_embed-94ecd2bba5fb5207d7ea241a8b5762bc2e1376f9.zip |
Add SPDX info to all files
Diffstat (limited to 'src/theming')
-rw-r--r-- | src/theming/hbs.rs | 1 |
1 files changed, 1 insertions, 0 deletions
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::*; |