From: Emil Velikov Date: Mon, 23 Sep 2024 20:51:05 +0000 (+0100) Subject: ci: add more SPDX copyright/license identifiers X-Git-Tag: v34~288 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ed44595747382732efff797711b2a7a15d20b6dd;p=thirdparty%2Fkmod.git ci: add more SPDX copyright/license identifiers This concludes the files, I'm planning to reuse in usbutils so I'll stop before it gets too annoying :-D Signed-off-by: Emil Velikov Link: https://github.com/kmod-project/kmod/pull/151 Signed-off-by: Lucas De Marchi --- diff --git a/.codespellignore b/.codespellignore index 8ca1ecbd..414509a8 100644 --- a/.codespellignore +++ b/.codespellignore @@ -1,2 +1,6 @@ +# SPDX-FileCopyrightText: 2024 Emil Velikov +# +# SPDX-License-Identifier: LGPL-2.1-or-later + caf parm diff --git a/.editorconfig b/.editorconfig index f4943a46..d1e30454 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 Emil Velikov +# +# SPDX-License-Identifier: LGPL-2.1-or-later + # To use this config on you editor, follow the instructions at: # http://editorconfig.org diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 0cb9b7b4..f55c5896 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -1,4 +1,5 @@ # SPDX-FileCopyrightText: 2024 Emil Velikov +# SPDX-FileCopyrightText: 2024 Lucas De Marchi # # SPDX-License-Identifier: LGPL-2.1-or-later diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f8a386ca..56080a4d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.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: Build and Test on: