]> git.ipfire.org Git - thirdparty/kmod.git/commitdiff
ci: add SPDX copyright/license identifiers
authorEmil Velikov <emil.l.velikov@gmail.com>
Sun, 22 Sep 2024 11:52:42 +0000 (12:52 +0100)
committerLucas De Marchi <lucas.de.marchi@gmail.com>
Sun, 22 Sep 2024 22:34:56 +0000 (17:34 -0500)
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 <emil.l.velikov@gmail.com>
Link: https://github.com/kmod-project/kmod/pull/145
Signed-off-by: Lucas De Marchi <lucas.de.marchi@gmail.com>
.github/actions/setup-alpine/action.yml
.github/actions/setup-archlinux/action.yml
.github/actions/setup-debian/action.yml
.github/actions/setup-fedora/action.yml
.github/actions/setup-ubuntu/action.yml
.github/dependabot.yml
.github/workflows/codeql.yml
.github/workflows/codespell.yml
build-dev.ini

index 340528871549591096df39c1db84ddb64cb717e3..93934b1c3971bbfdb215b2546b9ab89c3e59e07e 100644 (file)
@@ -1,3 +1,8 @@
+# SPDX-FileCopyrightText: 2024 Emil Velikov <emil.l.velikov@gmail.com>
+# SPDX-FileCopyrightText: 2024 Lucas De Marchi <lucas.de.marchi@gmail.com>
+#
+# SPDX-License-Identifier: LGPL-2.1-or-later
+
 name: 'setup Alpine'
 description: 'Setup an Alpine container for running CI'
 runs:
index 38883bbf4a73f01b3e86769dc714c8f8c09afa48..968a88084e3b0e629593e3e28c4abf510f243109 100644 (file)
@@ -1,3 +1,8 @@
+# SPDX-FileCopyrightText: 2024 Emil Velikov <emil.l.velikov@gmail.com>
+# SPDX-FileCopyrightText: 2024 Lucas De Marchi <lucas.de.marchi@gmail.com>
+#
+# SPDX-License-Identifier: LGPL-2.1-or-later
+
 name: 'setup Archlinux'
 description: 'Setup an Archlinux container for running CI'
 runs:
index 32c8cd580f4ccd067a909b7bee1482beb45e07d7..4a0e04cbabb70352d5adeec575d98dda1fca21bc 100644 (file)
@@ -1,3 +1,8 @@
+# SPDX-FileCopyrightText: 2024 Emil Velikov <emil.l.velikov@gmail.com>
+# SPDX-FileCopyrightText: 2024 Lucas De Marchi <lucas.de.marchi@gmail.com>
+#
+# SPDX-License-Identifier: LGPL-2.1-or-later
+
 name: 'setup Debian'
 description: 'Setup a Debian container for running CI'
 runs:
index a667e43f9ae024d1fe721450a49bd13dc4e4bb67..946d0fc32b0d24f31a1b8ac244547f34e7e777f3 100644 (file)
@@ -1,3 +1,8 @@
+# SPDX-FileCopyrightText: 2024 Emil Velikov <emil.l.velikov@gmail.com>
+# SPDX-FileCopyrightText: 2024 Lucas De Marchi <lucas.de.marchi@gmail.com>
+#
+# SPDX-License-Identifier: LGPL-2.1-or-later
+
 name: 'setup Fedora'
 description: 'Setup a Fedora container for running CI'
 runs:
index ab6087ad35e6abd0daf4418319fe31481119a14d..1e3a789c40b4edc541b0e1b27d32e1432edba9de 100644 (file)
@@ -1,3 +1,8 @@
+# SPDX-FileCopyrightText: 2024 Emil Velikov <emil.l.velikov@gmail.com>
+# SPDX-FileCopyrightText: 2024 Lucas De Marchi <lucas.de.marchi@gmail.com>
+#
+# SPDX-License-Identifier: LGPL-2.1-or-later
+
 name: 'setup Ubuntu'
 description: 'Setup an Ubuntu container for running CI'
 runs:
index 6f114e9524fcd3179843087b82b66cfbe962e9d1..afdaf384484b279c455f019e1cabbd90c7a81b06 100644 (file)
@@ -1,3 +1,7 @@
+# SPDX-FileCopyrightText: 2024 Emil Velikov <emil.l.velikov@gmail.com>
+#
+# 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:
index 6832cdaadc212498c7c5bb538076f51bd1d91fbd..0cb9b7b42da898aaff5edc8d2b90b6753ed4e215 100644 (file)
@@ -1,3 +1,7 @@
+# SPDX-FileCopyrightText: 2024 Emil Velikov <emil.l.velikov@gmail.com>
+#
+# SPDX-License-Identifier: LGPL-2.1-or-later
+
 name: CodeQL
 
 on:
index 9a5c85824fa817b953e63711f7c099d68e465f8c..b1c82b2c5c314b3fcdb08d93fe8afc90ae40879f 100644 (file)
@@ -1,3 +1,7 @@
+# SPDX-FileCopyrightText: 2024 Emil Velikov <emil.l.velikov@gmail.com>
+#
+# SPDX-License-Identifier: LGPL-2.1-or-later
+
 name: Check spelling with codespell
 
 on:
index d15da34c80deef083b8914bffc508a4dd7c8f03f..254f8498c5af595150df719bc60a174e735823e8 100644 (file)
@@ -1,3 +1,8 @@
+; SPDX-FileCopyrightText: 2024 Emil Velikov <emil.l.velikov@gmail.com>
+; SPDX-FileCopyrightText: 2024 Lucas De Marchi <lucas.de.marchi@gmail.com>
+;
+; SPDX-License-Identifier: LGPL-2.1-or-later
+
 [project options]
 build-tests = true
 debug-messages = true