From: Emil Velikov Date: Sun, 22 Sep 2024 11:52:42 +0000 (+0100) Subject: ci: add SPDX copyright/license identifiers X-Git-Tag: v34~304 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f2c7b08c3b3ec9b64de03fec06600d7f79181459;p=thirdparty%2Fkmod.git ci: add SPDX copyright/license identifiers To make it clear and explicit on the topic. Inspired by me reusing some of those for usbutils and reuse-tool [1] flagging the lack of proper attribution. [1] https://github.com/fsfe/reuse-tool Signed-off-by: Emil Velikov Link: https://github.com/kmod-project/kmod/pull/145 Signed-off-by: Lucas De Marchi --- diff --git a/.github/actions/setup-alpine/action.yml b/.github/actions/setup-alpine/action.yml index 34052887..93934b1c 100644 --- a/.github/actions/setup-alpine/action.yml +++ b/.github/actions/setup-alpine/action.yml @@ -1,3 +1,8 @@ +# SPDX-FileCopyrightText: 2024 Emil Velikov +# SPDX-FileCopyrightText: 2024 Lucas De Marchi +# +# SPDX-License-Identifier: LGPL-2.1-or-later + name: 'setup Alpine' description: 'Setup an Alpine container for running CI' runs: diff --git a/.github/actions/setup-archlinux/action.yml b/.github/actions/setup-archlinux/action.yml index 38883bbf..968a8808 100644 --- a/.github/actions/setup-archlinux/action.yml +++ b/.github/actions/setup-archlinux/action.yml @@ -1,3 +1,8 @@ +# SPDX-FileCopyrightText: 2024 Emil Velikov +# SPDX-FileCopyrightText: 2024 Lucas De Marchi +# +# SPDX-License-Identifier: LGPL-2.1-or-later + name: 'setup Archlinux' description: 'Setup an Archlinux container for running CI' runs: diff --git a/.github/actions/setup-debian/action.yml b/.github/actions/setup-debian/action.yml index 32c8cd58..4a0e04cb 100644 --- a/.github/actions/setup-debian/action.yml +++ b/.github/actions/setup-debian/action.yml @@ -1,3 +1,8 @@ +# SPDX-FileCopyrightText: 2024 Emil Velikov +# SPDX-FileCopyrightText: 2024 Lucas De Marchi +# +# SPDX-License-Identifier: LGPL-2.1-or-later + name: 'setup Debian' description: 'Setup a Debian container for running CI' runs: diff --git a/.github/actions/setup-fedora/action.yml b/.github/actions/setup-fedora/action.yml index a667e43f..946d0fc3 100644 --- a/.github/actions/setup-fedora/action.yml +++ b/.github/actions/setup-fedora/action.yml @@ -1,3 +1,8 @@ +# SPDX-FileCopyrightText: 2024 Emil Velikov +# SPDX-FileCopyrightText: 2024 Lucas De Marchi +# +# SPDX-License-Identifier: LGPL-2.1-or-later + name: 'setup Fedora' description: 'Setup a Fedora container for running CI' runs: diff --git a/.github/actions/setup-ubuntu/action.yml b/.github/actions/setup-ubuntu/action.yml index ab6087ad..1e3a789c 100644 --- a/.github/actions/setup-ubuntu/action.yml +++ b/.github/actions/setup-ubuntu/action.yml @@ -1,3 +1,8 @@ +# SPDX-FileCopyrightText: 2024 Emil Velikov +# SPDX-FileCopyrightText: 2024 Lucas De Marchi +# +# SPDX-License-Identifier: LGPL-2.1-or-later + name: 'setup Ubuntu' description: 'Setup an Ubuntu container for running CI' runs: diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 6f114e95..afdaf384 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 Emil Velikov +# +# SPDX-License-Identifier: LGPL-2.1-or-later + # To get started with Dependabot version updates, you'll need to specify which # package ecosystems to update and where the package manifests are located. # Please see the documentation for all configuration options: diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 6832cdaa..0cb9b7b4 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 Emil Velikov +# +# SPDX-License-Identifier: LGPL-2.1-or-later + name: CodeQL on: diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml index 9a5c8582..b1c82b2c 100644 --- a/.github/workflows/codespell.yml +++ b/.github/workflows/codespell.yml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 Emil Velikov +# +# SPDX-License-Identifier: LGPL-2.1-or-later + name: Check spelling with codespell on: diff --git a/build-dev.ini b/build-dev.ini index d15da34c..254f8498 100644 --- a/build-dev.ini +++ b/build-dev.ini @@ -1,3 +1,8 @@ +; SPDX-FileCopyrightText: 2024 Emil Velikov +; SPDX-FileCopyrightText: 2024 Lucas De Marchi +; +; SPDX-License-Identifier: LGPL-2.1-or-later + [project options] build-tests = true debug-messages = true