From 76389e82bcb37d59173bb29de63b190640946beb Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Fri, 22 Jul 2016 04:34:32 -0400 Subject: Add license information (GPLv3) * COPYING file * Copyright headers on source files --- qcd.bash-completion | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'qcd.bash-completion') 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) -- cgit v1.2.3