diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2021-10-01 12:10:22 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2021-10-01 14:45:00 +0200 |
commit | 186b9041ae628725e24b418341afb869741c1935 (patch) | |
tree | 6fac99bc6baabeab6f3a72dab1267a39ed99d6b1 /coccinelle/run-coccinelle.sh | |
parent | github: use the same headers on yaml files (diff) | |
download | systemd-186b9041ae628725e24b418341afb869741c1935.tar.xz systemd-186b9041ae628725e24b418341afb869741c1935.zip |
ci: use LGPLv2+ for all our ci configuration
Diffstat (limited to '')
-rwxr-xr-x | coccinelle/run-coccinelle.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/coccinelle/run-coccinelle.sh b/coccinelle/run-coccinelle.sh index e7a6d51f49..becb38bf91 100755 --- a/coccinelle/run-coccinelle.sh +++ b/coccinelle/run-coccinelle.sh @@ -1,4 +1,5 @@ #!/bin/bash -e +# SPDX-License-Identifier: LGPL-2.1-or-later # Exclude following paths from the Coccinelle transformations EXCLUDED_PATHS=( |