Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/bash_completion.in
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@parabola.nu>2017-02-15 14:19:09 -0500
committerLuke Shumaker <lukeshu@parabola.nu>2017-02-15 14:19:09 -0500
commitaa11acaf52dfd101cb6fe6f7137d2cbd5c8e0d9b (patch)
tree8aa5fc91dfd71f3f976565be2c1855e2f739c203 /bash_completion.in
parentca57df0221baa2eddb01d53d45e3f9f5f6420d3b (diff)
Add a "License:" tag to all code files.
Diffstat (limited to 'bash_completion.in')
-rw-r--r--bash_completion.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/bash_completion.in b/bash_completion.in
index dd140fc..b9ed69c 100644
--- a/bash_completion.in
+++ b/bash_completion.in
@@ -1,3 +1,5 @@
+# License: Unspecified
+
_devtools_compgen() {
local i r
COMPREPLY=($(compgen -W '$*' -- "$cur"))