From 72f28474c255e1ee4f63fa92926007e07e896266 Mon Sep 17 00:00:00 2001
From: Suguru Hirahara <acioustick@noreply.codeberg.org>
Date: Wed, 12 Mar 2025 12:26:11 +0900
Subject: [PATCH] Update roles/custom/matrix-client-element/templates/env.j2:
 add the copyright header

Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
---
 roles/custom/matrix-client-element/templates/env.j2 | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/roles/custom/matrix-client-element/templates/env.j2 b/roles/custom/matrix-client-element/templates/env.j2
index 152f7cc30..83d1cdca0 100644
--- a/roles/custom/matrix-client-element/templates/env.j2
+++ b/roles/custom/matrix-client-element/templates/env.j2
@@ -1,3 +1,9 @@
+{#
+SPDX-FileCopyrightText: 2025 Slavi Pantaleev
+
+SPDX-License-Identifier: AGPL-3.0-or-later
+#}
+
 ELEMENT_WEB_PORT={{ matrix_client_element_environment_variable_element_web_port }}
 
 {{ matrix_client_element_environment_variables_extension }}