Skip to content

Commit 22d3cfe

Browse files
committed
tests: add spdx license header to test unit/link/network/conf files
Those are all consumed by our parser, so they all support comments. I was considering whether they should have a license header at all, but in the end I decided to add it because those files are often created by copying parts of real unit files. And if the real ones have a license, then those might as well. It's easier to add it than to make an exception.
1 parent 010b5f3 commit 22d3cfe

File tree

595 files changed

+611
-24
lines changed

Some content is hidden

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

595 files changed

+611
-24
lines changed

test/test-execute/exec-ambientcapabilities-merge-nfsnobody.service

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# SPDX-License-Identifier: LGPL-2.1-or-later
12
[Unit]
23
Description=Test for AmbientCapabilities
34

test/test-execute/exec-ambientcapabilities-merge-nobody.service

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# SPDX-License-Identifier: LGPL-2.1-or-later
12
[Unit]
23
Description=Test for AmbientCapabilities
34

test/test-execute/exec-ambientcapabilities-merge.service

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# SPDX-License-Identifier: LGPL-2.1-or-later
12
[Unit]
23
Description=Test for AmbientCapabilities (daemon)
34

test/test-execute/exec-ambientcapabilities-nfsnobody.service

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# SPDX-License-Identifier: LGPL-2.1-or-later
12
[Unit]
23
Description=Test for AmbientCapabilities
34

test/test-execute/exec-ambientcapabilities-nobody.service

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# SPDX-License-Identifier: LGPL-2.1-or-later
12
[Unit]
23
Description=Test for AmbientCapabilities
34

test/test-execute/exec-ambientcapabilities.service

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# SPDX-License-Identifier: LGPL-2.1-or-later
12
[Unit]
23
Description=Test for AmbientCapabilities (daemon)
34

test/test-execute/exec-basic.service

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# SPDX-License-Identifier: LGPL-2.1-or-later
12
[Unit]
23
Description=Test for basic execution
34
ConditionKernelVersion=">=3.0"

test/test-execute/exec-bindpaths.service

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# SPDX-License-Identifier: LGPL-2.1-or-later
12
[Unit]
23
Description=Test for BindPaths= and BindReadOnlyPaths=
34

test/test-execute/exec-capabilityboundingset-invert.service

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# SPDX-License-Identifier: LGPL-2.1-or-later
12
[Unit]
23
Description=Test for CapabilityBoundingSet
34

test/test-execute/exec-capabilityboundingset-merge.service

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# SPDX-License-Identifier: LGPL-2.1-or-later
12
[Unit]
23
Description=Test for CapabilityBoundingSet
34

0 commit comments

Comments
 (0)