diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2021-10-17 18:07:22 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2021-10-18 09:04:45 +0200 |
commit | 22d3cfe54c0c35c8ad0aa93de0a97dec160de59f (patch) | |
tree | 17c69eae70ca31bf31102e78841b9fbfe3bcb90a /test/testsuite-63.units | |
parent | bpf: fix SPDX short identifier for LGPL-2.1-or-later (diff) | |
download | systemd-22d3cfe54c0c35c8ad0aa93de0a97dec160de59f.tar.xz systemd-22d3cfe54c0c35c8ad0aa93de0a97dec160de59f.zip |
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.
Diffstat (limited to 'test/testsuite-63.units')
-rw-r--r-- | test/testsuite-63.units/test63.path | 1 | ||||
-rw-r--r-- | test/testsuite-63.units/test63.service | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/test/testsuite-63.units/test63.path b/test/testsuite-63.units/test63.path index a6573bda0a..3f31a18000 100644 --- a/test/testsuite-63.units/test63.path +++ b/test/testsuite-63.units/test63.path @@ -1,2 +1,3 @@ +# SPDX-License-Identifier: LGPL-2.1-or-later [Path] PathExists=/tmp/test63 diff --git a/test/testsuite-63.units/test63.service b/test/testsuite-63.units/test63.service index c83801874d..0253943f0c 100644 --- a/test/testsuite-63.units/test63.service +++ b/test/testsuite-63.units/test63.service @@ -1,3 +1,4 @@ +# SPDX-License-Identifier: LGPL-2.1-or-later [Unit] ConditionPathExists=!/tmp/nonexistent |