mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbutils.git
synced 2024-11-14 14:33:44 +08:00
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:
parent
dd97b758be
commit
af2b9c133b
5
.github/actions/setup-alpine/action.yml
vendored
5
.github/actions/setup-alpine/action.yml
vendored
@ -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:
|
||||
|
5
.github/actions/setup-archlinux/action.yml
vendored
5
.github/actions/setup-archlinux/action.yml
vendored
@ -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:
|
||||
|
5
.github/actions/setup-debian/action.yml
vendored
5
.github/actions/setup-debian/action.yml
vendored
@ -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:
|
||||
|
5
.github/actions/setup-fedora/action.yml
vendored
5
.github/actions/setup-fedora/action.yml
vendored
@ -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:
|
||||
|
5
.github/actions/setup-ubuntu/action.yml
vendored
5
.github/actions/setup-ubuntu/action.yml
vendored
@ -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:
|
||||
|
4
.github/cross-files/arch-cross.ini
vendored
4
.github/cross-files/arch-cross.ini
vendored
@ -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'
|
||||
|
4
.github/cross-files/debian-cross.ini
vendored
4
.github/cross-files/debian-cross.ini
vendored
@ -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'
|
||||
|
4
.github/cross-files/ubuntu-cross.ini
vendored
4
.github/cross-files/ubuntu-cross.ini
vendored
@ -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'
|
||||
|
4
.github/dependabot.yml
vendored
4
.github/dependabot.yml
vendored
@ -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:
|
||||
|
4
.github/workflows/codeql.yml
vendored
4
.github/workflows/codeql.yml
vendored
@ -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:
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user