Skip to content

Commit e27cef9

Browse files
fholgerarmintaenzertng
authored andcommitted
Add missing license headers to workflow files
Signed-off-by: Holger Frydrych <[email protected]>
1 parent e021793 commit e27cef9

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

.github/workflows/check_codestyle.yml

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2023 spdx contributors
2+
#
3+
# SPDX-License-Identifier: Apache-2.0
4+
15
name: Run Linter
26

37
on:

.github/workflows/install_and_test.yml

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2023 spdx contributors
2+
#
3+
# SPDX-License-Identifier: Apache-2.0
4+
15
name: Install and Test
26

37
on:

.github/workflows/prepare_release.yml

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2023 spdx contributors
2+
#
3+
# SPDX-License-Identifier: Apache-2.0
4+
15
name: Prepare release
26

37
on:

0 commit comments

Comments
 (0)