aboutsummaryrefslogtreecommitdiffstats
path: root/qcd.bash-completion
diff options
context:
space:
mode:
authorTeddy Wing2016-07-22 04:34:32 -0400
committerTeddy Wing2016-07-22 04:34:32 -0400
commit76389e82bcb37d59173bb29de63b190640946beb (patch)
treed36d9a88234c317a85618df61a85a49703907580 /qcd.bash-completion
parentb3c735fb2f3c7ac648495b2c5beaf0d3e1adc411 (diff)
downloadqcd-76389e82bcb37d59173bb29de63b190640946beb.tar.bz2
Add license information (GPLv3)
* COPYING file * Copyright headers on source files
Diffstat (limited to 'qcd.bash-completion')
-rw-r--r--qcd.bash-completion4
1 files changed, 4 insertions, 0 deletions
diff --git a/qcd.bash-completion b/qcd.bash-completion
index c8dfc56..569d050 100644
--- a/qcd.bash-completion
+++ b/qcd.bash-completion
@@ -1,5 +1,9 @@
# Bash completion for the qcd() function
+# Copyright © 2016 Teddy Wing
+# This file is licensed under the GNU GPLv3+. Please see COPYING
+# for more information.
+
_qcd () {
local cur
local shortcuts=$(awk '{ print $1 }' $QCD_DATABASE_FILE)