From e83150cf87268738e2983eb497ca30f242af4f69 Mon Sep 17 00:00:00 2001 From: John Livingston Date: Fri, 14 Jun 2024 18:06:16 +0200 Subject: [PATCH] SPDX --- assets/styles/video/_index.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/assets/styles/video/_index.scss b/assets/styles/video/_index.scss index 35031451..3048c9f0 100644 --- a/assets/styles/video/_index.scss +++ b/assets/styles/video/_index.scss @@ -1,2 +1,8 @@ +/* + * SPDX-FileCopyrightText: 2024 John Livingston + * + * SPDX-License-Identifier: AGPL-3.0-only + */ + @use "./container"; @use "./button";