Skip to content

Commit 12572d6

Browse files
committed
licenses: add missing spdx tags
Add the spdx tag and where possible the copyright statement. Signed-off-by: Daniel Wagner <[email protected]>
1 parent ee889cd commit 12572d6

47 files changed

Lines changed: 184 additions & 42 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.checkpatch.conf

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# SPDX-License-Identifier: GPL-2.0-or-later
2+
#
3+
# This file is part of nvme.
4+
# Copyright (c) 2026 SUSE LLC
5+
#
6+
# Authors: Daniel Wagner <[email protected]>
7+
18
# Checkpatch options.
29
# REF: https://docs.kernel.org/dev-tools/checkpatch.html
310

.github/azure-pipelines.yml

Lines changed: 0 additions & 38 deletions
This file was deleted.

.github/codeql/codeql-config.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1-
name: "CodeQL Config"
2-
paths-ignore:
3-
- subprojects/**
1+
---
2+
# SPDX-License-Identifier: GPL-2.0-or-later
3+
4+
name: "CodeQL Config"
5+
paths-ignore:
6+
- subprojects/**

.github/cross/ubuntu-cross-armhf.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# SPDX-License-Identifier: GPL-2.0-or-later
2+
13
[binaries]
24
c = '/usr/bin/arm-linux-gnueabihf-gcc'
35
ar = '/usr/arm-linux-gnueabihf/bin/ar'

.github/cross/ubuntu-cross-ppc64le.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# SPDX-License-Identifier: GPL-2.0-or-later
2+
13
[binaries]
24
c = '/usr/bin/powerpc64le-linux-gnu-gcc'
35
ar = '/usr/powerpc64le-linux-gnu/bin/ar'

.github/cross/ubuntu-cross-s390x.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# SPDX-License-Identifier: GPL-2.0-or-later
2+
13
[binaries]
24
c = '/usr/bin/s390x-linux-gnu-gcc'
35
ar = '/usr/s390x-linux-gnu/bin/ar'

.github/dependabot.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
---
2+
# SPDX-License-Identifier: GPL-2.0-or-later
3+
24
version: 2
35
updates:
46
- package-ecosystem: "github-actions"

.github/workflows/build.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
---
2+
# SPDX-License-Identifier: GPL-2.0-or-later
3+
#
4+
# This file is part of nvme.
5+
# Copyright (c) 2026 SUSE LLC
6+
#
7+
# Authors: Daniel Wagner <[email protected]>
8+
29
name: Build
310

411
on:

.github/workflows/checkpatch.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
---
2+
# SPDX-License-Identifier: GPL-2.0-or-later
3+
#
4+
# This file is part of nvme.
5+
# Copyright (c) 2026 SUSE LLC
6+
#
7+
# Authors: Daniel Wagner <[email protected]>
8+
29
name: Checkpatch Review
310
on: [pull_request]
411
jobs:

.github/workflows/codeql.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
---
2+
# SPDX-License-Identifier: GPL-2.0-or-later
3+
24
name: CodeQL
35

46
on:

0 commit comments

Comments
 (0)