From e27cef9441124b7ef883406f3bb02ac910f33643 Mon Sep 17 00:00:00 2001 From: Holger Frydrych Date: Wed, 21 Jun 2023 11:57:37 +0200 Subject: [PATCH] Add missing license headers to workflow files Signed-off-by: Holger Frydrych --- .github/workflows/check_codestyle.yml | 4 ++++ .github/workflows/install_and_test.yml | 4 ++++ .github/workflows/prepare_release.yml | 4 ++++ 3 files changed, 12 insertions(+) diff --git a/.github/workflows/check_codestyle.yml b/.github/workflows/check_codestyle.yml index 89f6a13b5..15dfd17f9 100644 --- a/.github/workflows/check_codestyle.yml +++ b/.github/workflows/check_codestyle.yml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2023 spdx contributors +# +# SPDX-License-Identifier: Apache-2.0 + name: Run Linter on: diff --git a/.github/workflows/install_and_test.yml b/.github/workflows/install_and_test.yml index 02a36bc22..eadbc8b67 100644 --- a/.github/workflows/install_and_test.yml +++ b/.github/workflows/install_and_test.yml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2023 spdx contributors +# +# SPDX-License-Identifier: Apache-2.0 + name: Install and Test on: diff --git a/.github/workflows/prepare_release.yml b/.github/workflows/prepare_release.yml index 2dc4ce3e1..1197a3d1d 100644 --- a/.github/workflows/prepare_release.yml +++ b/.github/workflows/prepare_release.yml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2023 spdx contributors +# +# SPDX-License-Identifier: Apache-2.0 + name: Prepare release on: