ci: add SPDX copyright/licence identifiers

As highlighted by reuse-tool, these were missing the copyright and
licensing information.

Since they are based on the ones we have in kmod - we inherit the same
details.

Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
This commit is contained in:
Emil Velikov 2024-09-23 15:52:51 +01:00
parent dd97b758be
commit af2b9c133b
11 changed files with 49 additions and 0 deletions

View 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:

View 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:

View 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:

View 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:

View 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:

View File

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2024 Emil Velikov <emil.l.velikov@gmail.com>
#
# SPDX-License-Identifier: LGPL-2.1-or-later
[binaries]
c = ['gcc', '-m32']
pkgconfig = 'i686-pc-linux-gnu-pkg-config'

View File

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2024 Emil Velikov <emil.l.velikov@gmail.com>
#
# SPDX-License-Identifier: LGPL-2.1-or-later
[binaries]
c = 'i686-linux-gnu-gcc'
pkgconfig = 'i686-linux-gnu-pkg-config'

View File

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2024 Emil Velikov <emil.l.velikov@gmail.com>
#
# SPDX-License-Identifier: LGPL-2.1-or-later
[binaries]
c = 'i686-linux-gnu-gcc'
pkgconfig = 'i686-linux-gnu-pkg-config'

View 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:

View 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:

View File

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2024 Emil Velikov <emil.l.velikov@gmail.com>
#
# SPDX-License-Identifier: LGPL-2.1-or-later
[project options]
werror = true