diff --git a/completions/_trurl.zsh.in b/completions/_trurl.zsh.in index a0350917..a063ceaa 100644 --- a/completions/_trurl.zsh.in +++ b/completions/_trurl.zsh.in @@ -1,4 +1,28 @@ #compdef trurl +########################################################################## +# _ _ +# Project | |_ _ __ _ _ _ __| | +# | __| '__| | | | '__| | +# | |_| | | |_| | | | | +# \__|_| \__,_|_| |_| +# +# Copyright (C) Daniel Stenberg, , et al. +# +# This software is licensed as described in the file COPYING, which +# you should have received as part of this distribution. The terms +# are also available at https://curl.se/docs/copyright.html. +# +# You may opt to use, copy, modify, merge, publish, distribute and/or sell +# copies of the Software, and permit persons to whom the Software is +# furnished to do so, under the terms of the COPYING file. +# +# This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY +# KIND, either express or implied. +# +# SPDX-License-Identifier: curl +# +########################################################################## + # This file is generated from trurls generate_completions.sh diff --git a/completions/generate_completions.sh b/completions/generate_completions.sh index feca87e2..ea7ac4cd 100755 --- a/completions/generate_completions.sh +++ b/completions/generate_completions.sh @@ -1,4 +1,28 @@ #!/bin/bash +########################################################################## +# _ _ +# Project | |_ _ __ _ _ _ __| | +# | __| '__| | | | '__| | +# | |_| | | |_| | | | | +# \__|_| \__,_|_| |_| +# +# Copyright (C) Daniel Stenberg, , et al. +# +# This software is licensed as described in the file COPYING, which +# you should have received as part of this distribution. The terms +# are also available at https://curl.se/docs/copyright.html. +# +# You may opt to use, copy, modify, merge, publish, distribute and/or sell +# copies of the Software, and permit persons to whom the Software is +# furnished to do so, under the terms of the COPYING file. +# +# This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY +# KIND, either express or implied. +# +# SPDX-License-Identifier: curl +# +########################################################################## + if [ -z "$1" ]; then echo "expected a trurl.1 file to be passed in..."