diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2021-01-27 13:37:10 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2021-01-28 09:55:35 +0100 |
commit | 9ee03516df30e068c22a9d86beaf4875b320170e (patch) | |
tree | c872f33ed8918571c91eac5405d83fce9290529d /src/basic/linux | |
parent | missing-syscalls: add license header in the version-controlled generated file (diff) | |
download | systemd-9ee03516df30e068c22a9d86beaf4875b320170e.tar.xz systemd-9ee03516df30e068c22a9d86beaf4875b320170e.zip |
tree-wide: add spdx header on all scripts and helpers
Even though many of those scripts are very simple, it is easier to include
the header than to try to say whether each of those files is trivial enough
not to require one.
Diffstat (limited to 'src/basic/linux')
-rwxr-xr-x | src/basic/linux/update.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/basic/linux/update.sh b/src/basic/linux/update.sh index dfc9871c53..ca0b9ec077 100755 --- a/src/basic/linux/update.sh +++ b/src/basic/linux/update.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash - +# SPDX-License-Identifier: LGPL-2.1-or-later set -eu for i in *.h */*.h; do |