summaryrefslogtreecommitdiff
path: root/shell-completion/zsh/_sd_outputmodes
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2017-11-18 18:21:19 +0100
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2017-11-19 19:08:15 +0100
commit7059062c2f389ae18be26ba26022abda73918ad7 (patch)
treea614764111b4e71bbef00eb48c133e01411c750b /shell-completion/zsh/_sd_outputmodes
parentd9215cd838eed27c41c9f1ca30b6354ebf87ecb6 (diff)
downloadsystemd-7059062c2f389ae18be26ba26022abda73918ad7.tar.gz
Add SPDX license headers to shell completion scripts
Diffstat (limited to 'shell-completion/zsh/_sd_outputmodes')
-rw-r--r--shell-completion/zsh/_sd_outputmodes1
1 files changed, 1 insertions, 0 deletions
diff --git a/shell-completion/zsh/_sd_outputmodes b/shell-completion/zsh/_sd_outputmodes
index 2948f40130..3b8850b3f0 100644
--- a/shell-completion/zsh/_sd_outputmodes
+++ b/shell-completion/zsh/_sd_outputmodes
@@ -1,4 +1,5 @@
#autoload
+# SPDX-License-Identifier: LGPL-2.1+
local -a _output_opts
_output_opts=(short short-full short-iso short-iso-precise short-precise short-monotonic short-unix verbose export json json-pretty json-sse cat)