From 5e47c6453ed43da920d6ddde4d40d197d0358d36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Sat, 5 Apr 2025 16:53:28 +0200 Subject: [PATCH] ci: add copyright and license in GitHub Actions CI workflow --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e3dfa6c28..fb5659894 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2020-2025 Sébastien Helleu +# +# SPDX-License-Identifier: GPL-3.0-or-later + name: CI on: