]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - shell-completion/zsh/_sd_machines
Add SPDX license headers to shell completion scripts
[thirdparty/systemd.git] / shell-completion / zsh / _sd_machines
index a0039ee0f834b18cefd4034a448ccd5ffa64854c..ab35cf84b306f532c804ce2a9c060eac64e342ba 100644 (file)
@@ -1,4 +1,5 @@
 #autoload
+# SPDX-License-Identifier: LGPL-2.1+
 __get_machines () {
         machinectl --full --no-legend --no-pager list |  {while read -r a b; do echo $a; done;};
 }