From 7c178eb6d452c4490c0bb9cbcada5b5deb9f4f57 Mon Sep 17 00:00:00 2001 From: cel 🌸 Date: Mon, 24 Nov 2025 01:23:08 +0100 Subject: feat: add licensing and related annotations/file headers --- filamento/src/files/opfs.rs | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'filamento/src/files') diff --git a/filamento/src/files/opfs.rs b/filamento/src/files/opfs.rs index 0bcce35..41acc71 100644 --- a/filamento/src/files/opfs.rs +++ b/filamento/src/files/opfs.rs @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2025 cel +// +// SPDX-License-Identifier: AGPL-3.0-or-later + use std::path::Path; use thiserror::Error; -- cgit