]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - shell-completion/zsh/_sd_outputmodes
Add SPDX license headers to shell completion scripts
[thirdparty/systemd.git] / shell-completion / zsh / _sd_outputmodes
index 2948f40130be08ddff5828b15dd4e0d29370cf5e..3b8850b3f0a285d8fe35eab78e25a919e980b2b7 100644 (file)
@@ -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)