Skip to content

Commit

Permalink
ci: add more SPDX copyright/license identifiers
Browse files Browse the repository at this point in the history
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 <[email protected]>
Link: #151
Signed-off-by: Lucas De Marchi <[email protected]>
  • Loading branch information
evelikov authored and lucasdemarchi committed Sep 28, 2024
1 parent a31b8ec commit ed44595
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .codespellignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
# SPDX-FileCopyrightText: 2024 Emil Velikov <[email protected]>
#
# SPDX-License-Identifier: LGPL-2.1-or-later

caf
parm
4 changes: 4 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2024 Emil Velikov <[email protected]>
#
# SPDX-License-Identifier: LGPL-2.1-or-later

# To use this config on you editor, follow the instructions at:
# http://editorconfig.org

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# SPDX-FileCopyrightText: 2024 Emil Velikov <[email protected]>
# SPDX-FileCopyrightText: 2024 Lucas De Marchi <[email protected]>
#
# SPDX-License-Identifier: LGPL-2.1-or-later

Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# SPDX-FileCopyrightText: 2024 Emil Velikov <[email protected]>
# SPDX-FileCopyrightText: 2024 Lucas De Marchi <[email protected]>
#
# SPDX-License-Identifier: LGPL-2.1-or-later

name: Build and Test

on:
Expand Down

0 comments on commit ed44595

Please sign in to comment.