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: