From b58b76ff85a787e7187ec8981120fb46be5df433 Mon Sep 17 00:00:00 2001 From: Alex Tereschenko Date: Mon, 15 Dec 2025 10:11:36 +0100 Subject: [PATCH] gh workflows: add license headers Signed-off-by: Alex Tereschenko --- .github/dependabot.yml | 8 ++++++++ .github/workflows/build_and_test.yaml | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 2c431b0..fd513c5 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,3 +1,11 @@ +# Copyright (c) 2025 Alex Tereschenko +# +# This program and the accompanying materials are made available under the terms +# of the MIT license which is available at +# https://projects.eclipse.org/license/mit-license-mit. +# +# SPDX-License-Identifier: MIT + # Please see the documentation for all configuration options: # https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates diff --git a/.github/workflows/build_and_test.yaml b/.github/workflows/build_and_test.yaml index acb8ecf..cd56887 100644 --- a/.github/workflows/build_and_test.yaml +++ b/.github/workflows/build_and_test.yaml @@ -1,3 +1,11 @@ +# Copyright (c) 2025 Tom Ingleby, Alex Tereschenko +# +# This program and the accompanying materials are made available under the terms +# of the MIT license which is available at +# https://projects.eclipse.org/license/mit-license-mit. +# +# SPDX-License-Identifier: MIT + name: Build and test on: