From: Ronan Pigott Date: Sun, 6 Nov 2022 21:26:15 +0000 (-0700) Subject: zsh: move SPDX identifier X-Git-Tag: v2.3~49^2 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=21f859f498671f938bd0a69bd63bd80545ace436;p=users%2Fsagi%2Fnvme-cli.git zsh: move SPDX identifier The zsh completion system requires compdef to be set in the first line of the completion definition. The SPDX identifier introduced breaks this requirement, so let's just move it a line down. --- diff --git a/completions/_nvme b/completions/_nvme index 16c9b7cb..59108986 100644 --- a/completions/_nvme +++ b/completions/_nvme @@ -1,6 +1,5 @@ -# SPDX-License-Identifier: GPL-2.0-or-later - #compdef _nvme nvme +# SPDX-License-Identifier: GPL-2.0-or-later # zsh completions for the nvme command-line interface, # very loosely based on git and adb command completion