summaryrefslogtreecommitdiffstats
path: root/tools/lilv.bash_completion
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2022-09-01 18:05:57 -0400
committerDavid Robillard <d@drobilla.net>2022-09-01 18:05:57 -0400
commitd73573533c0f40bbd529cffda7474ea9117d5228 (patch)
treea3121aaa8f02f810050ea49816368a1648b8cee2 /tools/lilv.bash_completion
parent8cbf2a3dfce848c099536cf0f5e59c4fa8e04d87 (diff)
downloadlilv-d73573533c0f40bbd529cffda7474ea9117d5228.tar.gz
lilv-d73573533c0f40bbd529cffda7474ea9117d5228.tar.bz2
lilv-d73573533c0f40bbd529cffda7474ea9117d5228.zip
Adopt REUSE machine-readable licensing standard
Diffstat (limited to 'tools/lilv.bash_completion')
-rw-r--r--tools/lilv.bash_completion14
1 files changed, 5 insertions, 9 deletions
diff --git a/tools/lilv.bash_completion b/tools/lilv.bash_completion
index 4a553a7..19e0a0c 100644
--- a/tools/lilv.bash_completion
+++ b/tools/lilv.bash_completion
@@ -1,10 +1,9 @@
-# Bash auto-completion script written for lv2info and lv2jack.
-# Could be adapted to any other program that takes an
-# LV2 plugin URI as parameter.
+# Copyright 2012-2022 David Robillard <d@drobilla.net>
+# Copyright 2009 Lars Luthman <lars.luthman@gmail.com>
+# SPDX-License-Identifier: CC0-1.0 OR ISC
-# Updated for Lilv by David Robillard <d@drobilla.net> on 2012-01-08.
-# Written by Lars Luthman <lars.luthman@gmail.com> on 2009-10-12.
-# No copyright claimed for this script. Do what you want with it.
+# Bash auto-completion script written for lv2info. Could be adapted to any
+# other program that takes an LV2 plugin URI as parameter.
# For some reason Bash splits the command line not only at whitespace
# but also at ':' signs before putting the parts into COMP_WORDS.
@@ -54,6 +53,3 @@ function _lv2info() {
}
complete -F _lv2info lv2info
-
-# And the same for lv2jack.
-complete -F _lv2info lv2jack