diff options
| author | Teddy Wing | 2016-07-22 04:34:32 -0400 |
|---|---|---|
| committer | Teddy Wing | 2016-07-22 04:34:32 -0400 |
| commit | 76389e82bcb37d59173bb29de63b190640946beb (patch) | |
| tree | d36d9a88234c317a85618df61a85a49703907580 /qcd.bash-completion | |
| parent | b3c735fb2f3c7ac648495b2c5beaf0d3e1adc411 (diff) | |
| download | qcd-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-completion | 4 |
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) |
