]> git.ipfire.org Git - thirdparty/kmod.git/commitdiff
ci: add more SPDX copyright/license identifiers
authorEmil Velikov <emil.l.velikov@gmail.com>
Mon, 23 Sep 2024 20:51:05 +0000 (21:51 +0100)
committerLucas De Marchi <lucas.de.marchi@gmail.com>
Sat, 28 Sep 2024 04:08:09 +0000 (23:08 -0500)
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 <emil.l.velikov@gmail.com>
Link: https://github.com/kmod-project/kmod/pull/151
Signed-off-by: Lucas De Marchi <lucas.de.marchi@gmail.com>
.codespellignore
.editorconfig
.github/workflows/codeql.yml
.github/workflows/main.yml

index 8ca1ecbdf2f982eb665e93d6c0012ba9b2a87a37..414509a80f0efc8395e792e38ede4d229c0f09c3 100644 (file)
@@ -1,2 +1,6 @@
+# SPDX-FileCopyrightText: 2024 Emil Velikov <emil.l.velikov@gmail.com>
+#
+# SPDX-License-Identifier: LGPL-2.1-or-later
+
 caf
 parm
index f4943a4655661414edd879b1e492eb037e8e8fde..d1e30454d97f82ec77defbbcefed7f24b4c7a1e9 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 use this config on you editor, follow the instructions at:
 # http://editorconfig.org
 
index 0cb9b7b42da898aaff5edc8d2b90b6753ed4e215..f55c5896f6f9db8f4a8c5556ef097c19b9ff2fe0 100644 (file)
@@ -1,4 +1,5 @@
 # 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
 
index f8a386cad234197b23fb259bfd8d9ce387c711b8..56080a4d6b3d4971c7d2b41993b5a0ec285444bf 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: Build and Test
 
 on: